c0dda7785f
This change aligns DPDK configuration parameters across the OVS and Neutron charts. Change-Id: I381286a49dfe65762cfb4a344e7bd178e42f10f6
24 lines
541 B
YAML
24 lines
541 B
YAML
---
|
|
images:
|
|
tags:
|
|
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-opensuse_15-dpdk
|
|
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-opensuse_15-dpdk
|
|
pod:
|
|
resources:
|
|
enabled: true
|
|
ovs:
|
|
vswitchd:
|
|
requests:
|
|
memory: "2Gi"
|
|
cpu: "2"
|
|
limits:
|
|
memory: "2Gi"
|
|
cpu: "2"
|
|
hugepages-1Gi: "1Gi"
|
|
conf:
|
|
ovs_dpdk:
|
|
enabled: true
|
|
hugepages_mountpath: /dev/hugepages
|
|
vhostuser_socket_dir: vhostuser
|
|
socket_memory: 1024
|