Skip to content
  1. Mar 04, 2017
  2. Mar 03, 2017
  3. 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
  4. Feb 28, 2017
  5. Feb 27, 2017
    • Vincent Schwarzer's avatar
      Fixed counter in ETCD Openssl.conf · 0cbc3d8d
      Vincent Schwarzer authored
      When a apiserver_loadbalancer_domain_name is added to the Openssl.conf
      the counter gets not increased correctly. This didnt seem to have an
      effect at the current kargo version.
      0cbc3d8d
  6. Feb 24, 2017
  7. Feb 20, 2017
  8. Feb 18, 2017
  9. 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
  10. Feb 16, 2017
  11. 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
  12. Feb 09, 2017
  13. Feb 07, 2017
  14. Feb 06, 2017
  15. 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
  16. Jan 19, 2017
  17. Jan 17, 2017
  18. 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
  19. Jan 13, 2017
    • Greg Althaus's avatar
      If the inventory name of the host exceeds 63 characters, · 95bf380d
      Greg Althaus authored
      the openssl tools will fail to create signing requests because
      the CN is too long.  This is mainly a problem when FQDNs are used
      in the inventory file.
      
      THis will truncate the hostname for the CN field only at the
      first dot.  This should handle the issue for most cases.
      95bf380d
  20. Jan 09, 2017
  21. Jan 05, 2017
  22. Jan 04, 2017
  23. Jan 03, 2017
  24. Jan 02, 2017
  25. Dec 30, 2016
  26. Dec 28, 2016
  27. Dec 27, 2016
  28. Dec 22, 2016
  29. Dec 19, 2016
  30. Dec 15, 2016
Loading