blob: 004b8ac07dc3d8fb1f73e13bcd383c6cfc843b21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## 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: ""
|