mirror of https://github.com/ceph/ceph-ansible.git
Revert "monitor_interface: document need to use monitor_address when using IPv6"
This reverts commitpull/2193/merge10b91661ce
. This reverts also the same comment added in1359869497
parent
93e9f3723b
commit
f1232b33fd
|
@ -337,7 +337,6 @@ dummy:
|
|||
# These variables must be defined at least in all.yml and overrided if needed (inventory host file or group_vars/*.yml).
|
||||
# Eg. If you want to specify for each monitor which address the monitor will bind to you can set it in your **inventory host file** by using 'monitor_address' variable.
|
||||
# Preference will go to monitor_address if both monitor_address and monitor_interface are defined.
|
||||
# To use an IPv6 address, use the monitor_address setting instead (and set ip_version to ipv6)
|
||||
#monitor_interface: interface
|
||||
#monitor_address: 0.0.0.0
|
||||
#monitor_address_block: subnet
|
||||
|
@ -382,7 +381,6 @@ dummy:
|
|||
# These variables must be defined at least in all.yml and overrided if needed (inventory host file or group_vars/*.yml).
|
||||
# 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.
|
||||
# To use an IPv6 address, use the radosgw_address setting instead (and set ip_version to ipv6)
|
||||
#radosgw_interface: interface
|
||||
#radosgw_address: "{{ '0.0.0.0' if rgw_containerized_deployment else 'address' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
#radosgw_address_block: subnet
|
||||
|
|
|
@ -337,7 +337,6 @@ ceph_repository: rhcs
|
|||
# These variables must be defined at least in all.yml and overrided if needed (inventory host file or group_vars/*.yml).
|
||||
# Eg. If you want to specify for each monitor which address the monitor will bind to you can set it in your **inventory host file** by using 'monitor_address' variable.
|
||||
# Preference will go to monitor_address if both monitor_address and monitor_interface are defined.
|
||||
# To use an IPv6 address, use the monitor_address setting instead (and set ip_version to ipv6)
|
||||
#monitor_interface: interface
|
||||
#monitor_address: 0.0.0.0
|
||||
#monitor_address_block: subnet
|
||||
|
@ -382,7 +381,6 @@ ceph_repository: rhcs
|
|||
# These variables must be defined at least in all.yml and overrided if needed (inventory host file or group_vars/*.yml).
|
||||
# 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.
|
||||
# To use an IPv6 address, use the radosgw_address setting instead (and set ip_version to ipv6)
|
||||
#radosgw_interface: interface
|
||||
#radosgw_address: "{{ '0.0.0.0' if rgw_containerized_deployment else 'address' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
#radosgw_address_block: subnet
|
||||
|
|
|
@ -329,7 +329,6 @@ rbd_client_admin_socket_path: /var/run/ceph # must be writable by QEMU and allow
|
|||
# These variables must be defined at least in all.yml and overrided if needed (inventory host file or group_vars/*.yml).
|
||||
# Eg. If you want to specify for each monitor which address the monitor will bind to you can set it in your **inventory host file** by using 'monitor_address' variable.
|
||||
# Preference will go to monitor_address if both monitor_address and monitor_interface are defined.
|
||||
# To use an IPv6 address, use the monitor_address setting instead (and set ip_version to ipv6)
|
||||
monitor_interface: interface
|
||||
monitor_address: 0.0.0.0
|
||||
monitor_address_block: subnet
|
||||
|
@ -374,7 +373,6 @@ radosgw_civetweb_options: "num_threads={{ radosgw_civetweb_num_threads }}"
|
|||
# These variables must be defined at least in all.yml and overrided if needed (inventory host file or group_vars/*.yml).
|
||||
# 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.
|
||||
# To use an IPv6 address, use the radosgw_address setting instead (and set ip_version to ipv6)
|
||||
radosgw_interface: interface
|
||||
radosgw_address: "{{ '0.0.0.0' if rgw_containerized_deployment else 'address' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
radosgw_address_block: subnet
|
||||
|
|
Loading…
Reference in New Issue