Skip to content
  1. Dec 08, 2017
  2. Nov 22, 2017
  3. Nov 03, 2017
  4. Oct 30, 2017
  5. 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
  6. Oct 16, 2017
  7. 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
  8. Oct 05, 2017
  9. Sep 25, 2017
  10. Aug 25, 2017
    • Chad Swenson's avatar
      Initial version of Flannel using CNI (#1486) · a39e78d4
      Chad Swenson authored
      * Updates Controller Manager/Kubelet with Flannel's required configuration for CNI
      * Removes old Flannel installation
      * Install CNI enabled Flannel DaemonSet/ConfigMap/CNI bins and config (with portmap plugin) on host
      * Uses RBAC if enabled
      * Fixed an issue that could occur if br_netfilter is not a module and net.bridge.bridge-nf-call-iptables sysctl was not set
      a39e78d4
  11. 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
  12. Aug 14, 2017
  13. Aug 10, 2017
  14. Jun 26, 2017
  15. Apr 06, 2017
  16. Mar 21, 2017
    • Josh Lothian's avatar
      1169 - fix docker systemd unit · 5e2f7842
      Josh Lothian authored
      The docker-network environment file masks the new values
      put into /etc/systemd/system/docker.service.d/flannel-options.conf
      to renumber the docker0 to work correctly with flannel.
      5e2f7842
  17. Mar 17, 2017
  18. Mar 14, 2017
  19. Mar 07, 2017
  20. Mar 02, 2017
    • David Crook's avatar
      first pass at adding 'stable' and 'edge' version packages · 3f4a375a
      David Crook authored
      - Only have ubuntu to test on
        - fedora and redhat are placeholders/guesses
        - the "old" package repositories seem to have the "new" CE version which is `1.13.1` based
      - `docker-ce` looks like it is named as a backported `docker-engine` package in some
        places
      
      - Did not change the `defaults` version anywhere, so should work as before
      - Did not point to new package repositories, as existing ones have the new packages.
      3f4a375a
  21. Mar 01, 2017
  22. Feb 21, 2017
  23. Feb 18, 2017
  24. Feb 13, 2017
    • Vladimir Rutsky's avatar
      set "check_mode: no" for read-only "shell" steps that registers result · 09847567
      Vladimir Rutsky authored
      "shell" step doesn't support check mode, which currently leads to failures,
      when Ansible is being run in check mode (because Ansible doesn't run command,
      assuming that command might have effect, and no "rc" or "output" is registered).
      
      Setting "check_mode: no" allows to run those "shell" commands in check mode
      (which is safe, because those shell commands doesn't have side effects).
      09847567
  25. Feb 08, 2017
  26. Jan 26, 2017
  27. Jan 23, 2017
  28. Jan 19, 2017
  29. Jan 16, 2017
  30. Jan 09, 2017
  31. Jan 06, 2017
  32. Jan 05, 2017
  33. Jan 02, 2017
Loading