Merge "Fix typo in the ovn chart"
This commit is contained in:
commit
a3a348c7b3
@ -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.9
|
version: 0.1.10
|
||||||
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:
|
||||||
|
@ -120,7 +120,7 @@ ovs-vsctl set open . external-ids:ovn-bridge-mappings="{{ .Values.conf.ovn_bridg
|
|||||||
|
|
||||||
GW_ENABLED=$(cat /tmp/gw-enabled/gw-enabled)
|
GW_ENABLED=$(cat /tmp/gw-enabled/gw-enabled)
|
||||||
if [[ ${GW_ENABLED} == enabled ]]; then
|
if [[ ${GW_ENABLED} == enabled ]]; then
|
||||||
ovs-vsctl set open . external-ids:ovn-cms-options={{ .Values.conf.onv_cms_options_gw_enabled }}
|
ovs-vsctl set open . external-ids:ovn-cms-options={{ .Values.conf.ovn_cms_options_gw_enabled }}
|
||||||
else
|
else
|
||||||
ovs-vsctl set open . external-ids:ovn-cms-options={{ .Values.conf.ovn_cms_options }}
|
ovs-vsctl set open . external-ids:ovn-cms-options={{ .Values.conf.ovn_cms_options }}
|
||||||
fi
|
fi
|
||||||
|
@ -70,7 +70,7 @@ network:
|
|||||||
|
|
||||||
conf:
|
conf:
|
||||||
ovn_cms_options: "availability-zones=nova"
|
ovn_cms_options: "availability-zones=nova"
|
||||||
onv_cms_options_gw_enabled: "enable-chassis-as-gw,availability-zones=nova"
|
ovn_cms_options_gw_enabled: "enable-chassis-as-gw,availability-zones=nova"
|
||||||
ovn_encap_type: geneve
|
ovn_encap_type: geneve
|
||||||
ovn_bridge: br-int
|
ovn_bridge: br-int
|
||||||
ovn_bridge_mappings: external:br-ex
|
ovn_bridge_mappings: external:br-ex
|
||||||
|
@ -10,4 +10,5 @@ ovn:
|
|||||||
- 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
|
- 0.1.9 Make ovn db file path as configurable
|
||||||
|
- 0.1.10 Fix typo in the controller init script
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user