tripleo-heat-templates/environments/neutron-sriov.yaml
Saravanan KR 33b5658f02 Deprecate duplicate NFV environment files
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
2019-01-07 09:12:11 +05:30

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"]