From b46839bad0732486db8a8c698f5963716c3b2b5b Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 16 Dec 2019 15:19:35 -0500 Subject: [PATCH] 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 --- group_vars/all.yml.sample | 2 +- group_vars/rhcs.yml.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3