Skip to content
  1. Sep 19, 2018
  2. Sep 02, 2018
    • Pablo Estigarribia's avatar
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version · 7cbe3c21
      Pablo Estigarribia authored
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      remove empty when line
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      force kubeadm upgrade due to failure without --force flag
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      added nodeSelector to have compatibility with hybrid cluster with win nodes, also fix for download with missing container type
      
      fixes in syntax and LF for newline in files
      
      fix on yamllint check
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      some cleanup for innecesary lines
      
      remove conditions for nodeselector
      7cbe3c21
  3. Aug 31, 2018
  4. Aug 22, 2018
  5. Aug 14, 2018
  6. Jul 02, 2018
  7. Jun 05, 2018
  8. May 16, 2018
  9. Apr 26, 2018
  10. Apr 23, 2018
  11. Apr 11, 2018
  12. Apr 08, 2018
  13. Mar 28, 2018
  14. Mar 16, 2018
  15. Mar 12, 2018
  16. Mar 07, 2018
  17. Feb 20, 2018
  18. Jan 29, 2018
  19. Jan 23, 2018
  20. Jan 12, 2018
  21. Dec 19, 2017
  22. Dec 13, 2017
    • Fang Zhen's avatar
      Make spliting system_search_domains more robust · 91d848f9
      Fang Zhen authored
      The search line in /etc/resolv.conf could have
      multiple spaces or tabs between domains.
      split(' ') will give wrong results in some case,
      use split() without argument instead.
      
      e.g.
      >>> 'domain.tld	cluster.tld '.split(' ')
      ['domain.tld\tcluster.tld', '']
      >>> 'domain.tld cluster.tld '.split()
      ['domain.tld', 'cluster.tld']
      91d848f9
  23. Dec 12, 2017
  24. Oct 30, 2017
  25. Oct 27, 2017
    • Chad Swenson's avatar
      Parameterize apt repo endpoints · 256bbb1a
      Chad Swenson authored
      This allows overriding of apt repo endpoints when internet sources are not accessible. Additionally, switch to using the dockerproject.org gpg key url for apt instead of keyservers.net
      256bbb1a
  26. Oct 16, 2017
  27. Oct 11, 2017
    • Vijay Katam's avatar
      Rename dns_server, add var for selinux. (#1572) · 27ed73e3
      Vijay Katam authored
      * Rename dns_server to dnsmasq_dns_server so that it includes role prefix
      as the var name is generic and conflicts when integrating with existing ansible automation.
      *  Enable selinux state to be configurable with new var preinstall_selinux_state
      27ed73e3
    • Matthew Mosesohn's avatar
      Improve proxy (#1771) · eb0dcf60
      Matthew Mosesohn authored
      * Set no_proxy to all local ips
      
      * Use proxy settings on all necessary tasks
      eb0dcf60
  28. Oct 05, 2017
  29. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  30. Aug 14, 2017
  31. Aug 10, 2017
  32. Jun 26, 2017
  33. Mar 17, 2017
  34. Mar 01, 2017
    • Vijay Katam's avatar
      Add support for atomic host · a0b1eda1
      Vijay Katam authored
      Updates based on feedback
      
      Simplify checks for file exists
      
      remove invalid char
      
      Review feedback. Use regular systemd file.
      
      Add template for docker systemd atomic
      a0b1eda1
  35. Feb 18, 2017
Loading