Re: [ovs-dev] [ovn v2] ovn: Introduce ovn-controller.

2015-04-12 Thread Justin Pettit
> On Apr 11, 2015, at 4:58 PM, Russell Bryant wrote: > > On 04/11/2015 02:59 AM, Justin Pettit wrote: >> >> >> There's a trade-off here between creating too many transactions and >> too few. I was leaning towards more transactions, since they can be >> annotated through comments which can aid

Re: [ovs-dev] [ovn v2] ovn: Introduce ovn-controller.

2015-04-11 Thread Russell Bryant
On 04/11/2015 02:59 AM, Justin Pettit wrote: > >> On Apr 10, 2015, at 6:59 AM, Russell Bryant wrote: >> >> On 04/09/2015 03:53 AM, Justin Pettit wrote: >>> +EXTRA_DIST += ovn/controller/ovn-controller.8.xml >> >> I like the use of the controller subdir. I guess we should create >> similar dirs f

Re: [ovs-dev] [ovn v2] ovn: Introduce ovn-controller.

2015-04-11 Thread Justin Pettit
> On Apr 10, 2015, at 6:59 AM, Russell Bryant wrote: > > On 04/09/2015 03:53 AM, Justin Pettit wrote: >> Add new ovn-controller daemon that runs locally on transport nodes. >> This initial version registers itself in the Chassis table and registers >> logical ports to the appropriate rows in the

[ovs-dev] [ovn v2] ovn: Introduce ovn-controller.

2015-04-09 Thread Justin Pettit
Add new ovn-controller daemon that runs locally on transport nodes. This initial version registers itself in the Chassis table and registers logical ports to the appropriate rows in the Bindings table. Signed-off-by: Justin Pettit --- v1->v2: Feedback from Ben. --- Makefile.am