Skip to content
  1. Sep 26, 2018
  2. Sep 20, 2018
  3. Sep 19, 2018
  4. Aug 14, 2018
  5. Aug 03, 2018
  6. May 11, 2018
    • Matthew Mosesohn's avatar
      refactor vault role (#2733) · 07cc9819
      Matthew Mosesohn authored
      * Move front-proxy-client certs back to kube mount
      
      We want the same CA for all k8s certs
      
      * Refactor vault to use a third party module
      
      The module adds idempotency and reduces some of the repetitive
      logic in the vault role
      
      Requires ansible-modules-hashivault on ansible node and hvac
      on the vault hosts themselves
      
      Add upgrade test scenario
      Remove bootstrap-os tags from tasks
      
      * fix upgrade issues
      
      * improve unseal logic
      
      * specify ca and fix etcd check
      
      * Fix initialization check
      
      bump machine size
      07cc9819
    • woopstar's avatar
      Fix path for pip and python · 7df5edef
      woopstar authored
      7df5edef
  7. May 09, 2018
  8. Apr 26, 2018
  9. Apr 23, 2018
  10. Apr 18, 2018
  11. Apr 11, 2018
  12. Feb 06, 2018
    • Ryan Zenker's avatar
      baremetal tweaks · ad9049a4
      Ryan Zenker authored
      * allow installs to not have hostname overriden with fqdn from inventory
      * calico-config no longer requires local as and will default to global
      * when cloudprovider is not defined, use the inventory_hostname for cni-calico
      * allow reset to not restart network (buggy nodes die with this cmd)
      * default kube_override_hostname to inventory_hostname instead of ansible_hostname
      ad9049a4
  13. Jan 29, 2018
  14. Nov 13, 2017
  15. Nov 06, 2017
  16. Nov 03, 2017
  17. Oct 20, 2017
  18. Oct 18, 2017
  19. Oct 14, 2017
    • abelgana's avatar
      Changre raw execution to use yum module (#1785) · 2972bceb
      abelgana authored
      * Changre raw execution to use yum module
      
      Changed raw exection to use yum module provided by Ansible.
      
      * Replace ansible_ssh_* by ansible_*
      
      Ansible 2.0 has deprecated the “ssh” from ansible_ssh_user, ansible_ssh_host, and ansible_ssh_port to become ansible_user, ansible_host, and ansible_port. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (ansible_ssh_*). These shorter variables are ignored, without warning, in older versions of Ansible.
      
      I am not sure about the broader impact of this change. But I have seen on the requirements the version required is ansible>=2.4.0.
      
      http://docs.ansible.com/ansible/latest/intro_inventory.html
      2972bceb
  20. Oct 05, 2017
  21. Oct 03, 2017
  22. Sep 20, 2017
  23. Sep 06, 2017
  24. 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
  25. Jun 27, 2017
  26. May 16, 2017
  27. Apr 20, 2017
  28. Apr 03, 2017
  29. 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
  30. Feb 18, 2017
  31. Feb 13, 2017
    • Sergii Golovatiuk's avatar
      Install pip on Ubuntu · 2b617984
      Sergii Golovatiuk authored
      
      
      - Refactor 'Check if bootstrap is needed' as ansible loop. This allows
        to add new elements easily without refactoring. Add pip to the list.
      - Refactor 'Install python 2.x' task to run once if any of rc
        codes != 0. Actually, need_bootstrap is array of hashes, so map will
        allow to get single array of rc statuses. So if status is not zero it
        will be sorted and the last element will be get, converted to bool.
      
      Closes: #961
      Signed-off-by: default avatarSergii Golovatiuk <sgolovatiuk@mirantis.com>
      2b617984
    • 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
    • Sergii Golovatiuk's avatar
      Install pip on Ubuntu · 732ae69d
      Sergii Golovatiuk authored
      
      
      Closes: #961
      Signed-off-by: default avatarSergii Golovatiuk <sgolovatiuk@mirantis.com>
      732ae69d
  32. Dec 27, 2016
  33. Dec 12, 2016
  34. Dec 09, 2016
Loading