Skip to content
  1. Sep 25, 2017
  2. 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
  3. 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
  4. Aug 14, 2017
  5. Aug 10, 2017
  6. Jun 26, 2017
  7. Apr 06, 2017
  8. 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
  9. Mar 17, 2017
  10. Mar 14, 2017
  11. Mar 07, 2017
  12. 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
  13. Mar 01, 2017
  14. Feb 21, 2017
  15. Feb 18, 2017
  16. 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
  17. Feb 08, 2017
  18. Jan 26, 2017
  19. Jan 23, 2017
  20. Jan 19, 2017
  21. Jan 16, 2017
  22. Jan 09, 2017
  23. Jan 06, 2017
  24. Jan 05, 2017
  25. Jan 02, 2017
  26. Dec 28, 2016
  27. Dec 16, 2016
  28. Dec 09, 2016
    • Bogdan Dobrelya's avatar
      Preconfigure DNS stack and docker early · a15d6267
      Bogdan Dobrelya authored
      
      
      In order to enable offline/intranet installation cases:
      * Move DNS/resolvconf configuration to preinstall role. Remove
        skip_dnsmasq_k8s var as not needed anymore.
      
      * Preconfigure DNS stack early, which may be the case when downloading
        artifacts from intranet repositories. Do not configure
        K8s DNS resolvers for hosts /etc/resolv.conf yet early (as they may be
        not existing).
      
      * Reconfigure K8s DNS resolvers for hosts only after kubedns/dnsmasq
        was set up and before K8s apps to be created.
      
      * Move docker install task to early stage as well and unbind it from the
        etcd role's specific install path. Fix external flannel dependency on
        docker role handlers. Also fix the docker restart handlers' steps
        ordering to match the expected sequence (the socket then the service).
      
      * Add default resolver fact, which is
        the cloud provider specific and remove hardcoded GCE resolver.
      
      * Reduce default ndots for hosts /etc/resolv.conf to 2. Multiple search
        domains combined with high ndots values lead to poor performance of
        DNS stack and make ansible workers to fail very often with the
        "Timeout (12s) waiting for privilege escalation prompt:" error.
      
      * Update docs.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      a15d6267
    • Alexander Block's avatar
    • Alexander Block's avatar
      Allow to specify docker storage driver · c3ec3ff9
      Alexander Block authored
      c3ec3ff9
    • Bogdan Dobrelya's avatar
      Add tags · 8cc84e13
      Bogdan Dobrelya authored
      
      
      Add tags to allow more granular tasks filtering.
      Add generator script for MD formatted tags found.
      Add docs for tags how-to.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      8cc84e13
    • Aleksandr Didenko's avatar
      Convert docker_versioned_pkg dict keys to string · ee8d6ab4
      Aleksandr Didenko authored
      This will allow to use '-e docker_version=1.12' in ansible playbook
      execution. It's also backward-compatible and will work with floating
      docker_version format in custom yaml files.
      
      Closes #702
      ee8d6ab4
  29. Dec 03, 2016
Loading