731a6b4cfa
- document-end - document-start - empty-lines - hyphens - indentation - key-duplicates - new-line-at-end-of-file - new-lines - octal-values with corresponding code adjustment. Change-Id: I92d6aa20df82aa0fe198f8ccd535cfcaf613f43a
25 lines
549 B
YAML
25 lines
549 B
YAML
---
|
|
images:
|
|
tags:
|
|
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic-dpdk
|
|
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic-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
|
|
...
|