Skip to content
Snippets Groups Projects
  1. May 17, 2017
    • Josh Lothian's avatar
      Fix docker restart in atomic · a5bb24b8
      Josh Lothian authored
      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.
      a5bb24b8
    • Spencer Smith's avatar
      Merge pull request #1298 from rsmitty/centos-bootstrap · f02d810a
      Spencer Smith authored
      issue raw yum command since we don't have facts in bootstrapping
      f02d810a
    • Brad Beam's avatar
      Merge pull request #940 from Connz/patch-1 · 55f6b6a6
      Brad Beam authored
      Fixed nova command to get available flavors
      55f6b6a6
  2. May 16, 2017
  3. May 15, 2017
  4. May 14, 2017
  5. May 13, 2017
  6. May 12, 2017
  7. May 08, 2017
  8. May 05, 2017
  9. May 02, 2017
  10. May 01, 2017
  11. Apr 29, 2017
  12. Apr 28, 2017
  13. Apr 27, 2017
  14. Apr 26, 2017
  15. Apr 25, 2017
  16. Apr 24, 2017
  17. Apr 21, 2017
  18. Apr 20, 2017
Loading