c12s-kubespray/roles/etcd
Dan Bode ff675d40f9 Ensure that etcd health checks always pass
in the etcd handler, the reload etcd action
was called after ansible waits for etcd to be
up, this means that the health checks which are
called immediately after fail (resulting in the etcd
role always failing and never finishing)

This patch changes the order to move the 'wait for etcd
up' resource after the 'reload etcd resource', ensuring that
the service is up before the health check is called.
2016-11-18 14:15:00 -08:00
..
defaults Add etcd TLS support 2016-11-09 18:38:28 +03:00
files Add etcd TLS support 2016-11-09 18:38:28 +03:00
handlers Ensure that etcd health checks always pass 2016-11-18 14:15:00 -08:00
meta Download containers and save all 2016-09-15 16:43:56 +02:00
tasks Fix ca certificate loading on CoreOS 2016-11-14 08:47:09 +04:00
templates Add etcd TLS support 2016-11-09 18:38:28 +03:00