ceph-ansible/roles/ceph-defaults
Sébastien Han 6d7fa99ff7 defaults: fix rgw_hostname
A couple if things were wrong in the initial commit:

* ceph_release_num[ceph_release] >= ceph_release_num['luminous'] will
never work since the ceph_release fact is set in the roles after. So
either ceph-common or ceph-docker-common set it

* we can easily re-use the initial command to check if a cluster is
running, it's more elegant than running it twice.

* set the fact rgw_hostname on rgw nodes only

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1618678
Signed-off-by: Sébastien Han <seb@redhat.com>
2018-08-22 17:46:00 +02:00
..
defaults validate: fail if fqdn deployment attempted 2018-08-13 10:04:24 +02:00
handlers defaults: fix rgw_hostname 2018-08-22 17:46:00 +02:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks defaults: fix rgw_hostname 2018-08-22 17:46:00 +02:00
templates rgw: ability to use ceph-ansible vars into containers 2018-08-09 14:13:17 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-defaults

Documentation is available at http://docs.ceph.com/ceph-ansible/.