|
9 | 9 | vars_files: |
10 | 10 | - vars/osp18_env.yml |
11 | 11 | vars: |
12 | | - common_pod_test_id: "RHOS0-12672" |
| 12 | + common_pod_test_id: "RHOSO-12672" |
13 | 13 | # common_pod_status_str: "Running" |
14 | 14 | # common_pod_nspace: openstack-operators |
15 | 15 | common_pod_list: |
|
83 | 83 | # common_pod_status_str: "Running" |
84 | 84 | # common_pod_nspace: openstack |
85 | 85 | common_pod_list: |
86 | | - - { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "{{ common_pod_test_id }}"} |
| 86 | + - { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "RHOSO-12752"} |
87 | 87 | tasks: |
88 | 88 | - name: "Verify Running Pods" |
89 | 89 | ansible.builtin.include_role: |
|
102 | 102 | #common_pod_status_str: "Running" |
103 | 103 | #common_pod_nspace: openshift-operators-redhat |
104 | 104 | common_pod_list: |
105 | | - - { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "{{ common_pod_test_id }}"} |
| 105 | + - { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "RHOSO-12673"} |
106 | 106 | tasks: |
107 | 107 | - name: "Verify Pods running" |
108 | 108 | ansible.builtin.include_role: |
|
121 | 121 | # common_pod_nspace: openshift-logging |
122 | 122 | common_pod_list: |
123 | 123 | - { name: cluster-logging-operator, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
124 | | - - { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
125 | | - - { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 124 | + - { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13778" } |
| 125 | + - { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13780" } |
126 | 126 | #- { name: logging-loki-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
127 | | - - { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
128 | | - - { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
129 | | - - { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
130 | | - - { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 127 | + - { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13781" } |
| 128 | + - { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13782" } |
| 129 | + - { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13783" } |
| 130 | + - { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13784" } |
131 | 131 | - { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"} |
132 | 132 |
|
133 | 133 |
|
|
149 | 149 | # common_pod_status_str: "Running" |
150 | 150 | # common_pod_nspace: minio-dev |
151 | 151 | common_pod_list: |
152 | | - - { name: minio, nspace: minio-dev, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 152 | + - { name: minio, nspace: minio-dev, status_str: "Running", test_id: "RHOSO-12674" } |
153 | 153 | tasks: |
154 | 154 | - name: "Run pod running tests" |
155 | 155 | ansible.builtin.include_role: |
|
208 | 208 | #common_crd_test_id: "RHOSO-12670" |
209 | 209 | common_crd_list: |
210 | 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"} |
| 211 | + - { name: lokistacks.loki.grafana.com, test_id: "RHOSO-13787"} |
| 212 | + - { name: recordingrules.loki.grafana.com, test_id: "RHOSO-13788"} |
| 213 | + - { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-13789"} |
214 | 214 | tasks: |
215 | 215 | - name: "Run Services and CRD tests" |
216 | 216 | ansible.builtin.import_role: |
|
0 commit comments