Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / neutron-opendaylight-sriov.yaml
1 # A Heat environment that can be used to deploy OpenDaylight with SRIOV
2 resource_registry:
3   OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-plugin-ml2.yaml
4   OS::TripleO::Services::NeutronSriovAgent: ../puppet/services/neutron-sriov-agent.yaml
5
6 parameter_defaults:
7   NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2']
8
9   # Add PciPassthroughFilter to the scheduler default filters
10   #NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
11   #NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
12
13   #NeutronPhysicalDevMappings: "datacentre:ens20f2"
14
15   # Number of VFs that needs to be configured for a physical interface
16   #NeutronSriovNumVFs: "ens20f2:5"
17
18   #NovaPCIPassthrough:
19   #  - devname: "ens20f2"
20   #    physical_network: "datacentre"