Merge "Add constraint to prohibit balance-tcp from BondInterfaceOvsOptions"
[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   # Provide the vendorid:productid of the VFs
13   #NeutronSupportedPCIVendorDevs: ['8086:154c','8086:10ca','8086:1520']
14
15   #NeutronPhysicalDevMappings: "datacentre:ens20f2"
16
17   # Number of VFs that needs to be configured for a physical interface
18   #NeutronSriovNumVFs: "ens20f2:5"
19
20   #NovaPCIPassthrough:
21   #  - devname: "ens20f2"
22   #    physical_network: "datacentre"