Skip to content

Commit c3122c7

Browse files
committed
[ci/logging_tests] Add KUBECONFIG and PATH to play environment
1 parent 0d409d2 commit c3122c7

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

ci/logging_tests_computes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
hosts: computes
1212
gather_facts: no
1313
ignore_errors: true
14+
environment:
15+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
16+
PATH: "{{ cifmw_path }}"
1417
vars:
1518
container_test_id: "RHOSO-12753"
1619
container_list:
@@ -31,6 +34,9 @@
3134
hosts: computes
3235
gather_facts: no
3336
ignore_errors: true
37+
environment:
38+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
39+
PATH: "{{ cifmw_path }}"
3440
vars:
3541
identifiers_test_id: "RHOSO-12681"
3642
identifiers_list:

ci/logging_tests_local.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
hosts: controller
4141
gather_facts: no
4242
ignore_errors: true
43+
environment:
44+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
45+
PATH: "{{ cifmw_path }}"
4346
vars:
4447
proj_test_id: "RHOSO-12668"
4548
proj_list:
@@ -124,6 +127,9 @@
124127
hosts: controller
125128
gather_facts: no
126129
ignore_errors: true
130+
environment:
131+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
132+
PATH: "{{ cifmw_path }}"
127133
vars:
128134
pod_test_id: "RHOSO-12752"
129135
pod_status_str: "Running"
@@ -140,6 +146,9 @@
140146
hosts: controller
141147
gather_facts: no
142148
ignore_errors: true
149+
environment:
150+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
151+
PATH: "{{ cifmw_path }}"
143152
vars:
144153
pod_test_id: "RHOSO-12673"
145154
pod_status_str: "Running"
@@ -159,6 +168,9 @@
159168
hosts: controller
160169
gather_facts: no
161170
ignore_errors: true
171+
environment:
172+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
173+
PATH: "{{ cifmw_path }}"
162174
vars:
163175
pod_test_id: "RHOSO-12676"
164176
pod_status_str: "Running"
@@ -186,6 +198,11 @@
186198
hosts: controller
187199
gather_facts: no
188200
ignore_errors: true
201+
environment:
202+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
203+
PATH: "{{ cifmw_path }}"
204+
205+
189206
vars:
190207
pod_test_id: "RHOSO-12674"
191208
pod_status_str: "Running"
@@ -203,6 +220,9 @@
203220
hosts: controller
204221
gather_facts: no
205222
ignore_errors: true
223+
environment:
224+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
225+
PATH: "{{ cifmw_path }}"
206226
vars:
207227
pod_test_id: "RHOSO-12679"
208228
pod_nspace: openstack
@@ -235,6 +255,9 @@
235255
hosts: controller
236256
gather_facts: no
237257
ignore_errors: true
258+
environment:
259+
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
260+
PATH: "{{ cifmw_path }}"
238261
vars:
239262
service_test_id: "RHOSO-12749"
240263
service_nspace: openstack

0 commit comments

Comments
 (0)