File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -747,6 +747,7 @@ openstack_init: openstack_wait
747747 bash -c ' test -f ${OPERATOR_BASE_DIR}/openstack-operator/config/samples/operator_v1beta1_openstack.yaml || make openstack_repo'
748748 oc apply -f ${OPERATOR_BASE_DIR} /openstack-operator/config/samples/operator_v1beta1_openstack.yaml
749749 oc wait openstack/openstack -n ${OPERATOR_NAMESPACE} --for condition=Ready --timeout=${TIMEOUT}
750+ timeout ${TIMEOUT} bash -c " while ! (oc get services -n ${OPERATOR_NAMESPACE} | grep -E '^(openstack|openstack-baremetal|infra)-operator-webhook-service' | wc -l | grep -q -e 3); do sleep 5; done"
750751
751752.PHONY : openstack_cleanup
752753openstack_cleanup : operator_namespace# # deletes the operator, but does not cleanup the service resources
You can’t perform that action at this time.
0 commit comments