Re: [openstack-dev] [heat][mistral][deployment] how to add deployment roles

2017-07-06 Thread Dan Trainor
On Mon, Jul 3, 2017 at 7:08 AM, Alex Schultz wrote: > On Tue, Jun 27, 2017 at 2:19 PM, Dan Trainor wrote: > > Hi - > > > > I'm looking for the glue that populates the overcloud role list. > > > > I can get a list of roles via 'openstack overcloud role

Re: [openstack-dev] [heat][mistral][deployment] how to add deployment roles

2017-07-03 Thread Alex Schultz
On Tue, Jun 27, 2017 at 2:19 PM, Dan Trainor wrote: > Hi - > > I'm looking for the glue that populates the overcloud role list. > > I can get a list of roles via 'openstack overcloud role list', however I'm > looking to create new roles to incorporate in to this list. > > I

Re: [openstack-dev] [heat][mistral][deployment] how to add deployment roles

2017-06-27 Thread Renat Akhmerov
Hi, Just a small addition. “mistral action-update” applies only to so-called ad-hoc actions which are essentially wrappers written in YAML. You can’t update a regular action written in Python and plugged in Mistral with stevedore using this command. Renat Akhmerov @Nokia On 28 Jun 2017,

Re: [openstack-dev] [heat][mistral][deployment] how to add deployment roles

2017-06-27 Thread Dan Trainor
HI, Steve - > I think perhaps the confusion is because this was implemented in > tripleoclient, and porting it to tripleo-common is not yet completed? > (Alex can confirm the status of this but it was planned I think). > > Related ML discussion which includes links to the patches: > >

Re: [openstack-dev] [heat][mistral][deployment] how to add deployment roles

2017-06-27 Thread Steven Hardy
Hi Dan, On Tue, Jun 27, 2017 at 9:19 PM, Dan Trainor wrote: > Hi - > > I'm looking for the glue that populates the overcloud role list. > > I can get a list of roles via 'openstack overcloud role list', however I'm > looking to create new roles to incorporate in to this

[openstack-dev] [heat][mistral][deployment] how to add deployment roles

2017-06-27 Thread Dan Trainor
Hi - I'm looking for the glue that populates the overcloud role list. I can get a list of roles via 'openstack overcloud role list', however I'm looking to create new roles to incorporate in to this list. I got as far as using 'mistral action-update' against what I beleive to be the proper