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:
Travis Truman 2016-03-06 09:59:53 -05:00
parent 5487d57f15
commit 57fa0b9235
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
---
galera_client_drop_config_file: true

View File

@ -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