|
25 | 25 | - openshift-logging |
26 | 26 | tasks: |
27 | 27 | - name: "Verify logging infrastructure components" |
28 | | - ansible.builtin.import_role: |
| 28 | + ansible.builtin.include_role: |
29 | 29 | name: common |
30 | 30 |
|
31 | 31 | - name: "Verify logging pods are running in openstack" |
|
43 | 43 | - openstackclient |
44 | 44 | tasks: |
45 | 45 | - name: "Verify Running Pods" |
46 | | - ansible.builtin.import_role: |
| 46 | + ansible.builtin.include_role: |
47 | 47 | name: common |
48 | 48 |
|
49 | 49 |
|
|
62 | 62 | - loki-operator-controller-manager |
63 | 63 | tasks: |
64 | 64 | - name: "Verify Pods running" |
65 | | - ansible.builtin.import_role: |
| 65 | + ansible.builtin.include_role: |
66 | 66 | name: common |
67 | 67 |
|
68 | 68 | - name: "Verify logging pods are running in openshift-logging" |
|
91 | 91 | ### see JIRA LOG-5431 if pods not running |
92 | 92 | tasks: |
93 | 93 | - name: "Verify Pods running" |
94 | | - ansible.builtin.import_role: |
| 94 | + ansible.builtin.include_role: |
95 | 95 | name: common |
96 | 96 |
|
97 | 97 | - name: "Verify logging pods are running in minio-dev" |
|
109 | 109 | - minio |
110 | 110 | tasks: |
111 | 111 | - name: "Run pod running tests" |
112 | | - ansible.builtin.import_role: |
| 112 | + ansible.builtin.include_role: |
113 | 113 | name: common |
114 | 114 |
|
115 | 115 |
|
|
128 | 128 | - logging-edpm-deployment-openstack-edpm-ipam |
129 | 129 | tasks: |
130 | 130 | - name: "Run pods completed tests" |
131 | | - ansible.builtin.import_role: |
| 131 | + ansible.builtin.include_role: |
132 | 132 | name: common |
133 | 133 |
|
134 | 134 | - name: "Verify the crds exist" |
|
147 | 147 | - rulerconfigs.loki.grafana.com |
148 | 148 | tasks: |
149 | 149 | - name: "Run the crds tests" |
150 | | - ansible.builtin.import_role: |
| 150 | + ansible.builtin.include_role: |
151 | 151 | name: common |
0 commit comments