mirror of https://github.com/ceph/ceph-ansible.git
doc: resync group_vars sample files
resync group_vars sample files with their corresponding original files. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3600/head
parent
bdff3e48fd
commit
54f5dc3aab
|
@ -552,7 +552,7 @@ dummy:
|
|||
#ceph_docker_on_openstack: false
|
||||
#containerized_deployment: False
|
||||
#container_binary:
|
||||
|
||||
#timeout_command: "{{ 'timeout --foreground -s KILL ' ~ docker_pull_timeout if (docker_pull_timeout != '0') and (ceph_docker_dev_image is undefined or not ceph_docker_dev_image) else '' }}"
|
||||
|
||||
|
||||
# this is only here for usage with the rolling_update.yml playbook
|
||||
|
|
|
@ -405,6 +405,7 @@ ceph_rhcs_version: 3
|
|||
#radosgw_address: 0.0.0.0
|
||||
#radosgw_address_block: subnet
|
||||
#radosgw_keystone_ssl: false # activate this when using keystone PKI keys
|
||||
#radosgw_num_instances: 1
|
||||
# Rados Gateway options
|
||||
#email_address: foo@bar.com
|
||||
|
||||
|
@ -551,7 +552,7 @@ ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
|||
#ceph_docker_on_openstack: false
|
||||
#containerized_deployment: False
|
||||
#container_binary:
|
||||
|
||||
#timeout_command: "{{ 'timeout --foreground -s KILL ' ~ docker_pull_timeout if (docker_pull_timeout != '0') and (ceph_docker_dev_image is undefined or not ceph_docker_dev_image) else '' }}"
|
||||
|
||||
|
||||
# this is only here for usage with the rolling_update.yml playbook
|
||||
|
|
Loading…
Reference in New Issue