Decouple galera client role from OSA inventory groups
Adding these group vars files and setting galera_client_drop_config_file in them allows the galera client role and other roles that have been split out into their own repositories to break their direct dependency on/knowledge of the OSA inventory group model. Change-Id: I0f5813299d577afae19b8e75a40f986a733f5242
This commit is contained in:
parent
5487d57f15
commit
57fa0b9235
2
playbooks/inventory/group_vars/galera_all.yml
Normal file
2
playbooks/inventory/group_vars/galera_all.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
galera_client_drop_config_file: true
|
@ -18,3 +18,5 @@ tempest_log_dir: /var/log/utility
|
||||
# Set this if ssh access from the utility container to all other hosts is
|
||||
# desired
|
||||
# utility_ssh_private_key: "{{ lookup('file', '/root/.ssh/id_rsa') }}"
|
||||
|
||||
galera_client_drop_config_file: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user