Enable TLS configuration for containerized HAProxy
[apex-tripleo-heat-templates.git] / environments / network-management-v6.yaml
1 # Enable the creation of an IPv6 system management network. This
2 # creates a Neutron network for isolated Overcloud
3 # system management traffic and configures each role to
4 # assign a port (related to that role) on that network.
5 # Note that the basic sample NIC configuration templates
6 # do not include the management network, see the
7 # comments in the sample network config templates in
8 # network/config/ for an example.
9 resource_registry:
10   OS::TripleO::Network::Management: ../network/management_v6.yaml
11
12   # Port assignments for the controller role
13   OS::TripleO::Controller::Ports::ManagementPort: ../network/ports/management_v6.yaml
14
15   # Port assignments for the compute role
16   OS::TripleO::Compute::Ports::ManagementPort: ../network/ports/management_v6.yaml
17
18   # Port assignments for the ceph storage role
19   OS::TripleO::CephStorage::Ports::ManagementPort: ../network/ports/management_v6.yaml
20
21   # Port assignments for the swift storage role
22   OS::TripleO::SwiftStorage::Ports::ManagementPort: ../network/ports/management_v6.yaml
23
24   # Port assignments for the block storage role
25   OS::TripleO::BlockStorage::Ports::ManagementPort: ../network/ports/management_v6.yaml