From: Dimitri Savineau Date: Mon, 16 Dec 2019 20:19:35 +0000 (-0500) Subject: ceph-defaults: regenerate group_vars samples X-Git-Tag: v6.0.0alpha1~162 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b46839bad0732486db8a8c698f5963716c3b2b5b;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 --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index f43d33171..06ca800df 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -421,7 +421,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 c5ba46a11..33fd858a8 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -421,7 +421,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