mirror of https://github.com/ceph/ceph-ansible.git
ceph-defaults: regenerate group_vars samples
Inpull/5179/head v4.0.17fc02fc9
the group_vars samples have been generated but only for monitor_address variable not radosgw_address. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com> (cherry picked from commitb46839bad0
)
parent
d22641d37b
commit
ac2bd94cba
|
@ -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.
|
# 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.
|
# Preference will go to radosgw_address if both radosgw_address and radosgw_interface are defined.
|
||||||
#radosgw_interface: interface
|
#radosgw_interface: interface
|
||||||
#radosgw_address: 0.0.0.0
|
#radosgw_address: x.x.x.x
|
||||||
#radosgw_address_block: subnet
|
#radosgw_address_block: subnet
|
||||||
#radosgw_keystone_ssl: false # activate this when using keystone PKI keys
|
#radosgw_keystone_ssl: false # activate this when using keystone PKI keys
|
||||||
#radosgw_num_instances: 1
|
#radosgw_num_instances: 1
|
||||||
|
|
|
@ -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.
|
# 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.
|
# Preference will go to radosgw_address if both radosgw_address and radosgw_interface are defined.
|
||||||
#radosgw_interface: interface
|
#radosgw_interface: interface
|
||||||
#radosgw_address: 0.0.0.0
|
#radosgw_address: x.x.x.x
|
||||||
#radosgw_address_block: subnet
|
#radosgw_address_block: subnet
|
||||||
#radosgw_keystone_ssl: false # activate this when using keystone PKI keys
|
#radosgw_keystone_ssl: false # activate this when using keystone PKI keys
|
||||||
#radosgw_num_instances: 1
|
#radosgw_num_instances: 1
|
||||||
|
|
Loading…
Reference in New Issue