
Depends-On: Ic7c1817671467f4ec2ef823f52e165c2c1f230ca Change-Id: I94998e5885fae927a5637ef67a7930e2dd19a8ee Related-Blueprint: services-yaml-flattening
14 lines
1.0 KiB
YAML
14 lines
1.0 KiB
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: ../deployment/neutron/neutron-sriov-agent-container-puppet.yaml
|
|
OS::TripleO::Services::NeutronSriovHostConfig: ../deployment/neutron/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"]
|