33b5658f02
neutron-ovs-dpdk.yaml and neutron-sriov.yaml files have duplicates, deprecate one of them, so that it can be removed in next release. Change-Id: I0dd3bd0f355755433e8092ef2e23e8f3d1657b18
14 lines
1017 B
YAML
14 lines
1017 B
YAML
# *************************************************************************************
|
|
# DEPRECATED: Use tripleo-heat-templates/environments/services/neutron-sriov.yaml
|
|
# instead. Both files has the same configurations.
|
|
# *************************************************************************************
|
|
## A Heat environment that can be used to deploy SR-IOV
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml
|
|
OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: ['sriovnicswitch', 'openvswitch']
|
|
NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
|
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|