File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
install_yamls_setup/roles/podified_cp/tasks Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 139139 set +ex
140140 eval $(crc oc-env)
141141 oc login -u kubeadmin -p 12345678 https://api.crc.testing:6443
142- make openstack 2>&1 | tee make_openstack.log
143- sleep 10; make openstack_wait; sleep 10
144- make openstack_deploy 2>&1 | tee make_openstack_deploy.log
145- sleep 10; make openstack_wait_deploy; sleep 10
142+ make openstack_wait 2>&1 | tee make_openstack.log
143+ sleep 20
144+ TIMEOUT=600 make openstack_wait_deploy 2>&1 | tee make_openstack_deploy.log
145+ sleep 20
146146
147147 oc get csv -n openstack-operators octavia-operator.v0.0.1 -o json | \
148148 jq -r 'del(.metadata.generation, .metadata.resourceVersion, .metadata.uid)' > operator_csv.json
149149 sleep 10
150150 oc patch csv -n openstack-operators octavia-operator.v0.0.1 --type=json \
151151 -p="[{'op': 'remove', 'path': '/spec/webhookdefinitions'}]"
152152
153- oc project openstack
154153 oc patch openstackcontrolplane openstack-galera-network-isolation --type=merge --patch '
155154 spec:
156155 octavia:
You can’t perform that action at this time.
0 commit comments