ca0bf43361
This parameter has been removed in neutron from the sriov conf file, in Ocata. Removing the parameter from tripleo. Closes-Bug: #1660929 Change-Id: Icd8a1f6c9049434fd86ceeb24881e1ed49f2bb17
20 lines
933 B
YAML
Executable File
20 lines
933 B
YAML
Executable File
## A Heat environment that can be used to deploy SR-IOV
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronSriovAgent: ../puppet/services/neutron-sriov-agent.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: ['openvswitch','sriovnicswitch']
|
|
|
|
# Add PciPassthroughFilter to the scheduler default filters
|
|
#NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
|
#NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|
|
|
|
#NeutronPhysicalDevMappings: "datacentre:ens20f2"
|
|
|
|
# Number of VFs that needs to be configured for a physical interface
|
|
#NeutronSriovNumVFs: "ens20f2:5"
|
|
|
|
#NovaPCIPassthrough:
|
|
# - devname: "ens20f2"
|
|
# physical_network: "datacentre"
|