Re: [openstack-dev] [TripleO][Mistral][Ansible] Calling Ansible from Mistral workflows

2017-01-18 Thread Renat Akhmerov
Ok to both answers.

Renat Akhmerov
@Nokia

> On 18 Jan 2017, at 16:37, Dougal Matthews  wrote:
> 
> 
> 
> On 17 January 2017 at 03:28, Renat Akhmerov  > wrote:
> Dougal, I looked at the source code. Seems like it’s already usable enough.
> Do you think we need to put a section about Ansible actions into Mistral docs?
> I’m also thinking if we need to move this code into the mistral repo or leave 
> it on github.
> 
> I'm happy for it to live on it's own, it will give me a chance to test it out 
> and get feedback. Maybe if it proves useful and stabalises it can be moved 
> into Mistral. At that point I would want to document it.
> 
> 
> Maybe a better time for moving it under Mistral umbrella will be when we 
> finish our actions
> refactoring activity (when actions are moved into a separate repo, e.g. 
> mistral-extra).
> 
> Yup, that seems reasonable. I'm not convinced it ever needs to be moved into 
> Mistral - it would be good if we grew into a larger ecosystem of actions that 
> can be installed, they don't all need to be included with Mistral itself.
> 
> 
> Thoughts?
> 
> Renat Akhmerov
> @Nokia
> 
>> On 12 Jan 2017, at 22:27, Dougal Matthews > > wrote:
>> 
>> Hey all,
>> 
>> I just wanted to share a quick experiment that I tried out. I had heard 
>> there was some interest in native Ansible actions for Mistral. After much 
>> dragging my heels I decided to give it a go, and it turns out to be very 
>> easy.
>> 
>> This code is very raw and has only been lightly tested - I just wanted to 
>> make sure it was going in the right direction and see what everyone thought.
>> 
>> I wont duplicate it all again here, but you can see the details on either 
>> GitHub or a quick blog post that I put together.
>> 
>> https://github.com/d0ugal/mistral-ansible-actions 
>> 
>> http://www.dougalmatthews.com/2017/Jan/12/calling-ansible-from-mistral-workflows/
>>  
>> 
>> 
>> Cheers,
>> Dougal
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org 
>> ?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
>> 
> 
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe 
> 
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
> 
> 
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org 
> ?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
> 
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO][Mistral][Ansible] Calling Ansible from Mistral workflows

2017-01-18 Thread Dougal Matthews
On 17 January 2017 at 03:28, Renat Akhmerov 
wrote:

> Dougal, I looked at the source code. Seems like it’s already usable enough.
> Do you think we need to put a section about Ansible actions into Mistral
> docs?
> I’m also thinking if we need to move this code into the mistral repo or
> leave it on github.
>

I'm happy for it to live on it's own, it will give me a chance to test it
out and get feedback. Maybe if it proves useful and stabalises it can be
moved into Mistral. At that point I would want to document it.


Maybe a better time for moving it under Mistral umbrella will be when we
> finish our actions
> refactoring activity (when actions are moved into a separate repo, e.g.
> mistral-extra).
>

Yup, that seems reasonable. I'm not convinced it ever needs to be moved
into Mistral - it would be good if we grew into a larger ecosystem of
actions that can be installed, they don't all need to be included with
Mistral itself.


> Thoughts?
>
> Renat Akhmerov
> @Nokia
>
> On 12 Jan 2017, at 22:27, Dougal Matthews  wrote:
>
> Hey all,
>
> I just wanted to share a quick experiment that I tried out. I had heard
> there was some interest in native Ansible actions for Mistral. After much
> dragging my heels I decided to give it a go, and it turns out to be very
> easy.
>
> This code is very raw and has only been lightly tested - I just wanted to
> make sure it was going in the right direction and see what everyone thought.
>
> I wont duplicate it all again here, but you can see the details on either
> GitHub or a quick blog post that I put together.
>
> https://github.com/d0ugal/mistral-ansible-actions
> http://www.dougalmatthews.com/2017/Jan/12/calling-ansible-
> from-mistral-workflows/
>
> Cheers,
> Dougal
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO][Mistral][Ansible] Calling Ansible from Mistral workflows

2017-01-17 Thread Flavio Percoco

On 12/01/17 15:27 +, Dougal Matthews wrote:

Hey all,

I just wanted to share a quick experiment that I tried out. I had heard
there was some interest in native Ansible actions for Mistral. After much
dragging my heels I decided to give it a go, and it turns out to be very
easy.

This code is very raw and has only been lightly tested - I just wanted to
make sure it was going in the right direction and see what everyone thought.

I wont duplicate it all again here, but you can see the details on either
GitHub or a quick blog post that I put together.

https://github.com/d0ugal/mistral-ansible-actions
http://www.dougalmatthews.com/2017/Jan/12/calling-ansible-from-mistral-workflows/


WoW, this is awesome! Great work Dougal.

Flavio

--
@flaper87
Flavio Percoco


signature.asc
Description: PGP signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [TripleO][Mistral][Ansible] Calling Ansible from Mistral workflows

2017-01-16 Thread Renat Akhmerov
Dougal, I looked at the source code. Seems like it’s already usable enough.
Do you think we need to put a section about Ansible actions into Mistral docs?
I’m also thinking if we need to move this code into the mistral repo or leave 
it on github.
Maybe a better time for moving it under Mistral umbrella will be when we finish 
our actions
refactoring activity (when actions are moved into a separate repo, e.g. 
mistral-extra).

Thoughts?

Renat Akhmerov
@Nokia

> On 12 Jan 2017, at 22:27, Dougal Matthews  wrote:
> 
> Hey all,
> 
> I just wanted to share a quick experiment that I tried out. I had heard there 
> was some interest in native Ansible actions for Mistral. After much dragging 
> my heels I decided to give it a go, and it turns out to be very easy.
> 
> This code is very raw and has only been lightly tested - I just wanted to 
> make sure it was going in the right direction and see what everyone thought.
> 
> I wont duplicate it all again here, but you can see the details on either 
> GitHub or a quick blog post that I put together.
> 
> https://github.com/d0ugal/mistral-ansible-actions 
> 
> http://www.dougalmatthews.com/2017/Jan/12/calling-ansible-from-mistral-workflows/
>  
> 
> 
> Cheers,
> Dougal
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [TripleO][Mistral][Ansible] Calling Ansible from Mistral workflows

2017-01-12 Thread Dougal Matthews
Hey all,

I just wanted to share a quick experiment that I tried out. I had heard
there was some interest in native Ansible actions for Mistral. After much
dragging my heels I decided to give it a go, and it turns out to be very
easy.

This code is very raw and has only been lightly tested - I just wanted to
make sure it was going in the right direction and see what everyone thought.

I wont duplicate it all again here, but you can see the details on either
GitHub or a quick blog post that I put together.

https://github.com/d0ugal/mistral-ansible-actions
http://www.dougalmatthews.com/2017/Jan/12/calling-ansible-from-mistral-workflows/

Cheers,
Dougal
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev