Re: [Openstack] [openstack-dev][neutron]

2017-03-10 Thread Abdulhalim Dandoush
Dear all, The issue is that we want to create a virtual link between two VMs on the same physical machine (regardless of their interfaces and network already created by neutron that inter-connect them through br-int or ovs). Let us consider the most simple scenario: same physical machine, same pro

Re: [Openstack] [openstack-dev][neutron]

2017-02-21 Thread Andreas Scheuring
Hi Roua, AFAIK this is not possible with OpenStack. Neutron only has the concept of attaching ports to a network. A concept where you do not attach a port to a network - but create a direct link between instances does not exist yet (except that you can create dedicated a network for each direct li

Re: [Openstack] [openstack-dev][neutron]

2017-02-21 Thread 김기석 [Kiseok Kim]
Hello Roua Touihri, I think you should consider neutron service plugin. with neutron service plugin, you could crdate your own network service what you want. you could insert your codes into service plugin interacting with event(create, delete, update) and resource(port, sunnet, network..) Tha

Re: [Openstack] [openstack-dev][neutron] Neutron firewall

2017-02-01 Thread Vikash Kumar
We have deployed VYOS Firewall in deployment with the current scope of APIs somewhat like Van mentioned in his mail. But my experience says the current FWaaS API still need work for most of cloud deployment. On Wed, Feb 1, 2017 at 3:36 PM, Jose Manuel Ferrer Mosteiro < jmferrer.paradigmatecnolog.

Re: [Openstack] [openstack-dev][neutron] Neutron firewall

2017-02-01 Thread Jose Manuel Ferrer Mosteiro
Hi Firewall policies can be implemented with security groups. You can create as many isolated networks and routers as you want so an instance can be isolated in its own network ... but I prefer using security groups and creating a network for service (kubernetes: master network, minion proje

Re: [Openstack] [openstack-dev][neutron] Neutron firewall

2017-01-31 Thread Morales, Victor
Hey Cesar, First of all, I haven’t use Vyattas at all, but I noticed that there is neutron driver for that[1]. If you want to keep the current Vyattas deployment it’s fine, more likely you’ll need to install a neutron agent there. I’m not sure if you also need to populate the Neutron Database

Re: [Openstack] [openstack-dev][neutron] Neutron firewall

2017-01-31 Thread Van Leeuwen, Robert
> We currently have a cloud infrastructure meeting our own requirements. > Let's focus on some Networking features (firewall, instances isolation, > spoofing control). We are thinking about moving to OpenStack and when we > focus on these Networking features, Neutron comes into play > We are curr

Re: [Openstack] [openstack-dev] Neutron: Internet not available in VM instances

2016-10-06 Thread Remo Mattei
what’s your l3agent.ini says about external? > On Oct 6, 2016, at 06:16, kamalakannan sanjeevan > wrote: > > Hello, > > I am not able to connect to internet in teh spawned VM's. > > > Ethernet card details: > Eth1 bridged through OVS(mybridge) - 172.27.10.76 > Eth3

Re: [Openstack] [openstack-dev] [neutron] Social at the summit

2016-04-25 Thread Paul Michali
+1 On Mon, Apr 25, 2016, 5:32 PM Armando M. wrote: > On 25 April 2016 at 10:01, Ihar Hrachyshka wrote: > >> WAT??? >> >> It was never supposed to be core only. Everyone is welcome! >> > > In fact this should be cross-posted the other openstack ML too. > > >> Sent from my iPhone >> >> > On 25 Ap

Re: [Openstack] [openstack-dev] [neutron] Social at the summit

2016-04-25 Thread Armando M.
On 25 April 2016 at 10:01, Ihar Hrachyshka wrote: > WAT??? > > It was never supposed to be core only. Everyone is welcome! > In fact this should be cross-posted the other openstack ML too. > Sent from my iPhone > > > On 25 Apr 2016, at 11:56, Edgar Magana wrote: > > > > Would you extend it to

Re: [Openstack] [openstack-dev] [Neutron] [Docs] Definition of a provider Network

2016-01-19 Thread Akihiro Motoki
I agree that the current definition can be improved. "Provider Network" vs "Self service network" highlights who can provision a network. In my understanding, "Provider Network" is a network provisioned by the cloud operator. Practically the operator cannot provision a network for a tenant, so a

Re: [Openstack] [openstack-dev] [Neutron] [Docs] Definition of a provider Network

2016-01-19 Thread John Belamaric
Yes, I think of it as: A provider network in OpenStack is simply a record specifying the necessary details of the underlying infrastructure so that OpenStack can utilize it. The actual networking services (layer 2 and 3 forwarding, for example) are provided by the infrastructure and configured

Re: [Openstack] [openstack-dev] [Neutron] - Neutron social Monday night

2015-05-18 Thread Edgar Magana
I'm walking away :-) let Mirantis pay! Lol Sent from my iPhone On May 18, 2015, at 8:26 PM, Kevin Benton mailto:blak...@gmail.com>> wrote: Don't forget to pay your tab. This event isn't sponsored! :) Cheers, Kevin Benton On May 17, 2015 1:19 PM, "Kevin Benton" mailto:blak...@gmail.com>> wro

Re: [Openstack] [openstack-dev] [neutron][sriov] PciDeviceRequestFailed error

2014-12-11 Thread Akilesh K
Hey guys sorry for the delayed reply. The problem was with the whitelist. I had whitelisted the id of the physical function instead of the virtual function. On Mon, Dec 8, 2014 at 9:33 AM, shihanzhang wrote: > I think the problem is in nova, can you show your > "pci_passthrough_whitelist" in no

Re: [Openstack] [openstack-dev] [Neutron] Core/Vendor code decomposition

2014-12-07 Thread Gary Kotton
Hi Kyle, I am not missing the point. I understand the proposal. I just think that it has some shortcomings (unless I misunderstand, which will certainly not be the first time and most definitely not the last). The thinning out is to have a shim in place. I understand this and this will be the en

Re: [Openstack] [openstack-dev] [Neutron] Core/Vendor code decomposition

2014-12-07 Thread Gary Kotton
Hi, I have raised my concerns on the proposal. I think that all plugins should be treated on an equal footing. My main concern is having the ML2 plugin in tree whilst the others will be moved out of tree will be problematic. I think that the model will be complete if the ML2 was also out of tree

Re: [Openstack] [openstack-dev] [neutron][sriov] PciDeviceRequestFailed error

2014-12-04 Thread Itzik Brown
Hi, I think it's better to ask this question at ask.openstack.org or the openstack mailing list. BR, Itzik On 12/04/2014 12:26 PM, Akilesh K wrote: Hi, I am using neutron-plugin-sriov-agent. I have configured pci_whitelist in nova.conf I have configured ml2_conf_sriov.ini. But when I laun

Re: [Openstack] [openstack-dev] [neutron] social event

2014-11-06 Thread xico loco
I WANNA GO 2014-11-06 19:52 GMT-02:00 Armando M. : > Thanks for everyone who turned up! > > It was nice seeing you there, it was last minute planning...but we manage > to squeeze in okay! > > Cheers, > Armando > > On 6 November 2014 17:16, Oleg Bondarev wrote: > >> Please count me in. >> >>

Re: [Openstack] [openstack-dev] [neutron] social event

2014-11-06 Thread Armando M.
Thanks for everyone who turned up! It was nice seeing you there, it was last minute planning...but we manage to squeeze in okay! Cheers, Armando On 6 November 2014 17:16, Oleg Bondarev wrote: > Please count me in. > > Thanks, > Oleg > > ___ > OpenSta

Re: [Openstack] [openstack-dev] [Neutron][Subnet] Unable to update external network subnet's gateway-ip

2014-05-07 Thread Vishal2 Agarwal
Hi All, Putting it in the right forum. Please help. Regards, Vishal From: Vishal2 Agarwal Sent: Wednesday, May 07, 2014 12:28 PM To: 'openstack-...@lists.openstack.org' Subject: [openstack-dev] [Neutron][Subnet] Unable to update external network subnet's gateway-ip Hi All, I am trying below s

Re: [Openstack] [openstack-dev] [Neutron] auto configration of local_ip

2014-01-16 Thread Jay Pipes
On Thu, 2014-01-16 at 17:41 +0900, NOTSU Arata wrote: > Hello, > > I'm trying to add a new configuration option for Neutron OVS agent. Although > I've submitted a patch and it is being reviewed [1], I'm posting to this > mailing list seeking opinion from a wider range. > > At present, when you

Re: [Openstack] [openstack-dev] [Neutron] auto configration of local_ip

2014-01-16 Thread Martinx - ジェームズ
Guys, Let me ask something about this... Apparently, VXLAN can be easier to implement/maintain when using it with IPv6 (read about it here: www.nephos6.com/pdf/OpenStack-on-IPv6.pdf), so, I'm wondering if local_ip can be an IPv6 address (for IceHouse-3 / Ubuntu 14.04) and, of course, if it is bet

Re: [Openstack] [openstack-dev] [Neutron] auto configration of local_ip

2014-01-16 Thread Robert Collins
On 16 January 2014 21:41, NOTSU Arata wrote: > Hello, > > I'm trying to add a new configuration option for Neutron OVS agent. Although > I've submitted a patch and it is being reviewed [1], I'm posting to this > mailing list seeking opinion from a wider range. > > At present, when you deploy an

Re: [Openstack] [openstack-dev] [Neutron] Server restart failes when configured with ML2 (BugID: 1210236) - SOLVED

2013-11-17 Thread Trinath Somanchi
.. -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 -Original Message- From: Robert Kukura [mailto:rkuk...@redhat.com] Sent: Saturday, November 16, 2013 4:11 AM To: openstack@lists.openstack.org Subject: Re: [Openstack] [openstack-dev] [Neutron] Server restart failes when

Re: [Openstack] [openstack-dev] [Neutron] Server restart failes when configured with ML2 (BugID: 1210236)

2013-11-15 Thread Robert Kukura
| >> | provider:network_type | local| >> | provider:physical_network | | >> | provider:segmentation_id | | >> | shared | False

Re: [Openstack] [openstack-dev] [Neutron] Server restart failes when configured with ML2 (BugID: 1210236)

2013-11-15 Thread Kyle Mestery (kmestery)
| | > | tenant_id | 18088213420b45109da582f677ed8367 | > +---+--+ > > I have a Doubt here, Why is that the provider:network_type is “local” when > the tenant_network_type is

Re: [Openstack] [openstack-dev] Neutron support for passthrough of networking devices?

2013-10-11 Thread Prashant Upadhyaya
> But if there are two > physical NIC's which were diced up with SRIOV, then VM's on the diced > parts of the first physical NIC cannot communicate easily with the > VM's on the diced parts of the second physical NIC. So a native > implementation has to be there on the Compute Node which will aid

Re: [Openstack] [openstack-dev] Neutron support for passthrough of networking devices?

2013-10-10 Thread Chris Friesen
On 10/10/2013 01:19 AM, Prashant Upadhyaya wrote: Hi Chris, I note two of your comments -- When we worked on H release, we target for basic PCI support like accelerator card or encryption card etc. PU> So I note that you are already solving the PCI pass through usecase somehow ? How ? If y

Re: [Openstack] [openstack-dev] Neutron support for passthrough of networking devices?

2013-10-10 Thread Prashant Upadhyaya
Hi Chris, I note two of your comments -- > > When we worked on H release, we target for basic PCI support like > > accelerator card or encryption card etc. PU> So I note that you are already solving the PCI pass through usecase somehow ? How ? If you have solved this already in terms of archite

Re: [Openstack] [openstack-dev] [Neutron] Resource URL support for more than two levels

2013-08-28 Thread balaji patnala
Hi, When compared to Nova URL implementations, It is observed that the Neutron URL support cannot be used for more than TWO levels. Applications which want to add as PLUG-IN may be restricted with this. We want to add support for changes required for supporting more than TWO Levels of URL by add