File tree Expand file tree Collapse file tree
test/dvp-static-cluster/charts/infra/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments