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