You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.8 KiB
31 lines
1.8 KiB
# A Heat environment that can be used to deploy OpenDaylight with SRIOV |
|
resource_registry: |
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None |
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None |
|
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None |
|
OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-odl.yaml |
|
OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml |
|
OS::TripleO::Services::OpenDaylightOvs: ../puppet/services/opendaylight-ovs.yaml |
|
OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml |
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None |
|
|
|
parameter_defaults: |
|
NeutronEnableForceMetadata: true |
|
NeutronPluginExtensions: 'port_security' |
|
NeutronMechanismDrivers: ['opendaylight_v2'] |
|
NeutronServicePlugins: 'odl-router_v2,trunk' |
|
NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter'] |
|
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"] |
|
|
|
# Kernel arguments for ComputeSriov node |
|
ComputeSriovParameters: |
|
KernelArgs: "intel_iommu=on iommu=pt" |
|
OvsHwOffload: True |
|
# Number of VFs that needs to be configured for a physical interface |
|
#NeutronSriovNumVFs: ["ens3f0:4:switchdev"] |
|
# Mapping of SR-IOV PF interface to neutron physical_network. |
|
# In case of Vxlan/GRE physical_network should be null. |
|
# In case of flat/vlan the physical_network should as configured in neutron. |
|
#NovaPCIPassthrough: |
|
# - devname: "ens3f0" |
|
# physical_network: null
|
|
|