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