# This template configures each role to use Vlans on a single nic for # each isolated network. # This template assumes use of network-isolation.yaml and should be specified # last on the CLI as a Heat environment so as to override specific # registry settings in the network-isolation registry. # # FIXME: if/when we add functionality to heatclient to include heat # environment files we should think about using it here to automatically # include network-isolation.yaml. resource_registry: # Set external ports to noop OS::TripleO::Network::External: OS::Heat::None OS::TripleO::Controller::Ports::ExternalPort: ../network/ports/noop.yaml OS::TripleO::Controller::Net::SoftwareConfig: OS::Heat::None OS::TripleO::CellController::Net::SoftwareConfig: OS::Heat::None OS::TripleO::CellControllerCompute::Net::SoftwareConfig: OS::Heat::None OS::TripleO::Compute::Net::SoftwareConfig: OS::Heat::None OS::TripleO::BlockStorage::Net::SoftwareConfig: OS::Heat::None OS::TripleO::ObjectStorage::Net::SoftwareConfig: OS::Heat::None OS::TripleO::CephStorage::Net::SoftwareConfig: OS::Heat::None OS::TripleO::Networker::Net::SoftwareConfig: OS::Heat::None # Configure other ports as normal parameter_defaults: ControllerNetworkConfigTemplate: 'templates/single_nic_vlans/controller_no_external.j2' CellControllerNetworkConfigTemplate: 'templates/single_nic_vlans/controller_no_external.j2' CellControllerComputeNetworkConfigTemplate: 'templates/single_nic_vlans/controller_no_external.j2' ComputeNetworkConfigTemplate: 'templates/single_nic_vlans/single_nic_vlans.j2' # Network configuration assignments for the Compute BlockStorageNetworkConfigTemplate: 'templates/single_nic_vlans/single_nic_vlans.j2' # Network configuration assignments for the BlockStorage ObjectStorageNetworkConfigTemplate: 'templates/single_nic_vlans/single_nic_vlans.j2' # Network configuration assignments for the ObjectStorage CephStorageNetworkConfigTemplate: 'templates/single_nic_vlans/single_nic_vlans.j2' # Network configuration assignments for the CephStorage NetworkerNetworkConfigTemplate: 'templates/single_nic_vlans/single_nic_vlans.j2' # Network configuration assignments for the Networker