Re: [ovs-dev] [PATCH ovn 18/19] ovn-ctl: Support commands for interconnection.

2019-10-30 Thread Han Zhou
On Tue, Oct 29, 2019 at 5:50 PM aginwala wrote: > > > usr/share/ovn/scripts/ovn-ctl --ovn-ic-isb-db=10.x.x.x --db-isb-create-insecure-remote=yes --db-inb-create-insecure-remote=yes --ovn-ic-inb-db=10.x.x start_ic is still setting null values for inb/sb: > --ovninb-db= --ovnisb-db= Thanks for rep

Re: [ovs-dev] [PATCH ovn 18/19] ovn-ctl: Support commands for interconnection.

2019-10-29 Thread aginwala
Thanks Han for the patches. OVN-ctl doesn't seem to accept inb/sb args. On Sun, Oct 20, 2019 at 5:55 PM Han Zhou wrote: > Add support for managing IC-NB and IC-SB DBs, and ovn-ic daemon. > > Signed-off-by: Han Zhou > --- > utilities/ovn-ctl | 362 > +++

[ovs-dev] [PATCH ovn 18/19] ovn-ctl: Support commands for interconnection.

2019-10-20 Thread Han Zhou
Add support for managing IC-NB and IC-SB DBs, and ovn-ic daemon. Signed-off-by: Han Zhou --- utilities/ovn-ctl | 362 +++- utilities/ovn-ctl.8.xml | 91 2 files changed, 452 insertions(+), 1 deletion(-) diff --git a/utilities/ovn-c