Merge "Open openvswitch_db_server port 6640 to interact with SDN controller"

This commit is contained in:
Zuul 2019-06-25 03:28:06 +00:00 committed by Gerrit Code Review
commit 0952475aed
2 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,9 @@ function start () {
--pidfile=${OVS_PID} \
--remote=punix:${OVS_SOCKET} \
--remote=db:Open_vSwitch,Open_vSwitch,manager_options \
{{- if .Values.conf.openvswitch_db_server.ptcp_port }}
--remote=ptcp:{{ .Values.conf.openvswitch_db_server.ptcp_port }} \
{{- end }}
--private-key=db:Open_vSwitch,SSL,private_key \
--certificate=db:Open_vSwitch,SSL,certificate \
--bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert

View File

@ -148,3 +148,7 @@ manifests:
daemonset_ovs_vswitchd: true
job_image_repo_sync: true
network_policy: false
conf:
openvswitch_db_server:
ptcp_port: null