Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-30 Thread Russell Bryant
On 03/30/2015 02:39 PM, Gurucharan Shetty wrote: > On Mon, Mar 30, 2015 at 11:31 AM, Gurucharan Shetty > wrote: Other than the one suggestion I sent in a separate email, Acked-by: Ben Pfaff >>> >>> FWIW, same here. I like it. Thanks! >>> >>> Acked-by: Russell Bryant >>> Tha

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-30 Thread Gurucharan Shetty
On Mon, Mar 30, 2015 at 11:31 AM, Gurucharan Shetty wrote: >>> Other than the one suggestion I sent in a separate email, >>> Acked-by: Ben Pfaff >> >> FWIW, same here. I like it. Thanks! >> >> Acked-by: Russell Bryant >> >>> Thank you so much for being proactive about figuring out how cont

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-30 Thread Gurucharan Shetty
>> Other than the one suggestion I sent in a separate email, >> Acked-by: Ben Pfaff > > FWIW, same here. I like it. Thanks! > > Acked-by: Russell Bryant > >> Thank you so much for being proactive about figuring out how containers >> fit into the system! It ought to save us a lot of trouble

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-30 Thread Russell Bryant
On 03/30/2015 01:45 PM, Ben Pfaff wrote: > On Thu, Mar 19, 2015 at 07:31:06AM -0700, Gurucharan Shetty wrote: >> The design was come up after inputs and discussions with multiple >> people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, >> Ganesan Chandrashekhar, Justin Pettit, Russell B

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-30 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 07:31:06AM -0700, Gurucharan Shetty wrote: > The design was come up after inputs and discussions with multiple > people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, > Ganesan Chandrashekhar, Justin Pettit, Russell Bryant and Somik Behera. > > Signed-off-by: Gu

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-24 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 07:31:06AM -0700, Gurucharan Shetty wrote: > The design was come up after inputs and discussions with multiple > people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, > Ganesan Chandrashekhar, Justin Pettit, Russell Bryant and Somik Behera. > > Signed-off-by: Gu

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-20 Thread Russell Bryant
- Original Message - > > > > * The Neutron API call here to create a logical port for the container > > could add a relatively significant amount of time to container creation. > > However, an optimization is possible here. Logical ports could be > > created in advance and reused by the

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-20 Thread Gurucharan Shetty
> > * The Neutron API call here to create a logical port for the container > could add a relatively significant amount of time to container creation. > However, an optimization is possible here. Logical ports could be > created in advance and reused by the container system doing container > orche

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-20 Thread Gurucharan Shetty
> > It's expected that containers will be created and destroyed at a much > faster rate than typically experienced with just VMs. With that in > mind, seeing Neutron REST API calls in this flow may make people worry > about the increased setup time. It seems to me that logical ports could > optio

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-20 Thread Russell Bryant
On 03/19/2015 10:31 AM, Gurucharan Shetty wrote: > The design was come up after inputs and discussions with multiple > people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, > Ganesan Chandrashekhar, Justin Pettit, Russell Bryant and Somik Behera. > > Signed-off-by: Gurucharan Shetty >

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-19 Thread Gurucharan Shetty
> It might be worth giving the back-story on rationale for change #2. Here is the backstory: Before the introduction to Container (spawned inside VMs) networking in OVN, OVN's architecture was designed with VMs in mind. In this case, ovn-controller could create a record in Bindings table as soon as

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-19 Thread Ben Pfaff
On Thu, Mar 19, 2015 at 10:07:40AM -0700, Gurucharan Shetty wrote: > > > > Could you summarize the difference from v2? I don't recall any real > > discussion about v2 on the list other than our brief exchange about the > > 4096 CIFs limitation. > Sorry about that. There are only 2 differences betw

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-19 Thread Gurucharan Shetty
> > Could you summarize the difference from v2? I don't recall any real > discussion about v2 on the list other than our brief exchange about the > 4096 CIFs limitation. Sorry about that. There are only 2 differences between the [RFC v2] and this more official patch. 1. Expanded introduction to CI

Re: [ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-19 Thread Russell Bryant
On 03/19/2015 10:31 AM, Gurucharan Shetty wrote: > The design was come up after inputs and discussions with multiple > people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, > Ganesan Chandrashekhar, Justin Pettit, Russell Bryant and Somik Behera. > > Signed-off-by: Gurucharan Shetty >

[ovs-dev] [PATCH] ovn: Design and Schema changes for Container integration.

2015-03-19 Thread Gurucharan Shetty
The design was come up after inputs and discussions with multiple people, including (in alphabetical order) Aaron Rosen, Ben Pfaff, Ganesan Chandrashekhar, Justin Pettit, Russell Bryant and Somik Behera. Signed-off-by: Gurucharan Shetty --- ovn/CONTAINERS.OpenStack.md | 114