2018-11-30 15:46:18 +05:30
|
|
|
# *************************************************************************************
|
|
|
|
# DEPRECATED: Use tripleo-heat-templates/environments/services/neutron-sriov.yaml
|
|
|
|
# instead. Both files has the same configurations.
|
|
|
|
# *************************************************************************************
|
2016-08-31 17:52:33 +05:30
|
|
|
## A Heat environment that can be used to deploy SR-IOV
|
|
|
|
resource_registry:
|
2018-04-11 16:13:29 +02:00
|
|
|
OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml
|
2018-05-28 10:07:45 +02:00
|
|
|
OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml
|
2016-08-31 17:52:33 +05:30
|
|
|
|
|
|
|
parameter_defaults:
|
2017-08-13 08:46:12 +03:00
|
|
|
NeutronMechanismDrivers: ['sriovnicswitch', 'openvswitch']
|
2018-10-09 12:16:22 +03:00
|
|
|
NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
2017-05-30 09:22:55 -02:30
|
|
|
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|