Merge "Fix standalone ControllerOpenstack vars" into stable/pike
[apex-tripleo-heat-templates.git] / environments / net-single-nic-with-vlans-no-external.yaml
1 # This template configures each role to use Vlans on a single nic for
2 # each isolated network.
3 # This template assumes use of network-isolation.yaml and should be specified
4 # last on the CLI as a Heat environment so as to override specific
5 # registry settings in the network-isolation registry.
6 #
7 # FIXME: if/when we add functionality to heatclient to include heat
8 # environment files we should think about using it here to automatically
9 # include network-isolation.yaml.
10 resource_registry:
11
12   # Set external ports to noop
13   OS::TripleO::Network::External: OS::Heat::None
14   OS::TripleO::Controller::Ports::ExternalPort: ../network/ports/noop.yaml
15
16   # Configure other ports as normal
17   OS::TripleO::BlockStorage::Net::SoftwareConfig: ../network/config/single-nic-vlans/cinder-storage.yaml
18   OS::TripleO::Compute::Net::SoftwareConfig: ../network/config/single-nic-vlans/compute.yaml
19   OS::TripleO::Controller::Net::SoftwareConfig: ../network/config/single-nic-vlans/controller-no-external.yaml
20   OS::TripleO::ObjectStorage::Net::SoftwareConfig: ../network/config/single-nic-vlans/swift-storage.yaml
21   OS::TripleO::CephStorage::Net::SoftwareConfig: ../network/config/single-nic-vlans/ceph-storage.yaml