tripleo-heat-templates/environments/neutron-sriov.yaml
Ricardo Noriega 816c07902f NeutronSriovHostConfig missing in SRIOV's env files
This service is required to perform operations on the
  host in order to configure SRIOV capable NICs.

Change-Id: I30d790c917f5bdbf0d6e6fca66aea7d08c1c8d10
Closes-Bug: #1773746
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
2018-05-28 10:09:44 +02:00

10 lines
720 B
YAML
Executable File

## 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','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]