553b95da51
From ocata, the vhost socket directory requires a different set of permissions from the default directory (/var/run/openvswitch). Modifying the directory to a new agreed directory which will be created in puppet. Closes-Bug: #1687993 Depends-On: I255f98c40869e7508ed01a03a96294284ecdc6a8 Change-Id: I77250ca84c9da2fb5a8381e6f60234f8a05cbf12
19 lines
669 B
YAML
19 lines
669 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/lib/vhost_sockets"
|
|
|
|
#NeutronDpdkSocketMemory: ""
|
|
#NeutronDpdkDriverType: "vfio-pci"
|
|
#NovaReservedHostMemory: 4096
|
|
#NovaVcpuPinSet: ""
|
|
|