|
6 | 6 | environment: |
7 | 7 | KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" |
8 | 8 | PATH: "{{ cifmw_path }}" |
| 9 | + vars_files: |
| 10 | + - vars/osp18_env.yml |
9 | 11 | vars: |
10 | 12 | common_pod_test_id: "RHOSO-12672" |
11 | 13 | common_pod_status_str: "Running" |
|
23 | 25 | - openshift |
24 | 26 | - openstack-operators |
25 | 27 | - openshift-logging |
| 28 | + common_endpoint_test_id: "RHOSO-12682" |
| 29 | + common_endpoint_list: |
| 30 | + - [nova,compute,public] |
| 31 | + - [nova,compute,internal] |
| 32 | + - [placement,placement,public] |
| 33 | + - [placement,placement,internal] |
| 34 | + - [swift,object-store,public] |
| 35 | + - [swift,object-store,internal] |
| 36 | + - [cinderv3,volumev3,public] |
| 37 | + - [cinderv3,volumev3,internal] |
| 38 | + - [barbican,key-manager,public] |
| 39 | + - [barbican,key-manager,internal] |
| 40 | + - [keystone,identity,public] |
| 41 | + - [keystone,identity,internal] |
| 42 | + - [glance,image,public] |
| 43 | + - [glance,image,internal] |
| 44 | + - [neutron,network,public] |
| 45 | + - [neutron,network,internal] |
| 46 | + |
| 47 | + common_manifest_test_id: "RHOSO-12677" |
| 48 | + common_manifest_list: |
| 49 | + - "loki-operator 2" |
| 50 | + - "loki-helm-operator 1" |
| 51 | + |
26 | 52 | common_service_test_id: "RHOSO-12675" |
27 | 53 | common_service_nspace: openshift-logging |
28 | 54 | common_service_list: |
|
143 | 169 | common_pod_nspace: openstack |
144 | 170 | common_pod_status_str: "Completed" |
145 | 171 | common_pod_list: |
| 172 | + - bootstrap-edpm-deployment-openstack-edpm-ipam |
| 173 | + - configure-network-edpm-deployment-openstack-edpm-ipam |
| 174 | + - configure-os-edpm-deployment-openstack-edpm-ipam |
| 175 | + - download-cache-edpm-deployment-openstack-edpm-ipam |
| 176 | + - install-certs-edpm-deployment-openstack-edpm-ipam |
| 177 | + - install-os-edpm-deployment-openstack-edpm-ipam |
| 178 | + - libvirt-edpm-deployment-openstack-edpm-ipam |
146 | 179 | - logging-edpm-deployment-openstack-edpm-ipam |
| 180 | + - neutron-metadata-edpm-deployment-openstack-edpm-ipam |
| 181 | + - nova-edpm-deployment-openstack-edpm-ipam |
| 182 | + - ovn-edpm-deployment-openstack-edpm-ipam |
| 183 | + - reboot-os-edpm-deployment-openstack-edpm-ipam |
| 184 | + - run-os-edpm-deployment-openstack-edpm-ipam |
| 185 | + - ssh-known-hosts-edpm-deployment |
| 186 | + - telemetry-edpm-deployment-openstack-edpm-ipam |
| 187 | + - validate-network-edpm-deployment-openstack-edpm-ipam |
147 | 188 | tasks: |
148 | 189 | - name: "Run pods completed tests" |
149 | 190 | ansible.builtin.import_role: |
|
157 | 198 | KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" |
158 | 199 | PATH: "{{ cifmw_path }}" |
159 | 200 | vars: |
| 201 | + common_service_test_id: "RHOSO-12749" |
| 202 | + common_service_nspace: openstack |
| 203 | + common_service_list: |
| 204 | + - nova-internal |
| 205 | + - nova-metadata-internal |
| 206 | + - nova-novncproxy-cell1-public |
| 207 | + - nova-public |
160 | 208 | common_crd_test_id: "RHOSO-12670" |
161 | 209 | common_crd_list: |
162 | 210 | - alertingrules.loki.grafana.com |
163 | 211 | - lokistacks.loki.grafana.com |
164 | 212 | - recordingrules.loki.grafana.com |
165 | 213 | - rulerconfigs.loki.grafana.com |
166 | 214 | tasks: |
167 | | - - name: "Run the crds tests" |
| 215 | + - name: "Run Services and CRD tests" |
168 | 216 | ansible.builtin.import_role: |
169 | 217 | name: common |
0 commit comments