Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / net-multiple-nics.yaml
1 # This template configures each role to use a separate 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/multiple-nics/cinder-storage.yaml
10   OS::TripleO::Compute::Net::SoftwareConfig: ../network/config/multiple-nics/compute.yaml
11   OS::TripleO::Controller::Net::SoftwareConfig: ../network/config/multiple-nics/controller.yaml
12   OS::TripleO::ObjectStorage::Net::SoftwareConfig: ../network/config/multiple-nics/swift-storage.yaml
13   OS::TripleO::CephStorage::Net::SoftwareConfig: ../network/config/multiple-nics/ceph-storage.yaml