]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Adding comments
authorpprokop <pprokop@gklab-126-023.igk.intel.com>
Wed, 16 Mar 2016 11:45:24 +0000 (12:45 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 24 Mar 2016 15:27:21 +0000 (16:27 +0100)
roles/ceph-common/defaults/main.yml

index 1a66d3c46e806b69ddfb37d4724e69913564954e..b810aae1b7064b23b65a33afb7f4a810e3daddf2 100644 (file)
@@ -42,7 +42,6 @@ centos_package_dependencies:
   - epel-release
   - ntp
   - python-setuptools
-  - libselinux-python
 
 redhat_package_dependencies:
   - python-pycurl
@@ -183,10 +182,7 @@ 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
 mon_osd_down_out_interval: 600
 mon_osd_min_down_reporters: 7 # number of OSDs per host + 1
@@ -281,7 +277,6 @@ email_address: foo@bar.com
 ## REST API options
 #
 restapi_interface: "{{ monitor_interface }}"
-restapi_address: "{{ monitor_address }}"
 restapi_port: 5000
 restapi_base_url: /api/v0.1
 restapi_log_level: warning # available level are: critical, error, warning, info, debug