2018-03-06 08:40:30 -05:00
|
|
|
# A Heat environment that can be used to deploy OpenDaylight with SRIOV
|
|
|
|
# This file is to be used with neutron-opendaylight.yaml
|
|
|
|
|
|
|
|
resource_registry:
|
2019-04-22 09:52:04 -04:00
|
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: ../../deployment/neutron/neutron-plugin-ml2.yaml
|
2019-02-28 10:24:51 -05:00
|
|
|
OS::TripleO::Services::NeutronSriovAgent: ../../deployment/neutron/neutron-sriov-agent-container-puppet.yaml
|
2018-03-06 08:40:30 -05:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2']
|
|
|
|
|
|
|
|
# Add PciPassthroughFilter to the scheduler default filters
|
2018-10-09 12:16:22 +03:00
|
|
|
#NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
2018-03-06 08:40:30 -05:00
|
|
|
#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"
|