|
8 | 8 | PATH: "{{ cifmw_path }}" |
9 | 9 | vars: |
10 | 10 | common_pod_test_id: "RHOS0-12672" |
11 | | - common_pod_status_str: "Running" |
12 | | - common_pod_nspace: openstack-operators |
| 11 | + # common_pod_status_str: "Running" |
| 12 | + # common_pod_nspace: openstack-operators |
13 | 13 | common_pod_list: |
14 | | - - telemetry-operator-controller-manager |
15 | | - - openstack-operator-controller-manager |
| 14 | + - { name: telemetry-operator-controller-manager, nspace: openstack-operators, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
| 15 | + - { name: openstack-operator-controller-manager, nspace: openstack-operators, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
16 | 16 | common_subscription_test_id: "RHOSO-12678" |
17 | | - common_subscription_nspace: openshift-operators-redhat |
| 17 | + # common_subscription_nspace: openshift-operators-redhat |
18 | 18 | common_subscription_list: |
19 | | - - loki-operator |
| 19 | + - { name: loki-operator, nspace: openshift-operators-redhat, test_id: "{{ common_subscription_test_id }}"} |
20 | 20 | common_project_test_id: "RHOSO-12668" |
21 | 21 | common_project_list: |
22 | | - - openshift-openstack-infra |
23 | | - - openshift |
24 | | - - openstack-operators |
25 | | - - openshift-logging |
| 22 | + - { name: openshift-openstack-infra, test_id: "{{ common_project_test_id }}" } |
| 23 | + - { name: openshift, test_id: "{{ common_project_test_id }}"} |
| 24 | + - { name: openstack-operators, test_id: "{{ common_project_test_id }}" } |
| 25 | + - { name: openshift-logging, test_id: "{{ common_project_test_id }}"} |
26 | 26 | common_service_test_id: "RHOSO-12675" |
27 | | - common_service_nspace: openshift-logging |
| 27 | + # common_service_nspace: openshift-logging |
28 | 28 | common_service_list: |
29 | | - - cluster-logging-operator-metrics |
30 | | - - logging-loki-compactor-grpc |
31 | | - - logging-loki-compactor-http |
32 | | - - logging-loki-distributor-grpc |
33 | | - - logging-loki-distributor-http |
34 | | - - logging-loki-gateway-http |
35 | | - - logging-loki-gossip-ring |
36 | | - - logging-loki-index-gateway-grpc |
37 | | - - logging-loki-index-gateway-http |
38 | | - - logging-loki-ingester-grpc |
39 | | - - logging-loki-ingester-http |
40 | | - - logging-loki-querier-grpc |
41 | | - - logging-loki-querier-http |
42 | | - - logging-loki-query-frontend-grpc |
43 | | - - logging-loki-query-frontend-http |
44 | | - - openstack-logging |
| 29 | + - { name: cluster-logging-operator-metrics, nspace: openshift-logging,test_id: "RHOSO-13744"} |
| 30 | + - { name: logging-loki-compactor-grpc, nspace: openshift-logging, test_id: "RHOSO-13746"} |
| 31 | + - { name: logging-loki-compactor-http, nspace: openshift-logging, test_id: "RHOSO-13747"} |
| 32 | + - { name: logging-loki-distributor-grpc, nspace: openshift-logging, test_id: "RHOSO-13748"} |
| 33 | + - { name: logging-loki-distributor-http, nspace: openshift-logging, test_id: "RHOSO-13749"} |
| 34 | + - { name: logging-loki-gateway-http, nspace: openshift-logging, test_id: "RHOSO-13750"} |
| 35 | + - { name: logging-loki-gossip-ring, nspace: openshift-logging, test_id: "RHOSO-13751"} |
| 36 | + - { name: logging-loki-index-gateway-grpc, nspace: openshift-logging, test_id: "RHOSO-13752"} |
| 37 | + - { name: logging-loki-index-gateway-http, nspace: openshift-logging, test_id: "RHOSO-13753"} |
| 38 | + - { name: logging-loki-ingester-grpc, nspace: openshift-logging, test_id: "RHOSO-13754"} |
| 39 | + - { name: logging-loki-ingester-http, nspace: openshift-logging, test_id: "RHOSO-13755"} |
| 40 | + - { name: logging-loki-querier-grpc, nspace: openshift-logging, test_id: "RHOSO-13756"} |
| 41 | + - { name: logging-loki-querier-http, nspace: openshift-logging, test_id: "RHOSO-13757"} |
| 42 | + - { name: logging-loki-query-frontend-grpc, nspace: openshift-logging, test_id: "RHOSO-13758"} |
| 43 | + - { name: logging-loki-query-frontend-http, nspace: openshift-logging, test_id: "RHOSO-13759"} |
| 44 | + - { name: openstack-logging, nspace: openshift-logging, test_id: "RHOSO-13760"} |
| 45 | + |
45 | 46 | common_file_test_id: "RHOSO-12754" |
46 | 47 | common_file_list: |
47 | | - - /etc/rsyslog.d/10-telemetry.conf |
| 48 | + - { name: "/etc/rsyslog.d/10-telemetry.conf", test_id: "{{ common_file_test_id }}"} |
48 | 49 | tasks: |
49 | 50 | - name: "Verify logging infrastructure components" |
50 | 51 | ansible.builtin.include_role: |
|
59 | 60 | PATH: "{{ cifmw_path }}" |
60 | 61 | vars: |
61 | 62 | common_pod_test_id: "RHOSO-12752" |
62 | | - common_pod_status_str: "Running" |
63 | | - common_pod_nspace: openstack |
| 63 | + # common_pod_status_str: "Running" |
| 64 | + # common_pod_nspace: openstack |
64 | 65 | common_pod_list: |
65 | | - - openstackclient |
| 66 | + - { name: openstackclient, status_str: "Running", nspace: "openstack", test_id: "{{ common_pod_test_id }}"} |
66 | 67 | tasks: |
67 | 68 | - name: "Verify Running Pods" |
68 | 69 | ansible.builtin.include_role: |
|
78 | 79 | PATH: "{{ cifmw_path }}" |
79 | 80 | vars: |
80 | 81 | common_pod_test_id: "RHOSO-12673" |
81 | | - common_pod_status_str: "Running" |
82 | | - common_pod_nspace: openshift-operators-redhat |
| 82 | + #common_pod_status_str: "Running" |
| 83 | + #common_pod_nspace: openshift-operators-redhat |
83 | 84 | common_pod_list: |
84 | | - - loki-operator-controller-manager |
| 85 | + - { name: loki-operator-controller-manager, nspace: openshift-operators-redhat, status_str: "Running", test_id: "{{ common_pod_test_id }}"} |
85 | 86 | tasks: |
86 | 87 | - name: "Verify Pods running" |
87 | 88 | ansible.builtin.include_role: |
|
95 | 96 | KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" |
96 | 97 | PATH: "{{ cifmw_path }}" |
97 | 98 | vars: |
98 | | - common_pod_test_id: "RHOSO-12676" |
99 | | - common_pod_status_str: "Running" |
100 | | - common_pod_nspace: openshift-logging |
| 99 | + # common_pod_test_id: "RHOSO-12676" |
| 100 | + # common_pod_status_str: "Running" |
| 101 | + # common_pod_nspace: openshift-logging |
101 | 102 | common_pod_list: |
102 | | - - cluster-logging-operator |
| 103 | + - cluster-logging-operator |
103 | 104 | - logging-loki-compactor |
104 | 105 | - logging-loki-distributor |
105 | 106 | #- logging-loki-gateway |
106 | 107 | - logging-loki-index-gateway |
107 | 108 | - logging-loki-ingester |
108 | 109 | - logging-loki-querier |
109 | 110 | - logging-loki-query-frontend |
110 | | - - collector |
| 111 | + - { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"} |
| 112 | + |
111 | 113 |
|
112 | 114 | ### see JIRA LOG-5431 if pods not running |
113 | 115 | tasks: |
|
124 | 126 | PATH: "{{ cifmw_path }}" |
125 | 127 | vars: |
126 | 128 | common_pod_test_id: "RHOSO-12674" |
127 | | - common_pod_status_str: "Running" |
128 | | - common_pod_nspace: minio-dev |
| 129 | + # common_pod_status_str: "Running" |
| 130 | + # common_pod_nspace: minio-dev |
129 | 131 | common_pod_list: |
130 | | - - minio |
| 132 | + - { name: minio, nspace: minio-dev, status_str: "Running", test_id: "{{ common_pod_test_id }}" } |
131 | 133 | tasks: |
132 | 134 | - name: "Run pod running tests" |
133 | 135 | ansible.builtin.include_role: |
|
143 | 145 | PATH: "{{ cifmw_path }}" |
144 | 146 | vars: |
145 | 147 | common_pod_test_id: "RHOSO-12679" |
146 | | - common_pod_nspace: openstack |
147 | | - common_pod_status_str: "Completed" |
| 148 | + #common_pod_nspace: openstack |
| 149 | + #common_pod_status_str: "Completed" |
148 | 150 | common_pod_list: |
149 | | - - logging-edpm-deployment-openstack-edpm-ipam |
| 151 | + - { name: logging-edpm-deployment-openstack-edpm-ipam, nspace: openstack, status_str: "Completed", test_id: "{{ common_pod_test_id }}"} |
150 | 152 | tasks: |
151 | 153 | - name: "Run pods completed tests" |
152 | 154 | ansible.builtin.include_role: |
|
160 | 162 | KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" |
161 | 163 | PATH: "{{ cifmw_path }}" |
162 | 164 | vars: |
163 | | - common_crd_test_id: "RHOSO-12670" |
| 165 | + #common_crd_test_id: "RHOSO-12670" |
164 | 166 | common_crd_list: |
165 | | - - alertingrules.loki.grafana.com |
166 | | - - lokistacks.loki.grafana.com |
167 | | - - recordingrules.loki.grafana.com |
168 | | - - rulerconfigs.loki.grafana.com |
| 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"} |
169 | 171 | tasks: |
170 | 172 | - name: "Run the crds tests" |
171 | 173 | ansible.builtin.include_role: |
|
0 commit comments