Skip to content

Commit 176d831

Browse files
committed
Install Cluster Observability Operator in zuul jobs
Watcher relies on MetricStorage provided by telemetry which uses OpenShift Cluster Observability Operator. This patch is installing the operator before deploying the watcher operator so that we have it running before doing kuttl preparation steps.
1 parent 4b402a5 commit 176d831

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/playbooks/deploy_watcher_service.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
99
PATH: "{{ cifmw_path }}"
1010
tasks:
11+
- name: Import tasks for creating COO subscription
12+
ansible.builtin.include_tasks: "create-coo-subscription.yaml"
13+
1114
- name: Install Watcher Operator
1215
cifmw.general.ci_script:
1316
output_dir: "{{ cifmw_basedir }}/artifacts"

0 commit comments

Comments
 (0)