Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-17 Thread Sukhdev Kapur
Hi Martinx,

L2GW is designed to bridge neutron networks with non-neutron networks to
form a L2 broadcast domain - not two neutron networks.

regards..

-Sukhdev


On Mon, May 16, 2016 at 8:58 PM, Martinx - ジェームズ 
wrote:

>
>
> On 11 May 2016 at 16:05, Sukhdev Kapur  wrote:
>
>>
>> Folks,
>>
>> I am happy to announce that Mitaka release for L2 Gateway is released and
>> now available at https://pypi.python.org/pypi/networking-l2gw.
>>
>> You can install it by using "pip install networking-l2gw"
>>
>> This release has several enhancements and fixes for issues discovered in
>> liberty release.
>>
>> Thanks
>> Sukhdev Kapur
>>
>>
> Sounds very interesting!
>
> Currently, I have a DPDK App that is a L2 Bridge, however, when I bridge
> two Neutron Networks together (under the same L2 broadcast domain),
> OpenStack itself is "not aware" of this!
>
> Basically, OpenStack doesn't "knows" that a "regular Instance" is a L2
> Bridge, which make things very weird for NFV applications like mine.
>
> So, my question is: can this "L2 Gateway" help my setup? I mean, can I use
> "L2 Gateway" to tell: "Hey, OpenStack, those two Networks X & Y are in
> fact, just one. Is this possible?
>
> Cheers!
> Thiago
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-16 Thread Martinx - ジェームズ
On 11 May 2016 at 16:05, Sukhdev Kapur  wrote:

>
> Folks,
>
> I am happy to announce that Mitaka release for L2 Gateway is released and
> now available at https://pypi.python.org/pypi/networking-l2gw.
>
> You can install it by using "pip install networking-l2gw"
>
> This release has several enhancements and fixes for issues discovered in
> liberty release.
>
> Thanks
> Sukhdev Kapur
>
>
Sounds very interesting!

Currently, I have a DPDK App that is a L2 Bridge, however, when I bridge
two Neutron Networks together (under the same L2 broadcast domain),
OpenStack itself is "not aware" of this!

Basically, OpenStack doesn't "knows" that a "regular Instance" is a L2
Bridge, which make things very weird for NFV applications like mine.

So, my question is: can this "L2 Gateway" help my setup? I mean, can I use
"L2 Gateway" to tell: "Hey, OpenStack, those two Networks X & Y are in
fact, just one. Is this possible?

Cheers!
Thiago
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-16 Thread Armando M.
On 16 May 2016 at 05:15, Ihar Hrachyshka  wrote:

>
> > On 11 May 2016, at 22:05, Sukhdev Kapur  wrote:
> >
> >
> > Folks,
> >
> > I am happy to announce that Mitaka release for L2 Gateway is released
> and now available at https://pypi.python.org/pypi/networking-l2gw.
> >
> > You can install it by using "pip install networking-l2gw"
> >
> > This release has several enhancements and fixes for issues discovered in
> liberty release.
>
> How do you release it? I think the way to release new deliverables as of
> Newton dev cycle is thru openstack/releases repository, as documented in
> https://review.openstack.org/#/c/308984/
>
> Have you pushed git tag manually?
>

I can only see the stable branch, tags can only be pushed by the
neutron-release team.

>
> Ihar
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-16 Thread Ihar Hrachyshka

> On 11 May 2016, at 22:05, Sukhdev Kapur  wrote:
> 
> 
> Folks, 
> 
> I am happy to announce that Mitaka release for L2 Gateway is released and now 
> available at https://pypi.python.org/pypi/networking-l2gw.
> 
> You can install it by using "pip install networking-l2gw"
> 
> This release has several enhancements and fixes for issues discovered in 
> liberty release. 

How do you release it? I think the way to release new deliverables as of Newton 
dev cycle is thru openstack/releases repository, as documented in 
https://review.openstack.org/#/c/308984/

Have you pushed git tag manually?

Ihar
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-11 Thread Matt Kassawara
Can you move this documentation to the networking guide where
operators/users can locate it more easily?

On Wed, May 11, 2016 at 3:26 PM, Sukhdev Kapur 
wrote:

> Hi Matt,
>
> If you look through the documentation, there are steps described to
> install L2GW outside of devstack.
>
> -Sukhdev
>
>
> On Wed, May 11, 2016 at 1:54 PM, Matt Kassawara 
> wrote:
>
>> Do you have any examples of how to implement L2GW outside of DevStack?
>> Operators do not deploy on DevStack.
>>
>> On Wed, May 11, 2016 at 2:47 PM, Sukhdev Kapur 
>> wrote:
>>
>>> Hi Matt,
>>>
>>>
>>> Here is the wiki - https://wiki.openstack.org/wiki/Neutron/L2-GW
>>>
>>> This should provide you all the information that you need.
>>>
>>> -Sukhdev
>>>
>>>
>>>
>>> On Wed, May 11, 2016 at 1:14 PM, Matt Kassawara 
>>> wrote:
>>>
 Can you point me to the documentation?

 On Wed, May 11, 2016 at 2:05 PM, Sukhdev Kapur 
 wrote:

