c12s-kubespray/roles/network_plugin
Josh Lothian a5bb24b886 Fix docker restart in atomic
In atomic, containers are left running when docker is restarted.
When docker is restarted after the flannel config is put in place,
the docker0 interface isn't re-IPed because docker sees the running
containers and won't update the previous config.

This patch kills all the running containers after docker is stopped.
We can't simply `docker stop` the running containers, as they respawn
before we've got a chance to stop the docker daemon, so we need to
use runc to do this after dockerd is stopped.
2017-05-17 14:31:49 -05:00
..
calico Ansible 2.3 support 2017-04-26 15:22:10 +02:00
canal Significantly reduce memory requirements 2017-03-27 13:28:37 +03:00
cloud/tasks More idempotency fixes 2017-03-15 19:06:39 +03:00
flannel Fix docker restart in atomic 2017-05-17 14:31:49 -05:00
meta Add pseudo network plugin called "cloud" to use cloud provider for network 2016-12-13 17:30:10 +01:00
weave Fix weave on RHEL deployment 2017-03-17 18:17:47 +03:00