cfd0d185a9
QoS is not fully supported and fails to load correctly with networking-odl. Therefore disabling it from Neutron extension drivers until we have it fully working. Change-Id: I89aa3628c1400305f9659f5c0c99942a7fa7d19e Closes-Bug: 1708131
30 lines
1.6 KiB
YAML
30 lines
1.6 KiB
YAML
# A Heat environment that can be used to deploy OpenDaylight with SRIOV
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-plugin-ml2.yaml
|
|
OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-odl.yaml
|
|
OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml
|
|
OS::TripleO::Services::OpenDaylightOvs: ../puppet/services/opendaylight-ovs.yaml
|
|
OS::TripleO::Services::NeutronSriovAgent: ../puppet/services/neutron-sriov-agent.yaml
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
NeutronEnableForceMetadata: true
|
|
NeutronPluginExtensions: 'port_security'
|
|
NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2']
|
|
NeutronServicePlugins: 'odl-router_v2,trunk'
|
|
|
|
# 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"
|