Skip to content
  1. Mar 15, 2017
  2. Mar 14, 2017
  3. Mar 13, 2017
  4. Mar 06, 2017
  5. Mar 04, 2017
  6. Mar 03, 2017
  7. Mar 02, 2017
  8. Mar 01, 2017
  9. Feb 28, 2017
  10. Feb 27, 2017
  11. Feb 24, 2017
  12. Feb 23, 2017
  13. Feb 21, 2017
  14. Feb 20, 2017
  15. Feb 18, 2017
    • Abel Lopez's avatar
      Safe disable SELinux · 0bfc2d0f
      Abel Lopez authored
      Sometimes, a sysadmin might outright delete the SELinux rpms and
      delete the configuration. This causes the selinux module to fail
      with
      ```
      IOError: [Errno 2] No such file or directory: '/etc/selinux/config'\n",
      "module_stdout": "", "msg": "MODULE FAILURE"}
      ```
      
      This simply checks that /etc/selinux/config exists before we try
      to set it Permissive.
      
      Update from feedback
      0bfc2d0f
    • Matthew Mosesohn's avatar
      Suppress logging for download image · 475a4276
      Matthew Mosesohn authored
      This generates too much output and during upgrade scenarios
      can bring us over the 4mb limit.
      475a4276
    • Matthew Mosesohn's avatar
      Add no_log to cert tar tasks · a21eb036
      Matthew Mosesohn authored
      This works around 4MB limit for gitlab CI runner.
      a21eb036
    • Matthew Mosesohn's avatar
      Add synthetic scale deployment mode · 9c1701f2
      Matthew Mosesohn authored
      New deploy modes: scale, ha-scale, separate-scale
      Creates 200 fake hosts for deployment with fake hostvars.
      
      Useful for testing certificate generation and propagation to other
      master nodes.
      
      Updated test cases descriptions.
      9c1701f2
Loading