|
7 | 7 | KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" |
8 | 8 | PATH: "{{ cifmw_path }}" |
9 | 9 | vars: |
10 | | - common_pod_test_id: "RHOS0-12672" |
| 10 | + common_pod_test_id: "RHOSO-12672" |
11 | 11 | # common_pod_status_str: "Running" |
12 | 12 | # common_pod_nspace: openstack-operators |
13 | 13 | common_pod_list: |
|
63 | 63 | # common_pod_status_str: "Running" |
64 | 64 | # common_pod_nspace: openstack |
65 | 65 | common_pod_list: |
66 | | - - { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "{{ common_pod_test_id }}"} |
| 66 | + - { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "RHOSO-12752"} |
67 | 67 | tasks: |
68 | 68 | - name: "Verify Running Pods" |
69 | 69 | ansible.builtin.include_role: |
|
82 | 82 | #common_pod_status_str: "Running" |
83 | 83 | #common_pod_nspace: openshift-operators-redhat |
84 | 84 | common_pod_list: |
85 | | - - { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "{{ common_pod_test_id }}"} |
| 85 | + - { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "RHOSO-12673"} |
86 | 86 | tasks: |
87 | 87 | - name: "Verify Pods running" |
88 | 88 | ansible.builtin.include_role: |
|
101 | 101 | # common_pod_nspace: openshift-logging |
102 | 102 | common_pod_list: |
103 | 103 | - { name: cluster-logging-operator, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
104 | | - - { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
105 | | - - { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 104 | + - { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13778" } |
| 105 | + - { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13780" } |
106 | 106 | #- { name: logging-loki-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
107 | | - - { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
108 | | - - { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
109 | | - - { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
110 | | - - { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 107 | + - { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13781" } |
| 108 | + - { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13782" } |
| 109 | + - { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13783" } |
| 110 | + - { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13784" } |
111 | 111 | - { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"} |
112 | 112 |
|
113 | 113 |
|
|
129 | 129 | # common_pod_status_str: "Running" |
130 | 130 | # common_pod_nspace: minio-dev |
131 | 131 | common_pod_list: |
132 | | - - { name: minio, nspace: minio-dev, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 132 | + - { name: minio, nspace: minio-dev, status_str: "Running", test_id: "RHOSO-12674" } |
133 | 133 | tasks: |
134 | 134 | - name: "Run pod running tests" |
135 | 135 | ansible.builtin.include_role: |
|
165 | 165 | #common_crd_test_id: "RHOSO-12670" |
166 | 166 | common_crd_list: |
167 | 167 | - { name: alertingrules.loki.grafana.com, test_id: "RHOSO-12670"} |
168 | | - - { name: lokistacks.loki.grafana.com, test_id: "RHOSO-12670"} |
169 | | - - { name: recordingrules.loki.grafana.com, test_id: "RHOSO-12670"} |
170 | | - - { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-12670"} |
| 168 | + - { name: lokistacks.loki.grafana.com, test_id: "RHOSO-13787"} |
| 169 | + - { name: recordingrules.loki.grafana.com, test_id: "RHOSO-13788"} |
| 170 | + - { name: rulerconfigs.loki.grafana.com, test_id: "RHOSO-13789"} |
171 | 171 | tasks: |
172 | 172 | - name: "Run the crds tests" |
173 | 173 | ansible.builtin.include_role: |
|
0 commit comments