[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

[Openstack] Container networking

2017-04-20 Thread ESWAR RAO
Hi All, Can someone please help me with some useful links/pointers for better understanding of below : (1) Container networking on Compute nodes with Openstack. (2) Containers networking in a Virtual machine with Openstack. Thanks Eswar Rao

[Openstack] [Tooz] Help in understanding DLM

2016-08-12 Thread ESWAR RAO
Heat or nova ?? Thanks Eswar Rao ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] [Heat] Heat-stack deletion and re-creation

2016-07-18 Thread ESWAR RAO
s/>TEST-4ed70f4e-c4fd-49db-a6cd-30133a1daa17/e97f118a-7e1a-46be-a680-10fa98c65abf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "updated_time": null, "id": "e97f118

[Openstack] [Heat] Heat-stack deletion and status

2016-07-15 Thread ESWAR RAO
Hi All, After deleting the heat-stack , I am polling until the stack is DELETED. I am following below way of polling until stack-get fails with HTTPNotFound Exception. Is there any other better way of checking whether stack is DELETED instead of catching exception. >>> from heatclient.client i

[Openstack] [nova] [keystone] admin user to launch VM's for specific tenant

2016-02-03 Thread ESWAR RAO
:5000/v2.0/' boot --image x --flavor 4 vm-1-1 RESP BODY: {"error": {"message": "User 5036f050bbc04b7a92f5a960ce7c6081 is unauthorized for tenant 9382dc55016d43d0b78dcd3cdd116d20", "code": 401, "title": "Unauthorized"}} DEB

[Openstack] [Heat] OS::Nova::Server resource and tenant_id

2016-02-03 Thread ESWAR RAO
Hi All, Please help me in understanding below scenario ??? OS::Neutron resources have tenant_id as parameter, so the default authorization settings in keystone will allow administrative users to create resources on behalf of a different project. I mean with an admin token the network can be crea

Re: [Openstack] [openstack-dev] [celery][taskflow] Reg. celery and task-flow

2016-01-08 Thread ESWAR RAO
Thanks Joshua for the clear explanation. On Sat, Jan 9, 2016 at 6:24 AM, Joshua Harlow wrote: > ESWAR RAO wrote: > >> Hi Joshua, >> >> Thanks for the response. >> >> As you mentioned, I went through below which has taskflow as celery >> front e

Re: [Openstack] [openstack-dev] [celery][taskflow] Reg. celery and task-flow

2016-01-08 Thread ESWAR RAO
that taskflow is a >> super-set of what celery is so taskflow likely can replace parts of >> celery (but not vice-versa). >> >> Feel free to jump on #openstack-state-management IRC channel if u want >> to chat in person more about why (it gets into details that m

[Openstack] [celery][taskflow] Reg. celery and task-flow

2016-01-08 Thread ESWAR RAO
Hi All, Please let me know whether celery is replacement for taskflow. As per my understanding, task-flow can break jobs into tasks and execute them. >From celery wiki, it also does almost similar behaviour. I guess in most of openstack components taskflow is widely used. Any places where its b

[Openstack] [keystone] Auth-token expiration time

2015-11-18 Thread ESWAR RAO
Hi All, I have an application which does some HEAT transactions of creating stack,polling for it and updating stack in a loop. In my setup, /etc/keystone/keystone.conf has below settings: expiration=3600 But my transaction loop takes more than 1 hr and AUTH token is expired in between and I am

Re: [Openstack] Reg. glance image in different domain

2015-08-25 Thread ESWAR RAO
. On Mon, Aug 24, 2015 at 5:10 PM, ESWAR RAO wrote: > Hi All, > > > I have created a different domain as below: > > domain-name: Heat-stack > tenant-name: heat-tenant > user-name: heat-user > > I have assigned "admin" role to the tenant. > I have added &

[Openstack] Reg. glance image in different domain

2015-08-24 Thread ESWAR RAO
-+ The stack is in CREATE_COMPLETE but instance is not launched in nova. I suspect this could be due to glance image problems. How can i see images with the user in different domain? Thanks Eswar Rao ___ Mailing list: http://lists.openstack

[Openstack] taskflow

2015-05-25 Thread ESWAR RAO
() methods and a flow is structure that links these tasks. Is it that a job is broken into tasks?? Thanks Eswar Rao ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http

[Openstack] Reg. REST APIs in Openstack

2015-04-22 Thread ESWAR RAO
Hi All, Can anyone please let me know on the total count of number of APIs provided by openstack including all the projects?? Thanks Eswar ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.open

[Openstack] Reg. nova compute and openstack controller interaction

2013-09-02 Thread ESWAR RAO
Hi All, I am new to open stack. Can some please point me to some links where I can get the information regarding: (1) communication b/w controller and nova compute on compute nodes?? (2) different states of VM as launched on compute node bu nova compute?? (3) any changes to VM states if communica