>
> Folks,
>
> I am happy to announce that Mitaka release for L2 Gateway is released
> and now available at https://pypi.python.org/pypi/networking-l2gw.
>
> You can install it by using "pip install networking-l2gw"
>
> This release has several enhancements and fixes for issues discovered
> in liberty release.
>
> Thanks
> Sukhdev Kapur
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe:
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


 __
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe:
 openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-11 Thread Sukhdev Kapur
Hi Matt,

If you look through the documentation, there are steps described to install
L2GW outside of devstack.

-Sukhdev


On Wed, May 11, 2016 at 1:54 PM, Matt Kassawara 
wrote:

> Do you have any examples of how to implement L2GW outside of DevStack?
> Operators do not deploy on DevStack.
>
> On Wed, May 11, 2016 at 2:47 PM, Sukhdev Kapur 
> wrote:
>
>> Hi Matt,
>>
>>
>> Here is the wiki - https://wiki.openstack.org/wiki/Neutron/L2-GW
>>
>> This should provide you all the information that you need.
>>
>> -Sukhdev
>>
>>
>>
>> On Wed, May 11, 2016 at 1:14 PM, Matt Kassawara 
>> wrote:
>>
>>> Can you point me to the documentation?
>>>
>>> On Wed, May 11, 2016 at 2:05 PM, Sukhdev Kapur 
>>> wrote:
>>>

 Folks,

 I am happy to announce that Mitaka release for L2 Gateway is released
 and now available at https://pypi.python.org/pypi/networking-l2gw.

 You can install it by using "pip install networking-l2gw"

 This release has several enhancements and fixes for issues discovered
 in liberty release.

 Thanks
 Sukhdev Kapur



 __
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe:
 openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-11 Thread Matt Kassawara
Do you have any examples of how to implement L2GW outside of DevStack?
Operators do not deploy on DevStack.

On Wed, May 11, 2016 at 2:47 PM, Sukhdev Kapur 
wrote:

> Hi Matt,
>
>
> Here is the wiki - https://wiki.openstack.org/wiki/Neutron/L2-GW
>
> This should provide you all the information that you need.
>
> -Sukhdev
>
>
>
> On Wed, May 11, 2016 at 1:14 PM, Matt Kassawara 
> wrote:
>
>> Can you point me to the documentation?
>>
>> On Wed, May 11, 2016 at 2:05 PM, Sukhdev Kapur 
>> wrote:
>>
>>>
>>> Folks,
>>>
>>> I am happy to announce that Mitaka release for L2 Gateway is released
>>> and now available at https://pypi.python.org/pypi/networking-l2gw.
>>>
>>> You can install it by using "pip install networking-l2gw"
>>>
>>> This release has several enhancements and fixes for issues discovered in
>>> liberty release.
>>>
>>> Thanks
>>> Sukhdev Kapur
>>>
>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-11 Thread Sukhdev Kapur
Hi Matt,


Here is the wiki - https://wiki.openstack.org/wiki/Neutron/L2-GW

This should provide you all the information that you need.

-Sukhdev



On Wed, May 11, 2016 at 1:14 PM, Matt Kassawara 
wrote:

> Can you point me to the documentation?
>
> On Wed, May 11, 2016 at 2:05 PM, Sukhdev Kapur 
> wrote:
>
>>
>> Folks,
>>
>> I am happy to announce that Mitaka release for L2 Gateway is released and
>> now available at https://pypi.python.org/pypi/networking-l2gw.
>>
>> You can install it by using "pip install networking-l2gw"
>>
>> This release has several enhancements and fixes for issues discovered in
>> liberty release.
>>
>> Thanks
>> Sukhdev Kapur
>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][L2GW] Mitaka release of L2 Gateway now available

2016-05-11 Thread Matt Kassawara
Can you point me to the documentation?

On Wed, May 11, 2016 at 2:05 PM, Sukhdev Kapur 
wrote:

>
> Folks,
>
> I am happy to announce that Mitaka release for L2 Gateway is released and
> now available at https://pypi.python.org/pypi/networking-l2gw.
>
> You can install it by using "pip install networking-l2gw"
>
> This release has several enhancements and fixes for issues discovered in
> liberty release.
>
> Thanks
> Sukhdev Kapur
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev