ec11928422
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
27 lines
588 B
YAML
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
|
|
...
|