ceph-ansible/group_vars
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
..
agent.sample create a group_vars agent sample file 2016-02-15 07:52:46 -05:00
all.sample Improve firewall checks 2016-02-23 11:38:25 -06:00
mdss.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
mons.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
osds.sample ceph-osd: docker: fix type 2016-02-11 17:57:10 +01:00
restapis.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
rgws.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00