[openstack-dev] [kolla][kolla-k8s] Installation in ubuntu 14.04

2017-08-07 Thread ESWAR RAO
for ubuntu 14.04. Its not mentioned in release notes. Also how to determine upfront which openstack version does it support. Thanks Eswar Rao __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack

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

2016-01-08 Thread ESWAR RAO
from others, 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

Re: [openstack-dev] [Openstack] [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 <harlo...@fastmail.com> wrote: > ESWAR RAO wrote: > >> Hi Joshua, >> >> Thanks for the response. >> >> As you mentioned, I went through below which has ta

[openstack-dev] [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

[openstack-dev] [heat] scaling in a tenant

2015-12-08 Thread ESWAR RAO
Hi All, Please help me in understanding below scenario ??? I am doing manual scaling based on inputs from monitoring framework instead of ceilometer alarms. I launched my heat stack in a tenant using python-api bindings: >>> tenant_id = 'Tenant-A' >>> heat_url =

[openstack-dev] [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

[openstack-dev] [heat] perfomance benchmark metrics of heat-api

2015-10-05 Thread ESWAR RAO
Hi all, Has anyone done any performance tests on heat-api servers on any standard setup so as to know how many stack requests it can handle before it can stumble so that we can deploy scaling of heat-servers ?? Thanks Eswar

Re: [openstack-dev] Reg. glance image in different domain

2015-08-25 Thread ESWAR RAO
. On Mon, Aug 24, 2015 at 5:10 PM, ESWAR RAO eswar7...@gmail.com 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 tenant-id as a member to existing

[openstack-dev] 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 __ OpenStack

[openstack-dev] taskflow usage

2015-05-27 Thread ESWAR RAO
() methods and a flow is structure that links these tasks. Is it that a job is broken into tasks?? Can a job be broken into set of tasks??? Thanks Eswar Rao __ OpenStack Development Mailing List (not for usage questions) Unsubscribe