Skip to content

Commit

Permalink
[DNM] Test scaleup with tls disabled only for raft port
Browse files Browse the repository at this point in the history
  • Loading branch information
karelyatin committed May 9, 2024
1 parent 34f7777 commit 8b9f281
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/ovndbcluster/bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,10 @@ set "$@" --db-${DB_TYPE}-port=${DB_PORT}
set "$@" --ovn-${DB_TYPE}-db-ssl-key={{.OVNDB_KEY_PATH}}
set "$@" --ovn-${DB_TYPE}-db-ssl-cert={{.OVNDB_CERT_PATH}}
set "$@" --ovn-${DB_TYPE}-db-ssl-ca-cert={{.OVNDB_CACERT_PATH}}
set "$@" --db-${DB_TYPE}-cluster-local-proto=ssl
set "$@" --db-${DB_TYPE}-cluster-remote-proto=ssl
set "$@" --db-${DB_TYPE}-create-insecure-remote=no
{{- else }}
{{- end }}
set "$@" --db-${DB_TYPE}-cluster-local-proto=tcp
set "$@" --db-${DB_TYPE}-cluster-remote-proto=tcp
{{- end }}

# log to console
set "$@" --ovn-${DB_TYPE}-log=-vconsole:{{ .OVN_LOG_LEVEL }}
Expand Down

0 comments on commit 8b9f281

Please sign in to comment.