summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-04-04 15:56:20 -0700
committerBen Pfaff <blp@ovn.org>2018-04-04 17:41:33 -0700
commitaf45c39daa872cc252d3abbc87114b5656cbfc27 (patch)
treefe1daaceeb84743aa11725932b1f1a7d65b81abd /tutorial
parent3456684ed04ea8f443e672a2e600fa5f1c42a9af (diff)
downloadopenvswitch-af45c39daa872cc252d3abbc87114b5656cbfc27.tar.gz
ovs-sandbox: Connect ovn-northd to all the SB and NB database instances.
For a clustered database instance, we want ovn-northd to connect to the entire cluster, not just the first server. Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: aginwala <aginwala@asu.edu>
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/ovs-sandbox3
1 files changed, 1 insertions, 2 deletions
diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index c3e9f1277..730f32290 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -510,8 +510,7 @@ if $ovn; then
fi
rungdb $gdb_ovn_northd $gdb_ovn_northd_ex ovn-northd --detach \
--no-chdir --pidfile -vconsole:off --log-file \
- --ovnsb-db=unix:"$sandbox"/sb1.ovsdb \
- --ovnnb-db=unix:"$sandbox"/nb1.ovsdb
+ --ovnsb-db="$OVN_SB_DB" --ovnnb-db="$OVN_NB_DB"
rungdb $gdb_ovn_controller $gdb_ovn_controller_ex ovn-controller \
$OVN_CTRLR_PKI --detach --no-chdir --pidfile -vconsole:off --log-file
rungdb $gdb_ovn_controller_vtep $gdb_ovn_controller_vtep_ex \