Skip to content

Commit

Permalink
Add support for openstack_init (openshift#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 and yingzhanredhat committed Dec 24, 2024
1 parent d083592 commit 513fcfe
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 513fcfe

Please sign in to comment.