openstack-helm-infra/releasenotes/notes/added-nova-uid-parameter-to-ovs-chart-41d2b05b79300a31.yaml
Georg Kunz e6530bc2bb Extended OVS chart with support for DPDK
Extending the Openvswitch chart with support for DPDK. In order to
enable DPDK support, set the dpdk:enabled option to true in value.yaml.
Prerequisites for successfully running OVS with DPDK: the host OS must
to have hugepages enabled.

Co-Authored-By: Rihab Banday <rihab.banday@ericsson.com>

Change-Id: I9649832511ba7c7ba7c391555d60171ef9264110
2019-07-09 17:10:15 +02:00

12 lines
627 B
YAML

---
other:
- |
When running openvswitch (OVS) with DPDK enabled, vhost-user sockets are
used to connect VMs to OVS. nova-compute needs access to those sockets in
order to plug them into OVS. For this reason, the directory containing
vhost-user sockets must have proper permissions. The openvswitch chart now
sets ownership of this directory to the UID of the nova user. The OVS chart
uses the same default as the Nova chart (42424). However, if the Nova UID
is changed in the Nova chart in a particular deployment, it also needs to
be changed in the OVS chart correspondingly if DPDK is used.