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