Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-27 Thread James Denton
te: >>> >>> These are few notes I had for Linux bridge config on neutron in initial >>> Havana release. Hope this helps! >>> Arindam >>> >>> From: BYEONG-GI KIM [mailto:kimbyeon...@gmail.com >>> <mailto:kimbyeon...@gmail.com>]

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-27 Thread BYEONG-GI KIM
ent.com> wrote: >> >> These are few notes I had for Linux bridge config on neutron in initial >> Havana release. Hope this helps! >> Arindam >> >> *From:* BYEONG-GI KIM [mailto:kimbyeon...@gmail.com >> ] >> *Sent:* Tuesday, May 26, 2015 12:09 AM >>

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread BYEONG-GI KIM
har...@alcatel-lucent.com> wrote: > > These are few notes I had for Linux bridge config on neutron in initial > Havana release. Hope this helps! > Arindam > > *From:* BYEONG-GI KIM [mailto:kimbyeon...@gmail.com > ] > *Sent:* Tuesday, May 26, 2015 12:09 AM > *To:* Mar

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread James Denton
gt; From: BYEONG-GI KIM [mailto:kimbyeon...@gmail.com >> <mailto:kimbyeon...@gmail.com>] >> Sent: Tuesday, May 26, 2015 12:09 AM >> To: Martinx - ジェームズ; openstack@lists.openstack.org >> <mailto:openstack@lists.openstack.org> >> Subject: Re: [Openst

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread Remo Mattei
to:kimbyeon...@gmail.com > <mailto:kimbyeon...@gmail.com>] > Sent: Tuesday, May 26, 2015 12:09 AM > To: Martinx - ジェームズ; openstack@lists.openstack.org > <mailto:openstack@lists.openstack.org> > Subject: Re: [Openstack] Documentation for Neutron L3 / VXLAN with > LinuxBridge... >

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread Bhattacharjee, Arindam (Arindam)
Neutron L3 / VXLAN with LinuxBridge... Hello. I'm looking for the way of LinuxBridge setup for openstack neutron networking instead of ML2 VLAN/VXLAN/GRE like your reason, and you seems successfully deployed the environment. Could you give me any advice for the deployment? I'm now

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-25 Thread BYEONG-GI KIM
Hello. I'm looking for the way of LinuxBridge setup for openstack neutron networking instead of ML2 VLAN/VXLAN/GRE like your reason, and you seems successfully deployed the environment. Could you give me any advice for the deployment? I'm now deploying openstack 3 nodes (actually, I attached ano

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-20 Thread Andreas Scheuring
Thiago, From an pure Openstack perspective there is no requirement to have vlans configured when using linuxbridge with vxlan. You can put the vxlan devices directly on your ethernet interface which will work perfectly. The docs describe an example environment where folks use vlans in their data

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-20 Thread Martinx - ジェームズ
Hi James! On 20 April 2015 at 18:16, James Denton wrote: > Hi Thiago, > > VXLAN requires an IP address on each host from which to build the overlay > mesh between hosts. Some choose to use a dedicated interface/IP/VLAN for > this, but its not required. > Sure, I'm aware of that. What is new fo

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-20 Thread James Denton
Hi Thiago, VXLAN requires an IP address on each host from which to build the overlay mesh between hosts. Some choose to use a dedicated interface/IP/VLAN for this, but its not required. As for ‘vconfig’ missing - It appears that the 'ip link’ command (iproute2) is being used instead to create

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-17 Thread Martinx - ジェームズ
Perfect! I followed the Juno documentation here: http://docs.openstack.org/juno/install-guide/install/apt/content/ch_preface.html But I have "VXLAN + LinuxBridges", instead of "GRE + OVS", pretty cool! I was doing it wrong (of course), I did not realized that VXLAN with LinuxBridges, required pl

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-17 Thread Martinx - ジェームズ
BTW, I just found this: https://github.com/madorn/vagrant-juno-linuxbridge-vxlan-vlan The problem is that it is for VirtualBox or VMWare, and I'm using exclusively KVM these days... :-/ But, I believe it will help me anyway... =P On 17 April 2015 at 22:01, Martinx - ジェームズ wrote: > Hey guy

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-17 Thread Martinx - ジェームズ
Hello Alberto! On 17 April 2015 at 22:37, Alberto Rivera Laporte < alberto.riveralapo...@rackspace.com> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/17/2015 08:16 PM, Martinx - ジェームズ wrote: > > > > > I'm reading now, the following Ansible files, to try to figure > > this ou

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-17 Thread Martinx - ジェームズ
On 17 April 2015 at 22:21, Anne Gentle wrote: > > > On Fri, Apr 17, 2015 at 8:01 PM, Martinx - ジェームズ < > thiagocmarti...@gmail.com> wrote: > >> Hey guys, >> >> Where can I find a complete documentation to make use of LinuxBridges, >> instead of OpenvSwitch, when using it with VXLAN? >> >> I fac

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-17 Thread Alberto Rivera Laporte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/17/2015 08:16 PM, Martinx - ジェームズ wrote: > > I'm reading now, the following Ansible files, to try to figure > this out: > > https://github.com/stackforge/os-ansible-deployment > > But, this isn't a documentation... :-P Thiago, Documentat

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-17 Thread Anne Gentle
On Fri, Apr 17, 2015 at 8:01 PM, Martinx - ジェームズ wrote: > Hey guys, > > Where can I find a complete documentation to make use of LinuxBridges, > instead of OpenvSwitch, when using it with VXLAN? > > I faced too many problems with OVS in the past (also these days) and now, > even Rackspace deplo

[Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-04-17 Thread Martinx - ジェームズ
Hey guys, Where can I find a complete documentation to make use of LinuxBridges, instead of OpenvSwitch, when using it with VXLAN? I faced too many problems with OVS in the past (also these days) and now, even Rackspace deploys their RPC v9 and v10 with LinuxBridges but, where are the documents