Skip to content
Snippets Groups Projects
  1. Feb 05, 2019
  2. Jan 30, 2019
  3. Jan 18, 2019
  4. Dec 20, 2018
  5. Dec 12, 2018
  6. Dec 07, 2018
  7. Dec 04, 2018
  8. Nov 30, 2018
  9. Nov 28, 2018
  10. Nov 27, 2018
    • Guillaume Abrioux's avatar
      defaults: play set_radosgw_address.yml only on rgw nodes · 0b7b2270
      Guillaume Abrioux authored
      
      This is not needed to play these tasks on nodes that are not in rgw
      group.
      
      Always playing this code makes `shrink_mon.yml` failing.
      
      Typical error:
      
      ```
      TASK [ceph-defaults : set_fact _radosgw_address to radosgw_interface - ipv4] ***
      task path: /home/jenkins-build/build/workspace/ceph-ansible-prs-dev-shrink_mon/roles/ceph-defaults/tasks/set_radosgw_address.yml:21
      Thursday 22 November 2018  12:34:51 +0000 (0:00:00.154)       0:00:12.371 *****
      fatal: [localhost]: FAILED! => {}
      
      MSG:
      
      The task includes an option with an undefined variable. The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute u'ansible_eth1'
      ```
      
      Indeed, `radosgw_interface` is the network interface on rgw only. It is
      expected that this same interface doesn't exist on `localhost`, so, when
      running `shrink_mon.yml`, the role `ceph-defaults` is called in
      `hosts: localhost` and causes the playbook to fail.
      
      Signed-off-by: default avatarGuillaume Abrioux <gabrioux@redhat.com>
      0b7b2270
    • Sébastien Han's avatar
      defaults: declare container_binary · be94abe8
      Sébastien Han authored
      
      Always declare container_binary and assign it a correct value.
      
      Signed-off-by: default avatarSébastien Han <seb@redhat.com>
      be94abe8
    • Sébastien Han's avatar
      ceph-defaults: use podman on Fedora only · ecb51c99
      Sébastien Han authored
      
      It seems Atomic 7.5 has podman already, however this is an old version
      (0.4). The podman integration is targetting RHEL 8, so Fedora is
      currently the closest to that.
      
      Signed-off-by: default avatarSébastien Han <seb@redhat.com>
      ecb51c99
    • Sébastien Han's avatar
      Add new container scenario · 31ed600e
      Sébastien Han authored
      
      Test with podman instead of docker and also support for python 3 only.
      
      Signed-off-by: default avatarSébastien Han <seb@redhat.com>
      31ed600e
  11. Nov 21, 2018
  12. Nov 20, 2018
  13. Nov 19, 2018
  14. Nov 16, 2018
  15. Nov 08, 2018
  16. Oct 31, 2018
  17. Oct 30, 2018
  18. Oct 22, 2018
  19. Oct 19, 2018
  20. Oct 16, 2018
  21. Oct 12, 2018
  22. Oct 10, 2018
  23. Oct 09, 2018
  24. Oct 06, 2018
  25. Oct 02, 2018
Loading