Merge "Deployed server: switch to apply-config hook"
[apex-tripleo-heat-templates.git] / network / config / multiple-nics / README.md
1 This directory contains Heat templates to help configure
2 multiple NICs for each Overcloud role, where it is
3 assumed that each NIC is running a specific network
4 traffic type and that VLANs are not being used.
5
6 Configuration
7 -------------
8
9 To make use of these templates create a Heat environment that looks
10 something like this:
11
12   resource\_registry:
13     OS::TripleO::BlockStorage::Net::SoftwareConfig: network/config/multiple-nics/cinder-storage.yaml
14     OS::TripleO::Compute::Net::SoftwareConfig: network/config/multiple-nics/compute.yaml
15     OS::TripleO::Controller::Net::SoftwareConfig: network/config/multiple-nics/controller.yaml
16     OS::TripleO::ObjectStorage::Net::SoftwareConfig: network/config/multiple-nics/swift-storage.yaml
17     OS::TripleO::CephStorage::Net::SoftwareConfig: network/config/multiple-nics/ceph-storage.yaml
18
19 Or use this Heat environment file:
20
21   environments/net-multiple-nics.yaml
22
23 Configuration with System Management Network
24 --------------------------------------------
25
26 To enable the optional System Management network, create a Heat environment
27 that looks something like this:
28
29   resource\_registry:
30     OS::TripleO::Network::Management: ../network/management.yaml
31     OS::TripleO::Controller::Ports::ManagementPort: ../network/ports/management.yaml
32     OS::TripleO::Compute::Ports::ManagementPort: ../network/ports/management.yaml
33     OS::TripleO::CephStorage::Ports::ManagementPort: ../network/ports/management.yaml
34     OS::TripleO::SwiftStorage::Ports::ManagementPort: ../network/ports/management.yaml
35     OS::TripleO::BlockStorage::Ports::ManagementPort: ../network/ports/management.yaml
36
37 Or use this Heat environment file:
38
39   environments/network-management.yaml