Skip to content
  1. Dec 03, 2016
  2. Nov 07, 2016
    • Matthew Mosesohn's avatar
      adds ability to have hosts with no floating ips on terraform/openstack (+8 squashed commits) · f106bf5b
      Matthew Mosesohn authored
      
      Squashed commits:
      [f9355ea1] Swap order in which we reload docker/socket
      [2ca6819c] Reload docker.socket after installing flannel on coreos
      
      Workaround for #569
      [9f976e56] Vagrantfile: setup proxy inside virtual machines
      
      In corporate networks, it is good to pre-configure proxy variables.
      [9d7142f4] Vagrantfile: use Ubuntu 16.04 LTS
      
      Use recent supported version of Ubuntu for local development setup
      with Vagrant.
      [50f77cca] Add CI test layouts
      
      * Drop Wily from test matrix
      * Replace the Wily cases dropped with extra cases to test separate
        roles deployment
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      [03e162b3] Update OWNERS
      [c7b00cae] Use tar+register instead of copy/slurp for distributing tokens and certs
      
      Related bug: https://github.com/ansible/ansible/issues/15405
      
      Uses tar and register because synchronize module cannot sudo on the
      remote side correctly and copy is too slow.
      
      This patch dramatically cuts down the number of tasks to process
      for cert synchronization.
      [2778ac61] Add new var skip_dnsmasq_k8s
      
      If skip_dnsmasq is set, it will still not set up dnsmasq
      k8s pod. This enables independent setup of resolvconf section
      before kubelet is up.
      f106bf5b
  3. Nov 01, 2016
  4. Sep 26, 2016
  5. Sep 15, 2016
  6. Sep 13, 2016
  7. Aug 02, 2016
    • Matthew Mosesohn's avatar
      Move docker systemd unit creation to docker role · e8a1c7a5
      Matthew Mosesohn authored
      Creating the unit using default settings early on
      and then changing it during network_plugin section
      leads to too many docker restarts and duplicated code.
      
      Reversed Wants= dependence on docker.service so it does not
      restart docker when reloading systemd
      
      Consolidated all docker restart handlers.
      e8a1c7a5
    • Matthew Mosesohn's avatar
      Add future docker versions · 5bf9b534
      Matthew Mosesohn authored
      Default version is still unchanged, but added docker versions 1.11 and 1.12
      5bf9b534
  8. Jul 29, 2016
  9. Jun 17, 2016
  10. May 24, 2016
  11. May 12, 2016
  12. May 11, 2016
  13. Apr 11, 2016
  14. Apr 10, 2016
  15. Apr 02, 2016
  16. Mar 30, 2016
  17. Mar 21, 2016
  18. Feb 21, 2016
  19. Feb 13, 2016
  20. Feb 09, 2016
  21. Feb 03, 2016
  22. Jan 31, 2016
    • Greg Althaus's avatar
      Update docker for CentOS issues in AWS and general · 6163fe16
      Greg Althaus authored
      variables.
      
      1. AWS has issues with ext4 (use xfs instead for CentOS only)
      2. Make sure all the centos config files are include in the systemd config
      3. Make sure that network options are set in the correct file by os family
      
      This allows downstream items like opencontrail and others change variables
      in expected locations.
      6163fe16
  23. Jan 25, 2016
  24. Jan 15, 2016
  25. Jan 13, 2016
  26. Dec 31, 2015
  27. Dec 12, 2015
  28. Nov 22, 2015
  29. Nov 20, 2015
Loading