Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
accio Reply-To: OpenStack List Date: Friday, June 28, 2013 2:50 PM To: OpenStack List Subject: Re: [openstack-dev] [Networking] Allocation of IPs I guess the other question is: is this the right approach? I think your use case may be beneficial to other plugins, so in my view having a p

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Armando Migliaccio
t; Thanks, > > Edgar > > From: Aaron Rosen > Reply-To: OpenStack List > Date: Friday, June 28, 2013 2:19 PM > > To: OpenStack List > Subject: Re: [openstack-dev] [Networking] Allocation of IPs > > Gotcha, The part that was confusing was: > > >Could it be p

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
Got it!!! I knew it could be possible.. Thanks, Edgar From: Aaron Rosen Reply-To: OpenStack List Date: Friday, June 28, 2013 2:19 PM To: OpenStack List Subject: Re: [openstack-dev] [Networking] Allocation of IPs Gotcha, The part that was confusing was: >Could it be possible to ad

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Aaron Rosen
service. > > I am sure that is me the one missing something!!! :-) > > Thanks, > > Edgar > > From: Aaron Rosen > Reply-To: OpenStack List > Date: Friday, June 28, 2013 12:07 PM > > To: OpenStack List > Subject: Re: [openstack-dev] [Networking] Allocatio

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
oys a new DHCP service. I am sure that is me the one missing something!!! :-) Thanks, Edgar From: Aaron Rosen Reply-To: OpenStack List Date: Friday, June 28, 2013 12:07 PM To: OpenStack List Subject: Re: [openstack-dev] [Networking] Allocation of IPs Hi Edgar, I'm still not fol

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Aaron Rosen
t > Date: Thursday, June 27, 2013 8:59 AM > > To: OpenStack List > Subject: Re: [openstack-dev] [Networking] Allocation of IPs > > Hi Edgar, > > In this case if you don't associate a subnet with a network you should > achieve that. Why doesn't that work? > > T

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
Thanks Mark! Edgar From: Mark McClain Reply-To: OpenStack List Date: Monday, June 24, 2013 7:04 AM To: OpenStack List Subject: Re: [openstack-dev] [Networking] Allocation of IPs Here's the blueprintŠ https://blueprints.launchpad.net/quantum/+spec/configurable-ip-allocation On J

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
Date: Thursday, June 27, 2013 8:59 AM To: OpenStack List Subject: Re: [openstack-dev] [Networking] Allocation of IPs Hi Edgar, In this case if you don't associate a subnet with a network you should achieve that. Why doesn't that work? Thanks, Aaron On Thu, Jun 20, 2013

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-27 Thread Aaron Rosen
t;no allocation" flag is enabled, all ports will have an empty value > for IPs. > It will increase the config parameters in quantum, should we try it? > > Edgar > > From: Mark McClain > Reply-To: OpenStack List > Date: Thursday, June 20, 2013 1:13 PM > To: OpenS

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-24 Thread Mark McClain
> From: Mark McClain > Reply-To: OpenStack List > Date: Friday, June 21, 2013 12:41 PM > To: OpenStack List > Subject: Re: [openstack-dev] [Networking] Allocation of IPs > > There will be a deployment option where you can configure the default IP > allocator. Ad

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-21 Thread Edgar Magana
Mark, Can you point me to the BP for this feature? I want to keep an eye on it. Thanks, Edgar From: Mark McClain Reply-To: OpenStack List Date: Friday, June 21, 2013 12:41 PM To: OpenStack List Subject: Re: [openstack-dev] [Networking] Allocation of IPs There will be a deployment

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-21 Thread Mark McClain
3 PM > To: OpenStack List > Subject: Re: [openstack-dev] [Networking] Allocation of IPs > > There's work under way to make IP allocation pluggable. One of the options > will include not having an allocator for a subnet. > > mark > > On Jun 20, 2013, at 2:36 PM, Edga

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-20 Thread Edgar Magana
Thursday, June 20, 2013 1:13 PM To: OpenStack List Subject: Re: [openstack-dev] [Networking] Allocation of IPs There's work under way to make IP allocation pluggable. One of the options will include not having an allocator for a subnet. mark On Jun 20, 2013, at 2:36 PM, Edga

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-20 Thread Mark McClain
There's work under way to make IP allocation pluggable. One of the options will include not having an allocator for a subnet. mark On Jun 20, 2013, at 2:36 PM, Edgar Magana wrote: > Developers, > > So far in Networking (formerly Quantum) IPs are pre-allocated when a new port > is created by

[openstack-dev] [Networking] Allocation of IPs

2013-06-20 Thread Edgar Magana
Developers, So far in Networking (formerly Quantum) IPs are pre-allocated when a new port is created by the following def: _allocate_ips_for_port(self, context, network, port): If we are using a real DHCP (not the dnsmasq process) that does not accept static IP allocation because it only allocate