|
48 | 48 | - /etc/rsyslog.d/10-telemetry.conf |
49 | 49 | tasks: |
50 | 50 | - name: "Verify logging infrastructure components" |
51 | | - ansible.builtin.import_role: |
| 51 | + ansible.builtin.include_role: |
52 | 52 | name: common |
53 | 53 |
|
54 | 54 | - name: "Verify logging pods are running in openstack" |
|
66 | 66 | - openstackclient |
67 | 67 | tasks: |
68 | 68 | - name: "Verify Running Pods" |
69 | | - ansible.builtin.import_role: |
| 69 | + ansible.builtin.include_role: |
70 | 70 | name: common |
71 | 71 |
|
72 | 72 |
|
|
85 | 85 | - loki-operator-controller-manager |
86 | 86 | tasks: |
87 | 87 | - name: "Verify Pods running" |
88 | | - ansible.builtin.import_role: |
| 88 | + ansible.builtin.include_role: |
89 | 89 | name: common |
90 | 90 |
|
91 | 91 | - name: "Verify logging pods are running in openshift-logging" |
|
114 | 114 | ### see JIRA LOG-5431 if pods not running |
115 | 115 | tasks: |
116 | 116 | - name: "Verify Pods running" |
117 | | - ansible.builtin.import_role: |
| 117 | + ansible.builtin.include_role: |
118 | 118 | name: common |
119 | 119 |
|
120 | 120 | - name: "Verify logging pods are running in minio-dev" |
|
132 | 132 | - minio |
133 | 133 | tasks: |
134 | 134 | - name: "Run pod running tests" |
135 | | - ansible.builtin.import_role: |
| 135 | + ansible.builtin.include_role: |
136 | 136 | name: common |
137 | 137 |
|
138 | 138 |
|
|
151 | 151 | - logging-edpm-deployment-openstack-edpm-ipam |
152 | 152 | tasks: |
153 | 153 | - name: "Run pods completed tests" |
154 | | - ansible.builtin.import_role: |
| 154 | + ansible.builtin.include_role: |
155 | 155 | name: common |
156 | 156 |
|
157 | 157 | - name: "Verify the crds exist" |
|
170 | 170 | - rulerconfigs.loki.grafana.com |
171 | 171 | tasks: |
172 | 172 | - name: "Run the crds tests" |
173 | | - ansible.builtin.import_role: |
| 173 | + ansible.builtin.include_role: |
174 | 174 | name: common |
0 commit comments