Include common test vars
To help the tests pass, we include the common test vars so that the defaults galera_root_password if provided. Change-Id: I8466bcce43d447d9b9e0ff9fcbd23c426fd8f335
This commit is contained in:
parent
0b9e6b4a1a
commit
f7034f4790
@ -15,7 +15,11 @@
|
||||
|
||||
- name: Installation and setup of Zun
|
||||
hosts: zun_all
|
||||
gather_facts: true
|
||||
any_errors_fatal: true
|
||||
remote_user: root
|
||||
vars_files:
|
||||
- common/test-vars.yml
|
||||
roles:
|
||||
- role: "os_zun"
|
||||
zun_rabbitmq_password: secrete
|
||||
|
Loading…
x
Reference in New Issue
Block a user