Skip to content

Commit 24eb923

Browse files
cescginaopenshift-merge-bot[bot]
authored andcommitted
Run watcher hook after installing openstack-operator
Instead of running at the end of the infra playbook, run it just after installing openstack. This means the watcher operator will be installed after the openstack-operator is present, which will prevent the watcher operator crashing and having to restart until the openstack-operator is available. Depends-On: openstack-k8s-operators/ci-framework#2735
1 parent 5336156 commit 24eb923

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.zuul.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@
125125
deploy_watcher_service: false
126126
# Do not fetch dlrn md5 hash
127127
fetch_dlrn_hash: false
128-
# run the hook to install watcher at the end of the cifmw infra playbook. If we try to run it
128+
# run the hook to install watcher after installing openstack-operator.
129+
# If we try to run the hook
129130
# as a standalone plabyook, it tries to load the cifmw ci_script action
130131
# plugin from the zuul executor and doesn't find it
131-
post_infra:
132+
post_install_operators_kuttl_from_operator:
132133
- name: Deploy watcher service
133134
type: playbook
134135
source: "{{ watcher_hook }}"

0 commit comments

Comments
 (0)