Re: [openstack-dev] [Fuel] CLI api for working with granular deployment model

2015-02-07 Thread Dmitriy Shulyak
On Sat, Feb 7, 2015 at 9:42 AM, Andrew Woodward wrote: > Dmitry, >> thanks for sharing CLI options. I'd like to clarify a few things. >> >> > Also very important to understand that if task is mapped to role >> controller, but node where you want to apply that task doesn't have this >> role - it w

Re: [openstack-dev] [Fuel] CLI api for working with granular deployment model

2015-02-07 Thread Dmitriy Shulyak
> > Also very important to understand that if task is mapped to role > controller, but node where you want to apply that task doesn't have this > role - it wont be executed. > Is there a particular reason why we want to restrict a user to run an > arbitrary task on a server, even if server doesn't

Re: [openstack-dev] [Fuel] CLI api for working with granular deployment model

2015-02-06 Thread Andrew Woodward
On Fri, Feb 6, 2015 at 11:16 PM, Mike Scherbakov wrote: > Dmitry, > thanks for sharing CLI options. I'd like to clarify a few things. > > > Also very important to understand that if task is mapped to role > controller, but node where you want to apply that task doesn't have this > role - it wont

Re: [openstack-dev] [Fuel] CLI api for working with granular deployment model

2015-02-06 Thread Mike Scherbakov
Dmitry, thanks for sharing CLI options. I'd like to clarify a few things. > Also very important to understand that if task is mapped to role controller, but node where you want to apply that task doesn't have this role - it wont be executed. Is there a particular reason why we want to restrict a u

Re: [openstack-dev] [Fuel] CLI api for working with granular deployment model

2015-02-06 Thread Dmitriy Shulyak
> Thank you for the excellent run-down of the CLI commands. I assume this > will make its way into the developer documentation? I would like to know if > you could point me to more information about the inner workings of granular > deployment. Currently it's challenging to debug issues related to g

Re: [openstack-dev] [Fuel] CLI api for working with granular deployment model

2015-02-06 Thread Ryan Moe
Dmitriy, Thank you for the excellent run-down of the CLI commands. I assume this will make its way into the developer documentation? I would like to know if you could point me to more information about the inner workings of granular deployment. Currently it's challenging to debug issues related to

[openstack-dev] [Fuel] CLI api for working with granular deployment model

2015-02-06 Thread Dmitriy Shulyak
Hello folks, Not long ago we added necessary commands in fuel client to work with granular deployment configuration and API. So, you may know that configuration is stored in fuel-library, and uploaded into database during bootstrap of fuel master. If you want to change/add some tasks right on mas