Merge "DOC - Fix YAML format in cidr_networks example"
This commit is contained in:
commit
4813b7cdf0
@ -14,13 +14,13 @@ configure target host networking.
|
|||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
cidr_networks:
|
cidr_networks:
|
||||||
# Management (same range as br-mgmt on the target hosts)
|
# Management (same range as br-mgmt on the target hosts)
|
||||||
container: CONTAINER_MGMT_CIDR
|
container: CONTAINER_MGMT_CIDR
|
||||||
# Tunnel endpoints for VXLAN tenant networks
|
# Tunnel endpoints for VXLAN tenant networks
|
||||||
# (same range as br-vxlan on the target hosts)
|
# (same range as br-vxlan on the target hosts)
|
||||||
tunnel: TUNNEL_CIDR
|
tunnel: TUNNEL_CIDR
|
||||||
#Storage (same range as br-storage on the target hosts)
|
# Storage (same range as br-storage on the target hosts)
|
||||||
storage: STORAGE_CIDR
|
storage: STORAGE_CIDR
|
||||||
|
|
||||||
Replace ``*_CIDR`` with the appropriate IP address range in CIDR
|
Replace ``*_CIDR`` with the appropriate IP address range in CIDR
|
||||||
notation. For example, 203.0.113.0/24.
|
notation. For example, 203.0.113.0/24.
|
||||||
|
@ -14,13 +14,13 @@ configure target host networking.
|
|||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
cidr_networks:
|
cidr_networks:
|
||||||
# Management (same range as br-mgmt on the target hosts)
|
# Management (same range as br-mgmt on the target hosts)
|
||||||
container: CONTAINER_MGMT_CIDR
|
container: CONTAINER_MGMT_CIDR
|
||||||
# Tunnel endpoints for VXLAN tenant networks
|
# Tunnel endpoints for VXLAN tenant networks
|
||||||
# (same range as br-vxlan on the target hosts)
|
# (same range as br-vxlan on the target hosts)
|
||||||
tunnel: TUNNEL_CIDR
|
tunnel: TUNNEL_CIDR
|
||||||
#Storage (same range as br-storage on the target hosts)
|
# Storage (same range as br-storage on the target hosts)
|
||||||
storage: STORAGE_CIDR
|
storage: STORAGE_CIDR
|
||||||
|
|
||||||
Replace ``*_CIDR`` with the appropriate IP address range in CIDR
|
Replace ``*_CIDR`` with the appropriate IP address range in CIDR
|
||||||
notation. For example, 203.0.113.0/24.
|
notation. For example, 203.0.113.0/24.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user