- epel-release
- ntp
- python-setuptools
- - libselinux-python
redhat_package_dependencies:
- python-pycurl
## 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
## 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