Merge "Fix the wrong selinux context when glance uses nfs backend"
[apex-tripleo-heat-templates.git] / network / config / single-nic-vlans / README.md
1 This directory contains Heat templates to help configure
2 Vlans on a single NICs for each Overcloud role.
3
4 There are two versions of the controller role template, one with
5 an external network interface, and another without. If the
6 external network interface is not configured the ctlplane address
7 ranges will be used for external (public) network traffic.
8
9 Configuration
10 -------------
11
12 To make use of these templates create a Heat environment that looks
13 something like this:
14
15   resource\_registry:
16     OS::TripleO::BlockStorage::Net::SoftwareConfig: network/config/single-nic-vlans/cinder-storage.yaml
17     OS::TripleO::Compute::Net::SoftwareConfig: network/config/single-nic-vlans/compute.yaml
18     OS::TripleO::Controller::Net::SoftwareConfig: network/config/single-nic-vlans/controller.yaml
19     OS::TripleO::ObjectStorage::Net::SoftwareConfig: network/config/single-nic-vlans/swift-storage.yaml
20     OS::TripleO::CephStorage::Net::SoftwareConfig: network/config/single-nic-vlans/ceph-storage.yaml
21
22 Or use this Heat environment file:
23
24   environments/net-single-nic-with-vlans.yaml
25
26
27 Configuration with no External Network
28 --------------------------------------
29 Same as above except set the following value for the controller role:
30
31     OS::TripleO::Controller::Net::SoftwareConfig: network/config/single-nic-vlans/controller-no-external.yaml