Add update yaml backward compatibe with PublicVirtualIP on ctlplane
[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