2017-06-15 10:22:21 +02:00
|
|
|
# ******************************************************************************
|
|
|
|
# DEPRECATED: Use tripleo-heat-templates/environments/network-isolation-v6.yaml
|
|
|
|
# and define the needed networks in your custom role file.
|
|
|
|
# ******************************************************************************
|
2016-05-30 15:05:47 +02:00
|
|
|
# Enable the creation of an IPv6 system management network. This
|
|
|
|
# creates a Neutron network for isolated Overcloud
|
|
|
|
# system management traffic and configures each role to
|
|
|
|
# assign a port (related to that role) on that network.
|
|
|
|
# Note that the basic sample NIC configuration templates
|
|
|
|
# do not include the management network, see the
|
|
|
|
# comments in the sample network config templates in
|
|
|
|
# network/config/ for an example.
|
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::Network::Management: ../network/management_v6.yaml
|
|
|
|
|
|
|
|
# Port assignments for the controller role
|
|
|
|
OS::TripleO::Controller::Ports::ManagementPort: ../network/ports/management_v6.yaml
|
|
|
|
|
|
|
|
# Port assignments for the compute role
|
|
|
|
OS::TripleO::Compute::Ports::ManagementPort: ../network/ports/management_v6.yaml
|
|
|
|
|
|
|
|
# Port assignments for the ceph storage role
|
|
|
|
OS::TripleO::CephStorage::Ports::ManagementPort: ../network/ports/management_v6.yaml
|
|
|
|
|
|
|
|
# Port assignments for the swift storage role
|
2017-10-25 20:50:23 +02:00
|
|
|
OS::TripleO::ObjectStorage::Ports::ManagementPort: ../network/ports/management_v6.yaml
|
2016-05-30 15:05:47 +02:00
|
|
|
|
|
|
|
# Port assignments for the block storage role
|
|
|
|
OS::TripleO::BlockStorage::Ports::ManagementPort: ../network/ports/management_v6.yaml
|