kolla-ansible/ansible/roles/etcd
Mark Goddard b9208cd178 Fix etcd when Kuryr is disabled
This is because the environment variable ETCD_INITIAL_CLUSTER contains
compute nodes, which are not running etcd.

Compute nodes are in the etcd group to allow for kuryr, which needs etcd
to be running on compute nodes (why???). When kuryr is disabled, etcd is
not deployed on these hosts (using host_in_groups). However, the
ETCD_INITIAL_CLUSTER environment variable always includes all hosts in
the etcd group.

This change sets ETCD_INITIAL_CLUSTER correctly in both cases.

Change-Id: I11f812d3fdacf0eeb8236f9a39d673aaa480dd26
Closes-Bug: #1783963
2018-07-27 09:28:42 +01:00
..
defaults Fix etcd when Kuryr is disabled 2018-07-27 09:28:42 +01:00
handlers Apply Resource Constraints to Openstack Services 2018-07-25 17:05:04 +01:00
meta Add etcd ansible role 2016-09-15 03:33:57 +00:00
tasks Merge "Use include_tasks instead of include" 2018-07-27 08:16:08 +00:00
templates Add etcd ansible role 2016-09-15 03:33:57 +00:00