diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 8c4f20c5a..883bc1c2b 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -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 diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 95fd21b2c..d44c0965b 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -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