|
41 | 41 | cifmw_repo_setup_promotion: podified-ci-testing |
42 | 42 | cifmw_dlrn_report_result: true |
43 | 43 | cifmw_update_containers_openstack: true |
| 44 | + cifmw_update_containers_watcher: true |
44 | 45 | cifmw_extras: |
45 | 46 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework']. |
46 | 47 | src_dir }}/scenarios/centos-9/multinode-ci.yml" |
|
81 | 82 | # Donot use openstack services containers from meta content provider master |
82 | 83 | # job. |
83 | 84 | cifmw_update_containers_openstack: false |
84 | | - deploy_watcher_service_extra_vars: |
85 | | - watcher_catalog_image: "{{ cifmw_operator_build_output['operators']['watcher-operator'].image_catalog }}" |
86 | 85 | cifmw_edpm_telemetry_enabled_exporters: |
87 | 86 | - podman_exporter |
88 | 87 | - openstack_network_exporter |
|
98 | 97 | vars: |
99 | 98 | # Do not fetch dlrn md5 hash |
100 | 99 | fetch_dlrn_hash: false |
101 | | - deploy_watcher_service_extra_vars: |
| 100 | + deploy_watcher_operator_extra_vars: |
102 | 101 | watcher_catalog_image: "{{ cifmw_operator_build_output['operators']['watcher-operator'].image_catalog }}" |
103 | | - deploy_watcher_service: false |
104 | | - force_watcher_standalone: true |
105 | 102 | cifmw_extras: |
106 | 103 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/watcher-operator']. |
107 | 104 | src_dir }}/ci/scenarios/kuttl.yml" |
|
164 | 161 | # Donot use openstack services containers from meta content provider master |
165 | 162 | # job. |
166 | 163 | cifmw_update_containers_openstack: false |
| 164 | + cifmw_update_containers_watcher: true |
| 165 | + cifmw_update_containers_registry: "{{ content_provider_os_registry_url | split('/') | first }}" |
| 166 | + cifmw_update_containers_tag: watcher_latest |
| 167 | + cifmw_update_containers_org: podified-epoxy-centos9 |
167 | 168 | # current dlrn hash changes frequently. In meta content provider, containers |
168 | 169 | # are tagged with watcher_latest, let's use the same here. |
169 | 170 | fetch_dlrn_hash: false |
170 | 171 | watcher_services_tag: watcher_latest |
171 | | - deploy_watcher_service_extra_vars: |
172 | | - watcher_cr_file: "ci/watcher_v1beta1_watcher_tlse.yaml" |
173 | 172 | # tempest vars |
174 | 173 | cifmw_test_operator_tempest_registry: "{{ content_provider_os_registry_url | split('/') | first }}" |
175 | 174 | cifmw_test_operator_tempest_namespace: "{{ content_provider_os_registry_url | split('/') | last }}" |
|
235 | 234 | cifmw_update_containers_openstack: true |
236 | 235 | cifmw_update_containers_org: podified-master-centos10 |
237 | 236 | fetch_dlrn_hash: false |
| 237 | + cifmw_update_containers_watcher: true |
238 | 238 | watcher_services_tag: watcher_latest |
239 | 239 | watcher_registry_url: "{{ content_provider_os_registry_url }}" |
240 | 240 | cifmw_update_containers_tag: current-tested |
|
0 commit comments