File tree 1 file changed +22
-0
lines changed
roles/kustomize_deploy/tasks
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 403
403
# The RabbitMQ operator does not share our openstack.org/operator-name label
404
404
# and must be checked independently
405
405
- app.kubernetes.io/name=rabbitmq-cluster-operator
406
+
407
+ - name : Wait Openstack operator webhook service to be available
408
+ environment :
409
+ KUBECONFIG : " {{ cifmw_openshift_kubeconfig }}"
410
+ PATH : " {{ cifmw_path }}"
411
+ ansible.builtin.command :
412
+ cmd : >-
413
+ oc wait Service openstack-operator-webhook-service
414
+ --namespace=openstack-operators
415
+ --for=jsonpath='{.status.loadBalancer}'
416
+ --timeout=300s
417
+
418
+ - name : Wait Openstack infra operator webhook service to be available
419
+ environment :
420
+ KUBECONFIG : " {{ cifmw_openshift_kubeconfig }}"
421
+ PATH : " {{ cifmw_path }}"
422
+ ansible.builtin.command :
423
+ cmd : >-
424
+ oc wait Service infra-operator-webhook-service
425
+ --namespace=openstack-operators
426
+ --for=jsonpath='{.status.loadBalancer}'
427
+ --timeout=300s
You can’t perform that action at this time.
0 commit comments