c12s-kubespray/roles
Bogdan Dobrelya 417a931f78 Fix download dnsmasq image dependency on docker
When download_run_once with download_localhost is used, docker is
expected to be running on the delegate localhost. That may be not
the case for a non localhost delegate, which is the kube-master
otherwise. Then the dnsmasq role, had it been invoked early before
deployment starts, would fail because of the missing docker dependency.

* Fix that dependency on docker and do not pre download dnsmasq image
  for the dnsmasq role, if download_localhost is disabled.
* Remove become: false for docker CLI invocation because that's not
  the common pattern to allow users access docker CLI w/o sudo.
* Fix opt bin path hack for localhost delegate to ignore errors when
  it fails with "sudo password required" otherwise.
* Describe download_run_once with download_localhost use case in docs
  as well.

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2016-11-24 18:31:26 +01:00
..
adduser turn adduser/download roles into meta roles 2016-05-22 17:25:52 -05:00
bootstrap-os updated bootstrap-ubuntu.yml 2016-11-16 12:11:54 +01:00
dnsmasq Fix download dnsmasq image dependency on docker 2016-11-24 18:31:26 +01:00
docker Swap order in which we reload docker/socket 2016-11-01 13:12:40 +01:00
download Fix download dnsmasq image dependency on docker 2016-11-24 18:31:26 +01:00
etcd Ensure that etcd health checks always pass 2016-11-18 14:15:00 -08:00
kubernetes Fix nginx container download for download_run_once mode 2016-11-23 10:37:08 +01:00
kubernetes-apps Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00
network_plugin Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00
uploads upgrade k8s version to 1.4.6 2016-11-14 21:40:05 +01:00