Merge "Change default host reserved memory to 2048MB from 512MB"
[apex-tripleo-heat-templates.git] / environments / net-bond-with-vlans-no-external.yaml
1 # This template configures each role to use a pair of bonded nics (nic2 and
2 # nic3) and configures an IP address on each relevant isolated network
3 # for each role.
4
5 # This template assumes use of network-isolation.yaml and should be specified
6 # last on the CLI as a Heat environment so as to override specific
7 # registry settings in the network-isolation registry.
8 #
9 # FIXME: if/when we add functionality to heatclient to include heat
10 # environment files we should think about using it here to automatically
11 # include network-isolation.yaml.
12 resource_registry:
13
14   # Set external ports to noop
15   OS::TripleO::Network::External: ../network/noop.yaml
16   OS::TripleO::Controller::Ports::ExternalPort: ../network/ports/noop.yaml
17
18   OS::TripleO::BlockStorage::Net::SoftwareConfig: ../network/config/bond-with-vlans/cinder-storage.yaml
19   OS::TripleO::Compute::Net::SoftwareConfig: ../network/config/bond-with-vlans/compute.yaml
20   OS::TripleO::Controller::Net::SoftwareConfig: ../network/config/bond-with-vlans/controller-no-external.yaml
21   OS::TripleO::ObjectStorage::Net::SoftwareConfig: ../network/config/bond-with-vlans/swift-storage.yaml
22   OS::TripleO::CephStorage::Net::SoftwareConfig: ../network/config/bond-with-vlans/ceph-storage.yaml
23
24 # NOTE: with no external interface we should be able to use the
25 # default Neutron l3_agent.ini setting for the external bridge (br-ex)
26 # i.e. No need to set:  NeutronExternalNetworkBridge: "''"