Merge "Fix Puppet Configuring NetApp Cinder Backend"
[apex-tripleo-heat-templates.git] / environments / net-single-nic-with-vlans.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.
4 #
5 # FIXME: if/when we add functionality to heatclient to include heat
6 # environment files we should think about using it here to automatically
7 # include network-isolation.yaml.
8 resource_registry:
9   OS::TripleO::BlockStorage::Net::SoftwareConfig: ../network/config/single-nic-vlans/cinder-storage.yaml
10   OS::TripleO::Compute::Net::SoftwareConfig: ../network/config/single-nic-vlans/compute.yaml
11   OS::TripleO::Controller::Net::SoftwareConfig: ../network/config/single-nic-vlans/controller.yaml
12   OS::TripleO::ObjectStorage::Net::SoftwareConfig: ../network/config/single-nic-vlans/swift-storage.yaml
13   OS::TripleO::CephStorage::Net::SoftwareConfig: ../network/config/single-nic-vlans/ceph-storage.yaml
14
15 # We use parameter_defaults instead of parameters here because Tuskar munges
16 # the names of top level and role level parameters with the role name and a
17 # version. Using parameter_defaults makes it such that if the parameter name is
18 # not defined in the template, we don't get an error.
19 parameter_defaults:
20   # This sets 'external_network_bridge' in l3_agent.ini to an empty string
21   # so that external networks act like provider bridge networks (they
22   # will plug into br-int instead of br-ex)
23   NeutronExternalNetworkBridge: "''"