Improve comments around network roles

This commit is contained in:
Mark Goddard 2017-03-15 09:44:47 +00:00
parent e919ae1f47
commit 58932aecc1
2 changed files with 37 additions and 10 deletions

View File

@ -1,10 +1,24 @@
---
###############################################################################
# Network roles.
# 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'
# Name of the network used by the overcloud hosts to provision the bare metal
# workload hosts.
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'
# Name of the network used to carry storage data traffic.
storage_net_name: 'storage_net'
# Name of the network used to carry storage management traffic.
storage_mgmt_net_name: 'storage_mgmt_net'

View File

@ -2,15 +2,28 @@
# Kayobe network configuration.
###############################################################################
# Network roles.
# Network role to network mappings.
#provision_oc_net_name: 'provision_oc_net'
#provision_wl_net_name: 'provision_wl_net'
#internal_net_name: 'internal_net'
#external_net_name: 'external_net'
#storage_net_name: 'storage_net'
#storage_mgmt_net_name: 'storage_mgmt_net'
# Name of the network used by the seed to provision the bare metal overcloud
# hosts.
#provision_oc_net_name:
# 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.