Re: [ovs-dev] [ovn-controller-vtep V5 03/12] ovn-sbctl: Add ovn-sbctl.

2015-08-08 Thread Alex Wang
Thanks~, pushed first 5 patches to master.~ On Sat, Aug 8, 2015 at 7:09 AM, Russell Bryant wrote: > > > - Original Message - > > On Fri, Aug 7, 2015 at 11:13 AM, Russell Bryant > wrote: > > > > > > +\n\ > > > > +SouthBound DB commands:\n\ > > > > + showprint

Re: [ovs-dev] [ovn-controller-vtep V5 03/12] ovn-sbctl: Add ovn-sbctl.

2015-08-08 Thread Russell Bryant
- Original Message - > On Fri, Aug 7, 2015 at 11:13 AM, Russell Bryant wrote: > > > > +\n\ > > > +SouthBound DB commands:\n\ > > > + showprint overview of database contents\n\ > > > +\n\ > > > +Chassis commands:\n\ > > > + chassis-add CHASSIS create a n

Re: [ovs-dev] [ovn-controller-vtep V5 03/12] ovn-sbctl: Add ovn-sbctl.

2015-08-07 Thread Alex Wang
On Fri, Aug 7, 2015 at 11:13 AM, Russell Bryant wrote: > > +\n\ > > +SouthBound DB commands:\n\ > > + showprint overview of database contents\n\ > > +\n\ > > +Chassis commands:\n\ > > + chassis-add CHASSIS create a new chassis named CHASSIS\n\ > > encap-type and

Re: [ovs-dev] [ovn-controller-vtep V5 03/12] ovn-sbctl: Add ovn-sbctl.

2015-08-07 Thread Russell Bryant
On 08/07/2015 03:46 AM, Alex Wang wrote: > This commit adds ovn-sbctl to ovn family by using the db-ctl-base > library. > > Signed-off-by: Alex Wang > Acked-by: Ben Pfaff I verified that the tests pass and also played around with it manually. Everything worked as expected. I only found one mi

[ovs-dev] [ovn-controller-vtep V5 03/12] ovn-sbctl: Add ovn-sbctl.

2015-08-07 Thread Alex Wang
This commit adds ovn-sbctl to ovn family by using the db-ctl-base library. Signed-off-by: Alex Wang Acked-by: Ben Pfaff --- V4->V5: - rebase on top of master. - change ovn-sbctl command format to target-action (e.g., chassis-add). V3->V4: - mention ovn-sbctl should never be used in normal oper