From 73a60bd5e0c53781dbdfd1b8cda6e679e8024da7 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 22 Mar 2016 13:21:12 -0500 Subject: [PATCH] docs for usage of monitor_interface and monitor_address Signed-off-by: Andrew Schoen --- group_vars/all.sample | 2 ++ roles/ceph-common/defaults/main.yml | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5