Skip to content

Commit 6a1c82f

Browse files
fix for secont network
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent b2d2bc6 commit 6a1c82f

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/e2e-reusable-pipeline.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,9 @@ jobs:
259259
export HTTPS_PROXY="${{ secrets.BOOTSTRAP_DEV_PROXY }}"
260260
echo "Proxy settings - configured"
261261
fi
262-
262+
263263
task dhctl-bootstrap
264+
echo "[SUCCESS] Done"
264265
timeout-minutes: 30
265266
- name: Bootstrap cluster [show-connection-info]
266267
working-directory: ${{ env.SETUP_CLUSTER_TYPE_PATH }}
@@ -528,11 +529,17 @@ jobs:
528529
done
529530
}
530531
532+
echo "[INFO] Wait 30s for reconsilation start for module sdn"
533+
sleep 30
531534
d8_queue
535+
536+
echo "[INFO] Wait for sdn modules to be ready"
537+
kubectl wait --for=jsonpath='{.status.phase}'=Ready modules sdn --timeout=300s
532538
echo "[INFO] Wait for sdn deployments to be ready"
533539
kubectl -n d8-sdn wait --for=condition=Available deploy --all --timeout 900s
534540
echo "[INFO] Wait for sdn daemonsets to be ready"
535541
kubectl -n d8-sdn wait --for=condition=Available daemonsets --all --timeout 900s
542+
echo "[SUCCESS] Done"
536543
537544
- name: Configure ClusterNetwork
538545
run: |
@@ -555,7 +562,7 @@ jobs:
555562
type: VLAN
556563
vlan:
557564
id: ${cnn}
558-
EOF
565+
EOF
559566
560567
echo "[INFO] Wait for ClusterNetwork cn-${cnn}-for-e2e-test to be ready"
561568
# TODO: remove true before merge

test/dvp-static-cluster/charts/infra/templates/_helpers.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ spec:
5454
#cloud-config
5555
ssh_pwauth: true
5656
package_update: true
57+
network:
58+
version: 2
59+
ethernets:
60+
eno2:
61+
dhcp4: false
5762
packages:
5863
- qemu-guest-agent
5964
- jq

0 commit comments

Comments
 (0)