]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
doc: resync group_vars sample files
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 11 Feb 2019 13:01:26 +0000 (14:01 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 11 Feb 2019 16:19:27 +0000 (17:19 +0100)
resync group_vars sample files with their corresponding original files.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample

index 8c4f20c5ae624b02150c201b8264dd4dd8860b43..883bc1c2bd69a6e07cd1b95313375088a1e836db 100644 (file)
@@ -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
index 95fd21b2cdec53cd4b6b0555bf4177eb9ec8db0d..d44c0965bcf94b93bb65120ca2ad15bbc81f9be4 100644 (file)
@@ -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