From: Andrew Schoen Date: Tue, 22 Mar 2016 18:21:12 +0000 (-0500) Subject: docs for usage of monitor_interface and monitor_address X-Git-Tag: v1.0.3~15^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=73a60bd5e0c53781dbdfd1b8cda6e679e8024da7;p=ceph-ansible.git docs for usage of monitor_interface and monitor_address Signed-off-by: Andrew Schoen --- diff --git a/group_vars/all.sample b/group_vars/all.sample index c7aaffe94..48375f711 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -191,6 +191,8 @@ dummy: ## Monitor options # +# You must define either monitor_interface or monitor_address. Preference +# will go to monitor_interface if both are defined. #monitor_interface: interface #monitor_address: 0.0.0.0 #mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index c13c44ffc..1a66d3c46 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -183,6 +183,8 @@ rbd_default_format: 2 ## Monitor options # +# You must define either monitor_interface or monitor_address. Preference +# will go to monitor_interface if both are defined. monitor_interface: interface monitor_address: 0.0.0.0 mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf