Re: [Openstack] [Nova/Neutron] Container networking

2017-04-22 Thread Mike Smith
Eswar You may want to check out the Magnum project. It is one way to do containers within VMs in the Openstack ecosystem On Apr 22, 2017, at 2:03 PM, ESWAR RAO mailto:eswar7...@gmail.com>> wrote: Hi All, Please let me know if nova supports spawning of containers inside VM ?? Thanks Eswar O

[Openstack] [Nova/Neutron] Container networking

2017-04-22 Thread ESWAR RAO
Hi All, Please let me know if nova supports spawning of containers inside VM ?? Thanks Eswar On 21-Apr-2017 11:48 am, "ESWAR RAO" wrote: Hi All, Can someone please help me with some useful links/pointers for better understanding of below : (1) Container networking on Compute nodes with Opens

Re: [Openstack] EC2-API Available Floating IPs

2017-04-22 Thread Alexandre Levine
I can't check it right now but I think you just call describe_address, get whole list of addresses and check which ones do not have association_id field - those will be available ones. Basically if a Floating IP is attached to a network interface it's getting an association ID. So you'll see it

Re: [Openstack] EC2-API Available Floating IPs

2017-04-22 Thread Georgios Dimitrakakis
Hello Alex, thanks for letting me know. What you are saying is consistent with my finding. What do you mean by client-side? Is there a way to assign one of the unassigned floating IPs via EC2-API to an instance launched using the EC2-API or should I keep an index of what is assigned and what

Re: [Openstack] EC2-API Available Floating IPs

2017-04-22 Thread Alexandre Levine
Hi Georgios, Unfortunately current EC2-API describe command doesn't allow filtering which can suite your needs. We plan to implement this feature in the future. At the moment you can get the whole list and pick the unassigned ones client-side. Best regards, Alex Levine On 4/20/17 11:48