Skip to content

Commit

Permalink
Add missing mount for OVN metadata agent (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser authored Apr 14, 2024
1 parent 2fd3961 commit 8eae73b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/neutron/templates/daemonset-ovn-metadata-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ spec:
- name: run
hostPath:
path: /run
- name: run-openvswitch
hostPath:
path: /run/openvswitch
- name: neutron-bin
configMap:
name: neutron-bin
Expand Down
14 changes: 14 additions & 0 deletions charts/patches/neutron/0002-add-missing-ovn-hostpath-mount.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/neutron/templates/daemonset-ovn-metadata-agent.yaml b/neutron/templates/daemonset-ovn-metadata-agent.yaml
index f6dde55b..5c2999cf 100644
--- a/neutron/templates/daemonset-ovn-metadata-agent.yaml
+++ b/neutron/templates/daemonset-ovn-metadata-agent.yaml
@@ -220,6 +220,9 @@ spec:
- name: run
hostPath:
path: /run
+ - name: run-openvswitch
+ hostPath:
+ path: /run/openvswitch
- name: neutron-bin
configMap:
name: neutron-bin

0 comments on commit 8eae73b

Please sign in to comment.