Merge "Fix standalone ControllerOpenstack vars" into stable/pike
[apex-tripleo-heat-templates.git] / environments / network-management.yaml
1 # ***************************************************************************
2 # DEPRECATED: Use tripleo-heat-templates/environments/network-isolation.yaml
3 # and define the needed networks in your custom role file.
4 # ***************************************************************************
5 # Enable the creation of a system management network. This
6 # creates a Neutron network for isolated Overcloud
7 # system management traffic and configures each role to
8 # assign a port (related to that role) on that network.
9 # Note that the basic sample NIC configuration templates
10 # do not include the management network, see the
11 # comments in the sample network config templates in
12 # network/config/ for an example.
13 resource_registry:
14   OS::TripleO::Network::Management: ../network/management.yaml
15
16   # Port assignments for the controller role
17   OS::TripleO::Controller::Ports::ManagementPort: ../network/ports/management.yaml
18
19   # Port assignments for the compute role
20   OS::TripleO::Compute::Ports::ManagementPort: ../network/ports/management.yaml
21
22   # Port assignments for the ceph storage role
23   OS::TripleO::CephStorage::Ports::ManagementPort: ../network/ports/management.yaml
24
25   # Port assignments for the swift storage role
26   OS::TripleO::SwiftStorage::Ports::ManagementPort: ../network/ports/management.yaml
27
28   # Port assignments for the block storage role
29   OS::TripleO::BlockStorage::Ports::ManagementPort: ../network/ports/management.yaml