Merge "Run ovn controller with non root openvswitch user"

This commit is contained in:
Zuul 2025-01-30 14:52:03 +00:00 committed by Gerrit Code Review
commit fe95c4d1cf
2 changed files with 3 additions and 0 deletions

@ -110,6 +110,8 @@ spec:
- ovn-controller
{{ dict "envAll" . "component" "ovn_controller" "container" "controller" "type" "readiness" "probeTemplate" (include "controllerReadinessProbeTemplate" . | fromYaml) | include "helm-toolkit.snippets.kubernetes_probe" | indent 10 }}
env:
- name: OVS_USER_ID
value: {{ .Values.conf.ovs_user_name }}
- name: OVN_DAEMONSET_VERSION
value: "3"
- name: OVN_LOGLEVEL_CONTROLLER

@ -82,6 +82,7 @@ conf:
# br-private: eth0
# br-public: eth1
auto_bridge_add: {}
ovs_user_name: openvswitch
pod:
# NOTE: should be same as nova.pod.use_fqdn.compute