2216cbfec4
+ add role for enabling hugepages Change-Id: I89d3c09ea3bedcba6cb51178c8d1ac482a57af01 Depends-On: I2f9d954258451f64eb87d03affc079b71b00f7bd
25 lines
546 B
YAML
25 lines
546 B
YAML
---
|
|
images:
|
|
tags:
|
|
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal-dpdk
|
|
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal-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
|
|
...
|