Improve comments around network roles
This commit is contained in:
parent
e919ae1f47
commit
58932aecc1
@ -1,10 +1,24 @@
|
|||||||
---
|
---
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Network roles.
|
|
||||||
|
|
||||||
# Network role to network name mappings.
|
# Network role to network name mappings.
|
||||||
|
|
||||||
|
# Name of the network used by the seed to provision the bare metal overcloud
|
||||||
|
# hosts.
|
||||||
provision_oc_net_name: 'provision_oc_net'
|
provision_oc_net_name: 'provision_oc_net'
|
||||||
|
|
||||||
|
# Name of the network used by the overcloud hosts to provision the bare metal
|
||||||
|
# workload hosts.
|
||||||
provision_wl_net_name: 'provision_wl_net'
|
provision_wl_net_name: 'provision_wl_net'
|
||||||
|
|
||||||
|
# Name of the network used to expose the internal OpenStack API endpoints.
|
||||||
|
internal_net_name: 'internal_net'
|
||||||
|
|
||||||
|
# Name of the network used to expose the external OpenStack API endpoints and
|
||||||
|
# to provide external network access via Neutron.
|
||||||
external_net_name: 'external_net'
|
external_net_name: 'external_net'
|
||||||
|
|
||||||
|
# Name of the network used to carry storage data traffic.
|
||||||
storage_net_name: 'storage_net'
|
storage_net_name: 'storage_net'
|
||||||
|
|
||||||
|
# Name of the network used to carry storage management traffic.
|
||||||
storage_mgmt_net_name: 'storage_mgmt_net'
|
storage_mgmt_net_name: 'storage_mgmt_net'
|
||||||
|
@ -2,15 +2,28 @@
|
|||||||
# Kayobe network configuration.
|
# Kayobe network configuration.
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Network roles.
|
|
||||||
|
|
||||||
# Network role to network mappings.
|
# Network role to network mappings.
|
||||||
#provision_oc_net_name: 'provision_oc_net'
|
|
||||||
#provision_wl_net_name: 'provision_wl_net'
|
# Name of the network used by the seed to provision the bare metal overcloud
|
||||||
#internal_net_name: 'internal_net'
|
# hosts.
|
||||||
#external_net_name: 'external_net'
|
#provision_oc_net_name:
|
||||||
#storage_net_name: 'storage_net'
|
|
||||||
#storage_mgmt_net_name: 'storage_mgmt_net'
|
# Name of the network used by the overcloud hosts to provision the bare metal
|
||||||
|
# workload hosts.
|
||||||
|
#provision_wl_net_name:
|
||||||
|
|
||||||
|
# Name of the network used to expose the internal OpenStack API endpoints.
|
||||||
|
#internal_net_name:
|
||||||
|
|
||||||
|
# Name of the network used to expose the external OpenStack API endpoints and
|
||||||
|
# to provide external network access via Neutron.
|
||||||
|
#external_net_name:
|
||||||
|
|
||||||
|
# Name of the network used to carry storage data traffic.
|
||||||
|
#storage_net_name:
|
||||||
|
|
||||||
|
# Name of the network used to carry storage management traffic.
|
||||||
|
#storage_mgmt_net_name:
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Network definitions.
|
# Network definitions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user