|
81 | 81 | deploy_watcher_service_extra_vars: |
82 | 82 | watcher_catalog_image: "{{ cifmw_operator_build_output['operators']['watcher-operator'].image_catalog }}" |
83 | 83 |
|
84 | | -- job: |
85 | | - name: watcher-operator-validation |
86 | | - parent: watcher-operator-validation-base |
87 | | - description: | |
88 | | - A zuul job to validate the watcher operator and its service deployment. |
89 | | - It will deploy podified and EDPM using current-podified antelope content. |
90 | | - During watcher deployment, It will fetch master current-podified hash and pull |
91 | | - openstack watcher services containers from meta content provider. |
92 | | - It will test current-podified control plane EDPM deployment with openstack watcher |
93 | | - master content. It deploys watcher using TLSe, and creates the certificates to use. |
94 | | - extra-vars: |
95 | | - # Override zuul meta content provider provided content_provider_dlrn_md5_hash |
96 | | - # var. As returned dlrn md5 hash comes from master release but job is using |
97 | | - # antelope content. |
98 | | - content_provider_dlrn_md5_hash: '' |
99 | | - vars: |
100 | | - # Use watcher-tempest-plugin with latest content from master branch |
101 | | - cifmw_test_operator_tempest_external_plugin: |
102 | | - - repository: "https://opendev.org/openstack/watcher-tempest-plugin.git" |
103 | | - changeRepository: "https://review.opendev.org/openstack/watcher-tempest-plugin" |
104 | | - changeRefspec: "refs/heads/master" |
105 | | - # Donot use openstack services containers from meta content provider master |
106 | | - # job. |
107 | | - cifmw_update_containers_openstack: false |
108 | | - deploy_watcher_service_extra_vars: |
109 | | - watcher_cr_file: "ci/watcher_v1beta1_watcher_tlse.yaml" |
110 | | - |
111 | | -- job: |
112 | | - name: watcher-operator-validation-ocp4-16 |
113 | | - parent: watcher-operator-validation |
114 | | - description: | |
115 | | - watcher-operator-validation qualification with OCP 4.16 |
116 | | - nodeset: centos-9-medium-2x-centos-9-crc-extracted-2-39-0-3xl |
117 | | - |
118 | 84 | - job: |
119 | 85 | name: watcher-operator-kuttl |
120 | 86 | dependencies: ["openstack-meta-content-provider-master"] |
|
0 commit comments