Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Network role to network mappings.
- # Name of the network used for admin access to the overcloud
- admin_oc_net_name: mgnt
- # Name of the network used by the seed to manage the bare metal overcloud
- # hosts via their out-of-band management controllers.
- oob_oc_net_name: oob
- # Name of the network used by the seed to provision the bare metal overcloud
- # hosts.
- provision_oc_net_name: mgnt
- # Name of the network used by the overcloud hosts to manage the bare metal
- # compute hosts via their out-of-band management controllers.
- oob_wl_net_name: oob
- # Name of the network used by the overcloud hosts to provision the bare metal
- # workload hosts.
- provision_wl_net_name: mgnt
- # Name of the network used to expose the internal OpenStack API endpoints.
- internal_net_name: mgnt
- # List of names of networks used to provide external network access via
- # Neutron.
- # Deprecated name: external_net_name
- # If external_net_name is defined, external_net_names will default to a list
- # containing one item, external_net_name.
- external_net_names:
- - ucbl
- # Name of the network used to expose the public OpenStack API endpoints.
- public_net_name: ucbl
- # Name of the network used by Neutron to carry tenant overlay network traffic.
- tunnel_net_name: traffic
- # Name of the network used to carry storage data traffic.
- storage_net_name: traffic
- # Name of the network used to carry storage management traffic.
- storage_mgmt_net_name: mgnt
- # Name of the network used to carry swift storage data traffic.
- swift_storage_net_name: traffic
- # Name of the network used to carry swift storage replication traffic.
- swift_storage_replication_net_name: traffic
- # Name of the network used to perform hardware introspection on the bare metal
- # workload hosts.
- inspection_net_name: oob
- # Name of the network used to perform cleaning on the bare metal workload
- # hosts
- cleaning_net_name: oob
Advertisement
Add Comment
Please, Sign In to add comment