Skip to content

Commit a0a93ce

Browse files
committed
[zuul] Pass an inventory file to the ansibletest
This inventory file is created by a post_infra hook
1 parent 85a89d9 commit a0a93ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zuul.d/job.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
cifmw_openshift_kubeconfig: "{{ cifmw_openshift_kubeconfig }}"
3636
cifmw_path: "{{ cifmw_path }}"
3737
patch_observabilityclient: true
38+
cifmw_target_hook_host: controller
39+
cifmw_test_operator_ansibletest_ansible_inventory: |
40+
{{ lookup('ansible.builtin.file', '/home/zuul/ci-framework-data/artifacts/zuul_inventory.yml' }}
3841
cifmw_build_containers_config_file: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/tcib'].src_dir }}/containers.yaml"
3942

4043
- job:

0 commit comments

Comments
 (0)