Skip to content
Snippets Groups Projects
  1. Mar 24, 2017
  2. Mar 15, 2017
    • Matthew Mosesohn's avatar
      More idempotency fixes · a422ad0d
      Matthew Mosesohn authored
      Fixed sync_tokens fact
      Fixed sync_certs for k8s tokens fact
      Disabled register docker images changability
      Fixed CNI dir permission
      Fix idempotency for etcd pre upgrade checks
      a422ad0d
  3. Mar 14, 2017
  4. Mar 04, 2017
  5. Mar 03, 2017
  6. Feb 20, 2017
  7. Feb 18, 2017
  8. Feb 17, 2017
    • Sergii Golovatiuk's avatar
      Fix fact tags · e91e58ae
      Sergii Golovatiuk authored
      
      Ansible playbook fails when tags are limited to "facts,etcd" or to
      "facts". This patch allows to run ansible-playbook to gather facts only
      that don't require calico/flannel/weave components to be verified. This
      allows to run ansible with 'facts,bootstrap-os' or just 'facts' to
      gether facts that don't require specific components.
      
      Signed-off-by: default avatarSergii Golovatiuk <sgolovatiuk@mirantis.com>
      e91e58ae
  9. Feb 16, 2017
  10. 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
  11. Feb 09, 2017
  12. Feb 07, 2017
  13. Feb 06, 2017
  14. Jan 20, 2017
    • Bogdan Dobrelya's avatar
      Drop linux capabilities and rework users/groups · cb2e5ac7
      Bogdan Dobrelya authored
      
      * Drop linux capabilities for unprivileged containerized
        worlkoads Kargo configures for deployments.
      * Configure required securityContext/user/group/groups for kube
        components' static manifests, etcd, calico-rr and k8s apps,
        like dnsmasq daemonset.
      * Rework cloud-init (etcd) users creation for CoreOS.
      * Fix nologin paths, adjust defaults for addusers role and ensure
        supplementary groups membership added for users.
      * Add netplug user for network plugins (yet unused by privileged
        networking containers though).
      * Grant the kube and netplug users read access for etcd certs via
        the etcd certs group.
      * Grant group read access to kube certs via the kube cert group.
      * Remove priveleged mode for calico-rr and run it under its uid/gid
        and supplementary etcd_cert group.
      * Adjust docs.
      * Align cpu/memory limits and dropped caps with added rkt support
        for control plane.
      
      Signed-off-by: default avatarBogdan Dobrelya <bogdando@mail.ru>
      cb2e5ac7
  15. Jan 19, 2017
  16. Jan 17, 2017
  17. Jan 15, 2017
    • Greg Althaus's avatar
      This PR adds/or modifies a few tasks to allow for the playbook to · 6c69da15
      Greg Althaus authored
      be run by limit on each node without regard for order.
      
      The changes make sure that all of the directories needed to do
      certificate management are on the master[0] or etcd[0] node regardless
      of when the playbook gets run on each node.  This allows for separate
      ansible playbook runs in parallel that don't have to be synchronized.
      6c69da15
  18. Jan 09, 2017
  19. Jan 05, 2017
  20. Jan 03, 2017
  21. Jan 02, 2017
  22. Dec 30, 2016
  23. Dec 28, 2016
  24. Dec 27, 2016
  25. Dec 22, 2016
  26. Dec 19, 2016
  27. Dec 15, 2016
  28. Dec 09, 2016
  29. Nov 14, 2016
  30. Nov 09, 2016
  31. Oct 20, 2016
  32. Sep 15, 2016
  33. Sep 13, 2016
Loading