Skip to content

Commit

Permalink
Add support for openstack_init (#59487)
Browse files Browse the repository at this point in the history
Depends-On: openstack-k8s-operators/install_yamls#963
Jira: OSPRH-11298
  • Loading branch information
dprince authored Dec 11, 2024
1 parent 33b7f9f commit 021c457
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ export INSTALL_NMSTATE=false

# Deploy openstack operator
make openstack OPENSTACK_IMG=${OPENSTACK_OPERATOR_INDEX} NETWORK_ISOLATION=false

# if the new initialization resource exists install it
# this will also wait for operators to deploy
if oc get crd openstacks.operator.openstack.org &> /dev/null; then
make openstack_init
fi

# Wait before start checking all deployment status
# Not expecting to fail here, only in next deployment checks
n=0
Expand Down

0 comments on commit 021c457

Please sign in to comment.