|
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 | + |
26 | 47 | common_service_test_id: "RHOSO-12675" |
27 | 48 | common_service_nspace: openshift-logging |
28 | 49 | common_service_list: |
|
143 | 164 | common_pod_nspace: openstack |
144 | 165 | common_pod_status_str: "Completed" |
145 | 166 | common_pod_list: |
| 167 | + - bootstrap-edpm-deployment-openstack-edpm-ipam |
| 168 | + - configure-network-edpm-deployment-openstack-edpm-ipam |
| 169 | + - configure-os-edpm-deployment-openstack-edpm-ipam |
| 170 | + - download-cache-edpm-deployment-openstack-edpm-ipam |
| 171 | + - install-certs-edpm-deployment-openstack-edpm-ipam |
| 172 | + - install-os-edpm-deployment-openstack-edpm-ipam |
| 173 | + - libvirt-edpm-deployment-openstack-edpm-ipam |
146 | 174 | - logging-edpm-deployment-openstack-edpm-ipam |
| 175 | + - neutron-metadata-edpm-deployment-openstack-edpm-ipam |
| 176 | + - nova-edpm-deployment-openstack-edpm-ipam |
| 177 | + - ovn-edpm-deployment-openstack-edpm-ipam |
| 178 | + - reboot-os-edpm-deployment-openstack-edpm-ipam |
| 179 | + - run-os-edpm-deployment-openstack-edpm-ipam |
| 180 | + - ssh-known-hosts-edpm-deployment |
| 181 | + - telemetry-edpm-deployment-openstack-edpm-ipam |
| 182 | + - validate-network-edpm-deployment-openstack-edpm-ipam |
147 | 183 | tasks: |
148 | 184 | - name: "Run pods completed tests" |
149 | 185 | ansible.builtin.import_role: |
|
157 | 193 | KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" |
158 | 194 | PATH: "{{ cifmw_path }}" |
159 | 195 | vars: |
| 196 | + common_service_test_id: "RHOSO-12749" |
| 197 | + common_service_nspace: openstack |
| 198 | + common_service_list: |
| 199 | + - nova-internal |
| 200 | + - nova-metadata-internal |
| 201 | + - nova-novncproxy-cell1-public |
| 202 | + - nova-public |
160 | 203 | common_crd_test_id: "RHOSO-12670" |
161 | 204 | common_crd_list: |
162 | 205 | - alertingrules.loki.grafana.com |
163 | 206 | - lokistacks.loki.grafana.com |
164 | 207 | - recordingrules.loki.grafana.com |
165 | 208 | - rulerconfigs.loki.grafana.com |
166 | 209 | tasks: |
167 | | - - name: "Run the crds tests" |
| 210 | + - name: "Run Services and CRD tests" |
168 | 211 | ansible.builtin.import_role: |
169 | 212 | name: common |
0 commit comments