Merge "make ovn db file path as configurable"
This commit is contained in:
commit
3e3618bbd9
@ -15,7 +15,7 @@ apiVersion: v1
|
||||
appVersion: v23.3.0
|
||||
description: OpenStack-Helm OVN
|
||||
name: ovn
|
||||
version: 0.1.8
|
||||
version: 0.1.9
|
||||
home: https://www.ovn.org
|
||||
icon: https://www.ovn.org/images/ovn-logo.png
|
||||
sources:
|
||||
|
@ -76,7 +76,7 @@ spec:
|
||||
- name: run-openvswitch
|
||||
mountPath: /run/openvswitch
|
||||
- name: data
|
||||
mountPath: /var/lib/ovn
|
||||
mountPath: {{ $envAll.Values.volume.ovn_ovsdb_nb.path }}
|
||||
volumes:
|
||||
- name: run-openvswitch
|
||||
emptyDir: {}
|
||||
|
@ -76,7 +76,7 @@ spec:
|
||||
- name: run-openvswitch
|
||||
mountPath: /run/openvswitch
|
||||
- name: data
|
||||
mountPath: /var/lib/ovn
|
||||
mountPath: {{ $envAll.Values.volume.ovn_ovsdb_sb.path }}
|
||||
volumes:
|
||||
- name: run-openvswitch
|
||||
emptyDir: {}
|
||||
|
@ -50,10 +50,12 @@ labels:
|
||||
|
||||
volume:
|
||||
ovn_ovsdb_nb:
|
||||
path: /var/lib/ovn
|
||||
enabled: true
|
||||
class_name: general
|
||||
size: 5Gi
|
||||
ovn_ovsdb_sb:
|
||||
path: /var/lib/ovn
|
||||
enabled: true
|
||||
class_name: general
|
||||
size: 5Gi
|
||||
|
@ -9,4 +9,5 @@ ovn:
|
||||
- 0.1.6 Fix ovsdb port number
|
||||
- 0.1.7 Use host network for ovn controller pods
|
||||
- 0.1.8 Fix attaching interfaces to the bridge
|
||||
- 0.1.9 Make ovn db file path as configurable
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user