openstack-helm/values_overrides/neutron/dpdk.yaml
Vladimir Kozhukalov a8416f968e Move values overrides to a separate directory
This is the action item to implement the spec:
doc/source/specs/2025.1/chart_versioning.rst

Depends-On: I327103c18fc0e10e989a17f69b3bff9995c45eb4
Depends-On: I7bfdef3ea2128bbb4e26e3a00161fe30ce29b8e7
Change-Id: I4974785c904cf7c8730279854e3ad9b6b7c35498
2024-12-13 15:25:19 -06:00

27 lines
554 B
YAML

---
network:
interface:
tunnel: null
conf:
plugins:
openvswitch_agent:
agent:
tunnel_types: vxlan
ovs:
bridge_mappings: public:br-ex
datapath_type: netdev
vhostuser_socket_dir: /var/run/openvswitch/vhostuser
ovs_dpdk:
enabled: true
driver: uio_pci_generic
nics: []
# CHANGE-ME: modify pci_id according to your hardware
# - name: dpdk0
# pci_id: '0000:05:00.0'
# bridge: br-tun
# migrate_ip: true
bridges:
- name: br-tun
bonds: []
...