Re: [ovs-dev] [PATCH 2/2] ovs-sandbox: Support starting multiple ovn-northds.

2018-04-04 Thread aginwala
Sure. sent: https://patchwork.ozlabs.org/patch/895237/ On Wed, Apr 4, 2018 at 6:00 PM, Ben Pfaff wrote: > Thanks! I applied this patch to master. > > I'll look forward to the bug fix patch. > > On Wed, Apr 04, 2018 at 05:45:50PM -0700, aginwala wrote: > > Ah n_northds=1 it got messed up whil

Re: [ovs-dev] [PATCH 2/2] ovs-sandbox: Support starting multiple ovn-northds.

2018-04-04 Thread Ben Pfaff
Thanks! I applied this patch to master. I'll look forward to the bug fix patch. On Wed, Apr 04, 2018 at 05:45:50PM -0700, aginwala wrote: > Ah n_northds=1 it got messed up while importing the patch ! :) Works Fine! > > > Sure will send separate patch to remove that from ovn-setup.sh > > >

Re: [ovs-dev] [PATCH 2/2] ovs-sandbox: Support starting multiple ovn-northds.

2018-04-04 Thread aginwala
Ah n_northds=1 it got messed up while importing the patch ! :) Works Fine! Sure will send separate patch to remove that from ovn-setup.sh On Wed, Apr 4, 2018 at 5:41 PM, Ben Pfaff wrote: > On Wed, Apr 04, 2018 at 05:32:42PM -0700, aginwala wrote: > > On Wed, Apr 4, 2018 at 3:56 PM, Ben Pfa

Re: [ovs-dev] [PATCH 2/2] ovs-sandbox: Support starting multiple ovn-northds.

2018-04-04 Thread Ben Pfaff
On Wed, Apr 04, 2018 at 05:32:42PM -0700, aginwala wrote: > On Wed, Apr 4, 2018 at 3:56 PM, Ben Pfaff wrote: > > > This allows testing ovn-northd behavior when it is run in an HA > > configuration. > > > > Signed-off-by: Ben Pfaff > > --- > > tutorial/ovs-sandbox | 17 ++--- > > 1 f

Re: [ovs-dev] [PATCH 2/2] ovs-sandbox: Support starting multiple ovn-northds.

2018-04-04 Thread aginwala
Thanks for the fix. On Wed, Apr 4, 2018 at 3:56 PM, Ben Pfaff wrote: > This allows testing ovn-northd behavior when it is run in an HA > configuration. > > Signed-off-by: Ben Pfaff > --- > tutorial/ovs-sandbox | 17 ++--- > 1 file changed, 14 insertions(+), 3 deletions(-) > > diff

[ovs-dev] [PATCH 2/2] ovs-sandbox: Support starting multiple ovn-northds.

2018-04-04 Thread Ben Pfaff
This allows testing ovn-northd behavior when it is run in an HA configuration. Signed-off-by: Ben Pfaff --- tutorial/ovs-sandbox | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index 730f32290f72..7a9c19539b83 100