1b604a95e9
Added an environment file to configure DPDK with OVS by overriding ComputeNeutronOvsAgent. Also added nic configs for configuring DPDK bridge and bond with numbered nic format. Implements: blueprint tripleo-ovs-dpdk Co-Authored-By: Vijay Chundury <vchundur@redhat.com> Change-Id: I82b6f66394a8928f8524706c939508edd08afa9b
19 lines
667 B
YAML
19 lines
667 B
YAML
## A Heat environment that can be used to deploy DPDK with OVS
|
|
resource_registry:
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: ../puppet/services/neutron-ovs-dpdk-agent.yaml
|
|
|
|
parameter_defaults:
|
|
## NeutronDpdkCoreList and NeutronDpdkMemoryChannels are REQUIRED settings.
|
|
## Attempting to deploy DPDK without appropriate values will cause deployment to fail or lead to unstable deployments.
|
|
#NeutronDpdkCoreList: ""
|
|
#NeutronDpdkMemoryChannels: ""
|
|
|
|
NeutronDatapathType: "netdev"
|
|
NeutronVhostuserSocketDir: "/var/run/openvswitch"
|
|
|
|
#NeutronDpdkSocketMemory: ""
|
|
#NeutronDpdkDriverType: "vfio-pci"
|
|
#NovaReservedHostMemory: 4096
|
|
#NovaVcpuPinSet: ""
|
|
|