|
| 1 | +--- |
1 | 2 | - name: Prepare Logging Tests |
2 | 3 | hosts: controller |
3 | 4 | gather_facts: false |
| 5 | + ignore_errors: true |
4 | 6 | vars: |
5 | 7 | id_rsa_path: "{{ playbook_dir }}/id_rsa.ctlplane" |
6 | 8 | environment: |
|
32 | 34 | - name: "Verify logging projects, endpoints, credentials, nodes, pods, services, manifests and subscriptions" |
33 | 35 | hosts: controller |
34 | 36 | gather_facts: no |
| 37 | + ignore_errors: true |
35 | 38 | vars: |
36 | 39 | proj_test_id: "RHOSO-12668" |
37 | 40 | proj_list: |
38 | 41 | - openshift-openstack-infra |
39 | 42 | - openshift |
40 | 43 | - openstack-operators |
41 | 44 | - openshift-logging |
42 | | - |
43 | | - |
44 | 45 | endpoint_test_id: "RHOSO-12682" |
45 | 46 | endpoint_list: |
46 | 47 | - [nova,compute,public] |
|
60 | 61 | - [neutron,network,public] |
61 | 62 | - [neutron,network,internal] |
62 | 63 |
|
63 | | - |
64 | 64 | cred_test_id: "RHOSO-12670" |
65 | 65 | cred_list: |
66 | 66 | - alertingrules.loki.grafana.com |
67 | 67 | - lokistacks.loki.grafana.com |
68 | 68 | - recordingrules.loki.grafana.com |
69 | 69 | - rulerconfigs.loki.grafana.com |
70 | 70 |
|
71 | | - |
72 | 71 | node_test_id: "RHOSO-12671" |
73 | 72 | node_list: |
74 | 73 | - edpm-compute-0 |
75 | 74 | - edpm-compute-1 |
76 | 75 | - crc |
77 | 76 |
|
78 | | - |
79 | 77 | pod_test_id: "RHOS0-12672" |
80 | 78 | pod_status_str: "Running" |
81 | 79 | pod_nspace: openstack-operators |
82 | 80 | pod_list: |
83 | 81 | - telemetry-operator-controller-manager |
84 | 82 | - dataplane-operator-controller-manager |
85 | 83 |
|
86 | | - |
87 | 84 | service_test_id: "RHOSO-12675" |
88 | 85 | service_nspace: openshift-logging |
89 | 86 | service_list: |
|
104 | 101 | - logging-loki-query-frontend-http |
105 | 102 | - logging-view-plugin |
106 | 103 | - openstack-logging |
107 | | - |
108 | | - |
109 | 104 | manifest_test_id: "RHOSO-12677" |
110 | 105 | manifest_list: |
111 | 106 | - "loki-operator 2" |
112 | 107 | - "loki-helm-operator 1" |
113 | | - |
114 | | - |
115 | 108 | subscription_test_id: "RHOSO-12678" |
116 | 109 | subscription_nspace: openshift-operators-redhat |
117 | 110 | subscription_list: |
118 | 111 | - loki-operator |
119 | | - |
120 | 112 | tasks: |
121 | 113 | - name: "Run logging project, endpoint, credential, node, pod, service, manifest and subscription tests" |
122 | 114 | ansible.builtin.import_role: |
123 | 115 | name: common |
124 | 116 |
|
125 | 117 |
|
126 | | - |
127 | 118 | - name: "Verify logging pods are running in openstack" |
128 | 119 | hosts: controller |
129 | 120 | gather_facts: no |
| 121 | + ignore_errors: true |
130 | 122 | vars: |
131 | 123 | pod_test_id: "RHOSO-12752" |
132 | 124 | pod_status_str: "Running" |
133 | 125 | pod_nspace: openstack |
134 | 126 | pod_list: |
135 | 127 | - openstackclient |
136 | | - |
137 | 128 | tasks: |
138 | 129 | - name: "Verify Running Pods" |
139 | 130 | ansible.builtin.import_role: |
|
143 | 134 | - name: "Verify logging pods are running in openshift-operators-redhat" |
144 | 135 | hosts: controller |
145 | 136 | gather_facts: no |
| 137 | + ignore_errors: true |
146 | 138 | vars: |
147 | 139 | pod_test_id: "RHOSO-12673" |
148 | 140 | pod_status_str: "Running" |
|
159 | 151 | - name: "Verify logging pods are running in openshift-logging" |
160 | 152 | hosts: controller |
161 | 153 | gather_facts: no |
| 154 | + ignore_errors: true |
162 | 155 | vars: |
163 | 156 | pod_test_id: "RHOSO-12676" |
164 | 157 | pod_status_str: "Running" |
|
185 | 178 | - name: "Verify logging pods are running in minio-dev" |
186 | 179 | hosts: controller |
187 | 180 | gather_facts: no |
| 181 | + ignore_errors: true |
188 | 182 | vars: |
189 | 183 | pod_test_id: "RHOSO-12674" |
190 | 184 | pod_status_str: "Running" |
|
201 | 195 | - name: "Verify logging pods have complete status in openstack" |
202 | 196 | hosts: controller |
203 | 197 | gather_facts: no |
| 198 | + ignore_errors: true |
204 | 199 | vars: |
205 | 200 | pod_test_id: "RHOSO-12679" |
206 | 201 | pod_nspace: openstack |
|
223 | 218 | - ssh-known-hosts-edpm-deployment-logging |
224 | 219 | - telemetry-edpm-deployment-logging |
225 | 220 | - validate-network-edpm-deployment-logging |
226 | | - |
227 | 221 | tasks: |
228 | 222 | - name: "Run pods completed tests" |
229 | 223 | ansible.builtin.import_role: |
|
233 | 227 | - name: "Verify logging services are running in openstack" |
234 | 228 | hosts: controller |
235 | 229 | gather_facts: no |
| 230 | + ignore_errors: true |
236 | 231 | vars: |
237 | 232 | service_test_id: "RHOSO-12749" |
238 | 233 | service_nspace: openstack |
|
241 | 236 | - nova-metadata-internal |
242 | 237 | - nova-novncproxy-cell1-public |
243 | 238 | - nova-public |
244 | | - |
245 | 239 | tasks: |
246 | 240 | - name: "Run Services tests" |
247 | 241 | ansible.builtin.import_role: |
|
0 commit comments