File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 oc wait OpenStackControlPlane controlplane --namespace=openstack
2929 --for=condition=Ready --timeout=10m
3030
31+ - name : Patch prometheuses.monitoring.rhobs metric-storage to enable Admin API
32+ ansible.builtin.command :
33+ cmd : >-
34+ oc patch prometheuses.monitoring.rhobs metric-storage --namespace=openstack --type=merge -p '{"spec":{"enableAdminAPI":true}}'
35+
36+ - name : Wait for prometheuses.monitoring.rhobs metric-storage associated pod to be redeployed
37+ ansible.builtin.command :
38+ cmd : >-
39+ oc wait pod prometheus-metric-storage-0 --for=condition=Ready -n openstack --timeout=10m
40+
3141 # If the watcher-operator installation is already included in the openstack-operator we don't need to install it as
3242 # an standalone operator.
3343 - name : Check if Watcher API resources are available
You can’t perform that action at this time.
0 commit comments