We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1b767 commit 6d15ce3Copy full SHA for 6d15ce3
ci-operator/step-registry/baremetal/lab/capi/baremetal-lab-capi-commands.sh
@@ -84,6 +84,10 @@ while ! oc get namespace openshift-cluster-api 2>/dev/null; do
84
done
85
86
oc get secret worker-user-data-managed -n openshift-machine-api -o yaml | sed "s/namespace: .*/namespace: ${capi_namespace}/" | oc apply -f -
87
+
88
+echo "sleeping 2 hours"
89
+sleep 7200
90
91
oc apply -f "${DIR}/*.yaml"
92
93
echo "--- Waiting for CAPI baremetalhosts to be provisioned ---"
0 commit comments