From: Dimitri Savineau Date: Mon, 16 Dec 2019 20:19:35 +0000 (-0500) Subject: ceph-defaults: regenerate group_vars samples X-Git-Tag: v4.0.17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac2bd94cba542152e3dbf6014b283f1bdbe7e998;p=ceph-ansible.git ceph-defaults: regenerate group_vars samples In fc02fc9 the group_vars samples have been generated but only for monitor_address variable not radosgw_address. Signed-off-by: Dimitri Savineau (cherry picked from commit b46839bad0732486db8a8c698f5963716c3b2b5b) --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index f42f35c31..fc6af0fb9 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -430,7 +430,7 @@ dummy: # Eg. If you want to specify for each radosgw node which address the radosgw will bind to you can set it in your **inventory host file** by using 'radosgw_address' variable. # Preference will go to radosgw_address if both radosgw_address and radosgw_interface are defined. #radosgw_interface: interface -#radosgw_address: 0.0.0.0 +#radosgw_address: x.x.x.x #radosgw_address_block: subnet #radosgw_keystone_ssl: false # activate this when using keystone PKI keys #radosgw_num_instances: 1 diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index f69151007..255b470dc 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -430,7 +430,7 @@ ceph_iscsi_config_dev: false # Eg. If you want to specify for each radosgw node which address the radosgw will bind to you can set it in your **inventory host file** by using 'radosgw_address' variable. # Preference will go to radosgw_address if both radosgw_address and radosgw_interface are defined. #radosgw_interface: interface -#radosgw_address: 0.0.0.0 +#radosgw_address: x.x.x.x #radosgw_address_block: subnet #radosgw_keystone_ssl: false # activate this when using keystone PKI keys #radosgw_num_instances: 1