Skip to content
Snippets Groups Projects
  1. Mar 02, 2016
  2. Mar 01, 2016
  3. Feb 29, 2016
  4. Feb 28, 2016
  5. Feb 25, 2016
    • Chris St. Pierre's avatar
      Add option to skip generating fsid · 9f857192
      Chris St. Pierre authored
      If using another method to generate a consistent fsid, then we can
      skip creation of an (unused) cluster UUID file. If cephx is disabled
      as well, we can skip creation of the fetch directory entirely.
      9f857192
  6. Feb 24, 2016
  7. Feb 23, 2016
    • Ben England's avatar
      revert absent->unmounted as leseb requested · e7d98b8d
      Ben England authored
      e7d98b8d
    • Chris St. Pierre's avatar
      Improve firewall checks · d2afde6d
      Chris St. Pierre authored
      The firewall checks can fail for any number of reasons -- e.g., the
      ceph cluster hostnames are unresolvable from the ansible host, or the
      ports are filtered by some intermediate hop, etc. Make two changes to
      make those checks better:
      
      * Set pipefail when running the checks, so if nmap itself fails the
        command will be marked as 'failed'. Specifically, this fixes the
        case where the hostnames cannot be resolved.
      * Add a new variable, check_firewall, which can be used to disable
        checks entirely. Specifically, this fixes the case where some
        intermediate firewall filters the ports, so nmap returns "filtered".
      d2afde6d
    • Chris St. Pierre's avatar
      Make RHEL installs honor ceph_origin: distro · 93011fd5
      Chris St. Pierre authored
      Installs on RHEL with ceph_origin set to distro previously would fail
      because no packages would get installed, but all of the checks passed
      fine. This adds support for ceph_origin: distro, simply installing the
      packages using yum/dnf and assuming that the sysadmin has provided a
      repository containing them.
      
      This also supports the use case where Satellite or a similar local
      mirror is in use, and the admin does not or cannot use the additional
      repositories the role would otherwise add.
      93011fd5
  8. Feb 16, 2016
  9. Feb 15, 2016
  10. Feb 14, 2016
  11. Feb 11, 2016
  12. Feb 10, 2016
  13. Feb 09, 2016
  14. Feb 05, 2016
    • Leseb's avatar
      Merge pull request #512 from guits/quick_fix · 7f504773
      Leseb authored
      Refact code using `set_fact` to handle 'legacy' versions
      7f504773
    • Guillaume Abrioux's avatar
      Refact code using `set_fact` · 9f01d9c1
      Guillaume Abrioux authored
      At the moment, all the tasks using the file module are duplicated to have differents ownerships depending on the fact `is_ceph_infernalis`.
      The goal of this commit is to have a new logic for this:
      - First set facts depending on the `is_ceph_infernalis` fact
      - Create the files or directories using the setted facts as ownerships.
      9f01d9c1
  15. Feb 04, 2016
  16. Feb 03, 2016
Loading