Skip to content

Commit 1f0c355

Browse files
Merge pull request #190 from lpiwowar/feature/enable-ansibletests
[Ansibletest] Enable ansibletest testing in check job
2 parents e86bfa6 + 487d6c9 commit 1f0c355

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.zuul.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@
3131

3232
cifmw_run_test_role: test_operator
3333

34-
cifmw_run_tempest: true
34+
# Test operator
3535
cifmw_test_operator_concurrency: 4
3636
cifmw_test_operator_timeout: 7200
37+
38+
# Tempest
39+
cifmw_run_tempest: true
3740
cifmw_test_operator_tempest_include_list: |
3841
^tempest.
3942
cifmw_test_operator_tempest_exclude_list: |
@@ -79,6 +82,7 @@
7982
cifmw_test_operator_tempest_network_attachments:
8083
- ctlplane
8184

85+
# Tobiko
8286
cifmw_run_tobiko: true
8387
cifmw_test_operator_tobiko_workflow:
8488
- stepName: 'podified-functional'
@@ -88,6 +92,18 @@
8892
testenv: 'sanity'
8993
cifmw_test_operator_tobiko_network_attachments:
9094
- ctlplane
95+
96+
# Ansibletest
97+
run_ansibletest: true
98+
cifmw_test_operator_ansibletest_ansible_git_repo: https://github.com/ansible/test-playbooks
99+
cifmw_test_operator_ansibletest_ansible_playbook_path: ./debug.yml
100+
cifmw_test_operator_ansibletest_workload_ssh_key_secret_name: test-operator-controller-priv-key
101+
cifmw_test_operator_ansibletest_ansible_extra_vars: -e manual_run=false
102+
cifmw_test_operator_ansibletest_ansible_inventory: |
103+
localhost ansible_connection=local ansible_python_interpreter=python3
104+
cifmw_test_operator_ansibletest_ansible_var_files: |
105+
---
106+
foo: bar
91107
required-projects: &rp
92108
- name: openstack-k8s-operators/install_yamls
93109
override-checkout: main

0 commit comments

Comments
 (0)