ceph-ansible/roles
Chris St. Pierre 53af359c65 Improve firewall checks
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".
2016-02-23 11:38:25 -06:00
..
ceph-agent fix wording on defaults main.yml 2016-02-15 07:50:09 -05:00
ceph-common Improve firewall checks 2016-02-23 11:38:25 -06:00
ceph-fetch-keys Adds a new ceph-fetch-keys role 2016-02-18 09:52:26 -06:00
ceph-mds ceph-osd: use fact logic to set permissions 2016-02-21 18:27:36 +01:00
ceph-mon Octal file permissions must contain leading zero 2016-02-21 18:21:19 +01:00
ceph-osd ceph-osd: use fact logic to set permissions 2016-02-21 18:27:36 +01:00
ceph-restapi Octal file permissions must contain leading zero 2016-02-21 18:21:19 +01:00
ceph-rgw Octal file permissions must contain leading zero 2016-02-21 18:21:19 +01:00