Merge "Add update yaml backward compatibe with PublicVirtualIP on ctlplane"
[apex-tripleo-heat-templates.git] / environments / network-management.yaml
1 # Enable the creation of a 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 # single-nic-vlans-mgmt templates for an example.
8 resource_registry:
9   OS::TripleO::Network::Management: ../network/management.yaml
10
11   # Port assignments for the controller role
12   OS::TripleO::Controller::Ports::ManagementPort: ../network/ports/management.yaml
13
14   # Port assignments for the compute role
15   OS::TripleO::Compute::Ports::ManagementPort: ../network/ports/management.yaml
16
17   # Port assignments for the ceph storage role
18   OS::TripleO::CephStorage::Ports::ManagementPort: ../network/ports/management.yaml
19
20   # Port assignments for the swift storage role
21   OS::TripleO::SwiftStorage::Ports::ManagementPort: ../network/ports/management.yaml
22
23   # Port assignments for the block storage role
24   OS::TripleO::BlockStorage::Ports::ManagementPort: ../network/ports/management.yaml