0ec9a3db94
As reported in the related bug below and merged for the undercloud with https://review.openstack.org/#/c/598167 the Ram/Disk filters are deprecated since [1] so we should stop using them. [1] https://review.openstack.org/#/c/596502/ Related-Bug: 1787910 Change-Id: Ib3585b4c04c974c34d61b868d0454df03c1a2aed
23 lines
1.1 KiB
YAML
23 lines
1.1 KiB
YAML
# A Heat environment that can be used to deploy OpenDaylight with SRIOV
|
|
# This file is to be used with neutron-opendaylight.yaml
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: ../../puppet/services/neutron-plugin-ml2.yaml
|
|
OS::TripleO::Services::NeutronSriovAgent: ../../puppet/services/neutron-sriov-agent.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2']
|
|
|
|
# Add PciPassthroughFilter to the scheduler default filters
|
|
#NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','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"
|