From 58932aecc1b81a57387c5ab7957375666920e155 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 15 Mar 2017 09:44:47 +0000 Subject: [PATCH] Improve comments around network roles --- ansible/group_vars/all/network | 18 ++++++++++++++++-- etc/kayobe/networks.yml | 29 +++++++++++++++++++++-------- 2 files changed, 37 insertions(+), 10 deletions(-) diff --git a/ansible/group_vars/all/network b/ansible/group_vars/all/network index d9bec9179..7a32657e8 100644 --- a/ansible/group_vars/all/network +++ b/ansible/group_vars/all/network @@ -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' diff --git a/etc/kayobe/networks.yml b/etc/kayobe/networks.yml index c9219b8d5..08bd0036c 100644 --- a/etc/kayobe/networks.yml +++ b/etc/kayobe/networks.yml @@ -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.