Skip to content
  1. May 16, 2017
  2. Apr 20, 2017
  3. Apr 03, 2017
  4. 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
  5. Feb 18, 2017
  6. 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
  7. Dec 27, 2016
  8. Dec 12, 2016
  9. Dec 09, 2016
  10. Nov 16, 2016
  11. Nov 15, 2016
  12. Sep 07, 2016
  13. Sep 06, 2016
Loading