|
9 | 9 | vars_files: |
10 | 10 | - vars/osp18_env.yml |
11 | 11 | vars: |
12 | | - common_pod_test_id: "RHOSO-12672" |
13 | | - common_pod_status_str: "Running" |
14 | | - common_pod_nspace: openstack-operators |
| 12 | + common_pod_test_id: "RHOS0-12672" |
| 13 | + # common_pod_status_str: "Running" |
| 14 | + # common_pod_nspace: openstack-operators |
15 | 15 | common_pod_list: |
16 | | - - telemetry-operator-controller-manager |
17 | | - - openstack-operator-controller-manager |
| 16 | + - { name: telemetry-operator-controller-manager, nspace: openstack-operators, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 17 | + - { name: openstack-operator-controller-manager, nspace: openstack-operators, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
18 | 18 | common_subscription_test_id: "RHOSO-12678" |
19 | | - common_subscription_nspace: openshift-operators-redhat |
| 19 | + # common_subscription_nspace: openshift-operators-redhat |
20 | 20 | common_subscription_list: |
21 | | - - loki-operator |
| 21 | + - { name: loki-operator, nspace: openshift-operators-redhat, test_id: "{{ common_subscription_test_id }}"} |
22 | 22 | common_project_test_id: "RHOSO-12668" |
23 | 23 | common_project_list: |
24 | | - - openshift-openstack-infra |
25 | | - - openshift |
26 | | - - openstack-operators |
27 | | - - openshift-logging |
| 24 | + - { name: openshift-openstack-infra, test_id: "{{ common_project_test_id }}" } |
| 25 | + - { name: openshift, test_id: "{{ common_project_test_id }}"} |
| 26 | + - { name: openstack-operators, test_id: "{{ common_project_test_id }}" } |
| 27 | + - { name: openshift-logging, test_id: "{{ common_project_test_id }}"} |
28 | 28 | common_endpoint_test_id: "RHOSO-12682" |
29 | 29 | common_endpoint_list: |
30 | 30 | - [nova,compute,public] |
|
43 | 43 | - [glance,image,internal] |
44 | 44 | - [neutron,network,public] |
45 | 45 | - [neutron,network,internal] |
46 | | - |
47 | 46 | common_manifest_test_id: "RHOSO-12677" |
48 | 47 | common_manifest_list: |
49 | 48 | - "loki-operator 2" |
50 | 49 | - "loki-helm-operator 1" |
51 | | - |
52 | 50 | common_service_test_id: "RHOSO-12675" |
53 | | - common_service_nspace: openshift-logging |
| 51 | + # common_service_nspace: openshift-logging |
54 | 52 | common_service_list: |
55 | | - - cluster-logging-operator-metrics |
56 | | - - logging-loki-compactor-grpc |
57 | | - - logging-loki-compactor-http |
58 | | - - logging-loki-distributor-grpc |
59 | | - - logging-loki-distributor-http |
60 | | - - logging-loki-gateway-http |
61 | | - - logging-loki-gossip-ring |
62 | | - - logging-loki-index-gateway-grpc |
63 | | - - logging-loki-index-gateway-http |
64 | | - - logging-loki-ingester-grpc |
65 | | - - logging-loki-ingester-http |
66 | | - - logging-loki-querier-grpc |
67 | | - - logging-loki-querier-http |
68 | | - - logging-loki-query-frontend-grpc |
69 | | - - logging-loki-query-frontend-http |
70 | | - - openstack-logging |
| 53 | + - { name: cluster-logging-operator-metrics, nspace: openshift-logging,test_id: "RHOSO-13744"} |
| 54 | + - { name: logging-loki-compactor-grpc, nspace: openshift-logging, test_id: "RHOSO-13746"} |
| 55 | + - { name: logging-loki-compactor-http, nspace: openshift-logging, test_id: "RHOSO-13747"} |
| 56 | + - { name: logging-loki-distributor-grpc, nspace: openshift-logging, test_id: "RHOSO-13748"} |
| 57 | + - { name: logging-loki-distributor-http, nspace: openshift-logging, test_id: "RHOSO-13749"} |
| 58 | + - { name: logging-loki-gateway-http, nspace: openshift-logging, test_id: "RHOSO-13750"} |
| 59 | + - { name: logging-loki-gossip-ring, nspace: openshift-logging, test_id: "RHOSO-13751"} |
| 60 | + - { name: logging-loki-index-gateway-grpc, nspace: openshift-logging, test_id: "RHOSO-13752"} |
| 61 | + - { name: logging-loki-index-gateway-http, nspace: openshift-logging, test_id: "RHOSO-13753"} |
| 62 | + - { name: logging-loki-ingester-grpc, nspace: openshift-logging, test_id: "RHOSO-13754"} |
| 63 | + - { name: logging-loki-ingester-http, nspace: openshift-logging, test_id: "RHOSO-13755"} |
| 64 | + - { name: logging-loki-querier-grpc, nspace: openshift-logging, test_id: "RHOSO-13756"} |
| 65 | + - { name: logging-loki-querier-http, nspace: openshift-logging, test_id: "RHOSO-13757"} |
| 66 | + - { name: logging-loki-query-frontend-grpc, nspace: openshift-logging, test_id: "RHOSO-13758"} |
| 67 | + - { name: logging-loki-query-frontend-http, nspace: openshift-logging, test_id: "RHOSO-13759"} |
| 68 | + - { name: openstack-logging, nspace: openshift-logging, test_id: "RHOSO-13760"} |
71 | 69 | tasks: |
72 | 70 | - name: "Verify logging infrastructure components" |
73 | 71 | ansible.builtin.include_role: |
|
82 | 80 | PATH: "{{ cifmw_path }}" |
83 | 81 | vars: |
84 | 82 | common_pod_test_id: "RHOSO-12752" |
85 | | - common_pod_status_str: "Running" |
86 | | - common_pod_nspace: openstack |
| 83 | + # common_pod_status_str: "Running" |
| 84 | + # common_pod_nspace: openstack |
87 | 85 | common_pod_list: |
88 | | - - openstackclient |
| 86 | + - { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "{{ common_pod_test_id }}"} |
89 | 87 | tasks: |
90 | 88 | - name: "Verify Running Pods" |
91 | 89 | ansible.builtin.include_role: |
|
101 | 99 | PATH: "{{ cifmw_path }}" |
102 | 100 | vars: |
103 | 101 | common_pod_test_id: "RHOSO-12673" |
104 | | - common_pod_status_str: "Running" |
105 | | - common_pod_nspace: openshift-operators-redhat |
| 102 | + #common_pod_status_str: "Running" |
| 103 | + #common_pod_nspace: openshift-operators-redhat |
106 | 104 | common_pod_list: |
107 | | - - loki-operator-controller-manager |
| 105 | + - { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "{{ common_pod_test_id }}"} |
108 | 106 | tasks: |
109 | 107 | - name: "Verify Pods running" |
110 | 108 | ansible.builtin.include_role: |
|
118 | 116 | KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" |
119 | 117 | PATH: "{{ cifmw_path }}" |
120 | 118 | vars: |
121 | | - common_pod_test_id: "RHOSO-12676" |
122 | | - common_pod_status_str: "Running" |
123 | | - common_pod_nspace: openshift-logging |
| 119 | + # common_pod_test_id: "RHOSO-12676" |
| 120 | + # common_pod_status_str: "Running" |
| 121 | + # common_pod_nspace: openshift-logging |
124 | 122 | common_pod_list: |
125 | | - - cluster-logging-operator |
| 123 | + - cluster-logging-operator |
126 | 124 | - logging-loki-compactor |
127 | 125 | - logging-loki-distributor |
128 | 126 | #- logging-loki-gateway |
129 | 127 | - logging-loki-index-gateway |
130 | 128 | - logging-loki-ingester |
131 | 129 | - logging-loki-querier |
132 | 130 | - logging-loki-query-frontend |
133 | | - - collector |
| 131 | + - { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"} |
| 132 | + |
134 | 133 |
|
135 | 134 | ### see JIRA LOG-5431 if pods not running |
136 | 135 | tasks: |
|
147 | 146 | PATH: "{{ cifmw_path }}" |
148 | 147 | vars: |
149 | 148 | common_pod_test_id: "RHOSO-12674" |
150 | | - common_pod_status_str: "Running" |
151 | | - common_pod_nspace: minio-dev |
| 149 | + # common_pod_status_str: "Running" |
| 150 | + # common_pod_nspace: minio-dev |
152 | 151 | common_pod_list: |
153 | | - - minio |
| 152 | + - { name: minio, nspace: minio-dev, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
154 | 153 | tasks: |
155 | 154 | - name: "Run pod running tests" |
156 | 155 | ansible.builtin.include_role: |
|
166 | 165 | PATH: "{{ cifmw_path }}" |
167 | 166 | vars: |
168 | 167 | common_pod_test_id: "RHOSO-12679" |
169 | | - common_pod_nspace: openstack |
170 | | - common_pod_status_str: "Completed" |
| 168 | + #common_pod_nspace: openstack |
| 169 | + #common_pod_status_str: "Completed" |
171 | 170 | 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 |
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 |
| 171 | + # - bootstrap-edpm-deployment-openstack-edpm-ipam |
| 172 | + # - configure-network-edpm-deployment-openstack-edpm-ipam |
| 173 | + # - configure-os-edpm-deployment-openstack-edpm-ipam |
| 174 | + # - download-cache-edpm-deployment-openstack-edpm-ipam |
| 175 | + # - install-certs-edpm-deployment-openstack-edpm-ipam |
| 176 | + # - install-os-edpm-deployment-openstack-edpm-ipam |
| 177 | + # - libvirt-edpm-deployment-openstack-edpm-ipam |
| 178 | + # - logging-edpm-deployment-openstack-edpm-ipam |
| 179 | + # - neutron-metadata-edpm-deployment-openstack-edpm-ipam |
| 180 | + # - nova-edpm-deployment-openstack-edpm-ipam |
| 181 | + # - ovn-edpm-deployment-openstack-edpm-ipam |
| 182 | + # - reboot-os-edpm-deployment-openstack-edpm-ipam |
| 183 | + # - run-os-edpm-deployment-openstack-edpm-ipam |
| 184 | + # - ssh-known-hosts-edpm-deployment |
| 185 | + # - telemetry-edpm-deployment-openstack-edpm-ipam |
| 186 | + # - validate-network-edpm-deployment-openstack-edpm-ipam |
| 187 | + - { name: logging-edpm-deployment-openstack-edpm-ipam, nspace: openstack, status_str: "Completed", test_id: "{{ common_pod_test_id }}"} |
188 | 188 | tasks: |
189 | 189 | - name: "Run pods completed tests" |
190 | 190 | ansible.builtin.include_role: |
|
205 | 205 | - nova-metadata-internal |
206 | 206 | - nova-novncproxy-cell1-public |
207 | 207 | - nova-public |
208 | | - common_crd_test_id: "RHOSO-12670" |
| 208 | + #common_crd_test_id: "RHOSO-12670" |
209 | 209 | common_crd_list: |
210 | | - - alertingrules.loki.grafana.com |
211 | | - - lokistacks.loki.grafana.com |
212 | | - - recordingrules.loki.grafana.com |
213 | | - - rulerconfigs.loki.grafana.com |
| 210 | + - { name: alertingrules.loki.grafana.com, test_id: "RHOSO-12670"} |
| 211 | + - { name: lokistacks.loki.grafana.com, test_id: "RHOSO-12670"} |
| 212 | + - { name: recordingrules.loki.grafana.com, test_id: "RHOSO-12670"} |
| 213 | + - { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-12670"} |
214 | 214 | tasks: |
215 | 215 | - name: "Run Services and CRD tests" |
216 | 216 | ansible.builtin.import_role: |
|
0 commit comments