Merge "Document variables to configure connectivity check"
This commit is contained in:
commit
1fccaec4b0
@ -71,3 +71,8 @@ Note that this will run on the seed, seed hypervisor, and overcloud hosts. If
|
|||||||
any of these hosts are not expected to be active (e.g. prior to overcloud
|
any of these hosts are not expected to be active (e.g. prior to overcloud
|
||||||
deployment), the set of target hosts may be limited using the ``--limit``
|
deployment), the set of target hosts may be limited using the ``--limit``
|
||||||
argument.
|
argument.
|
||||||
|
|
||||||
|
These checks will attempt to ping the external IP address ``8.8.8.8`` and
|
||||||
|
external hostname ``google.com``. They can be configured with the
|
||||||
|
``nc_external_ip`` and ``nc_external_hostname`` variables in
|
||||||
|
``$KAYOBE_CONFIG_PATH/networks.yml``.
|
||||||
|
@ -196,6 +196,15 @@
|
|||||||
# 'name' items. These tables will be added to /etc/iproute2/rt_tables.
|
# 'name' items. These tables will be added to /etc/iproute2/rt_tables.
|
||||||
#network_route_tables:
|
#network_route_tables:
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Network connectivity check configuration.
|
||||||
|
|
||||||
|
# External IP address to check. Default is 8.8.8.8.
|
||||||
|
#nc_external_ip:
|
||||||
|
|
||||||
|
# External hostname to check. Default is google.com.
|
||||||
|
#nc_external_hostname:
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Dummy variable to allow Ansible to accept this file.
|
# Dummy variable to allow Ansible to accept this file.
|
||||||
workaround_ansible_issue_8743: yes
|
workaround_ansible_issue_8743: yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user