Files
openstack-ansible/inventory/group_vars
Jean-Philippe Evrard e84ada6b63 Be consistent with haproxy group name
Without this patch, two different groups are used
for haproxy: "haproxy" and "haproxy_all".

This is a problem if you want to deploy openstack-ansible
with a static inventory, and only define one of the groups:
"haproxy". You would define the group "haproxy" because it
is already the one used in group_vars. In that case, the
group var resolution for galera_all would fail, as
groups['haproxy_all'] does not exist.

This patch solves the problem by ensuring the only
group used for haproxy is named "haproxy" and not "haproxy_all".

Change-Id: Ic43564a8cbcb1aa30ac9b805c04f409dbf885b2e
2018-07-05 14:12:47 +02:00
..
2018-07-04 08:22:51 +00:00
2018-02-11 19:02:24 -06:00
2018-06-18 12:19:29 -04:00
2018-07-02 08:21:45 +00:00