816c07902f
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>
24 lines
1.2 KiB
YAML
24 lines
1.2 KiB
YAML
# A Heat environment that can be used to deploy OpenDaylight with SRIOV
|
|
resource_registry:
|
|
# FIXME(bogdando): can not be switched yet due to puppet-base issues
|
|
# see https://review.openstack.org/#/c/563443
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-plugin-ml2.yaml
|
|
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','opendaylight_v2']
|
|
|
|
# Add PciPassthroughFilter to the scheduler default filters
|
|
#NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
|
#NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|
|
|
|
#NeutronPhysicalDevMappings: "datacentre:ens20f2"
|
|
|
|
# Number of VFs that needs to be configured for a physical interface
|
|
#NeutronSriovNumVFs: "ens20f2:5"
|
|
|
|
#NovaPCIPassthrough:
|
|
# - devname: "ens20f2"
|
|
# physical_network: "datacentre"
|