openstack-helm-infra/openvswitch/values_overrides/dpdk-ubuntu_jammy.yaml
SPEARS, DUSTIN (ds443n) ec11928422 Updating openvswitch to run as child process
On containerd v1.7+ openvswitch restarts when
containerd is restarted. To prevent this add tini
and run OVS as a child process.

Change-Id: I382dc2db12ca387b6d32304315bbee35d8e00562
2024-05-30 20:25:44 +00:00

27 lines
588 B
YAML

---
images:
tags:
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_jammy-dpdk
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_jammy-dpdk
pod:
resources:
enabled: true
ovs:
vswitchd:
requests:
memory: "2Gi"
cpu: "2"
limits:
memory: "2Gi"
cpu: "2"
hugepages-2Mi: "1Gi"
conf:
ovs_dpdk:
enabled: true
hugepages_mountpath: /dev/hugepages
vhostuser_socket_dir: vhostuser
socket_memory: 512
lcore_mask: 0x1
pmd_cpu_mask: 0x4
...