Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-21 Thread Renat Akhmerov
> On 20 Oct 2015, at 14:58, WANG, Ming Hao (Tony T) > wrote: > > Another question is: > If I use custom action to run Ansible, the Ansible playbook should be stored > on the same server of Mistral. Is it right? Depends on how this action is implemented (it

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-21 Thread Renat Akhmerov
> On 19 Oct 2015, at 13:18, WANG, Ming Hao (Tony T) > wrote: > > I like your > option2(https://blueprints.launchpad.net/mistral/+spec/action-providers > ). J > Any schedule for this? Looks like

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-21 Thread WANG, Ming Hao (Tony T)
Renat, Thanks for your valuable suggestions! Tony From: Renat Akhmerov [mailto:rakhme...@mirantis.com] Sent: Wednesday, October 21, 2015 2:35 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-20 Thread WANG, Ming Hao (Tony T)
(not for usage questions) Subject: Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral On 19 Oct 2015, at 07:53, WANG, Ming Hao (Tony T) <tony.a.w...@alcatel-lucent.com<mailto:tony.a.w...@alcatel-lucent.com>> wrote: The “custom action” needs t

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-20 Thread Lingxian Kong
nks, > > Tony > > > > From: Renat Akhmerov [mailto:rakhme...@mirantis.com] > Sent: Monday, October 19, 2015 2:58 PM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as > Ansible)

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-20 Thread Lingxian Kong
e playbook should be stored > on the same server of Mistral. Is it right? > > > > Thanks, > > Tony > > > > From: Renat Akhmerov [mailto:rakhme...@mirantis.com] > Sent: Monday, October 19, 2015 2:58 PM > To: OpenStack Development Mailing List (not for usage questio

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-19 Thread Renat Akhmerov
> On 19 Oct 2015, at 07:53, WANG, Ming Hao (Tony T) > wrote: > > The “custom action” needs to re-install Mistral. > If the Mistral service is part of 3rd party OpenStack, it may be unacceptable > to let every user create his own customer action. What do you

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-19 Thread WANG, Ming Hao (Tony T)
Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral On 19 Oct 2015, at 07:53, WANG, Ming Hao (Tony T) <tony.a.w...@alcatel-lucent.com<mailto:tony.a.w...@alcatel-lucent.com>> wrote: The “c

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-19 Thread WANG, Ming Hao (Tony T)
stderr: <% $.task1.stderr %> Thanks, Tony From: Dmitri Zimine [mailto:dzim...@stackstorm.com] Sent: Sunday, October 18, 2015 1:27 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansibl

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-19 Thread WANG, Ming Hao (Tony T)
.action" is Mistral's custom action. Please help to double confirm. Thanks, Tony From: WANG, Ming Hao (Tony T) Sent: Monday, October 19, 2015 6:56 PM To: OpenStack Development Mailing List (not for usage questions) Subject: RE: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible)

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-18 Thread WANG, Ming Hao (Tony T)
...@mirantis.com] Sent: Saturday, October 17, 2015 3:25 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral Hi, see my answers inline. On 16 Oct 2015, at 12:35, WANG, Ming Hao (Tony T

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-18 Thread WANG, Ming Hao (Tony T)
automation tools, such as Ansible. Is it right? Thanks, Tony From: Dmitri Zimine [mailto:dzim...@stackstorm.com] Sent: Sunday, October 18, 2015 1:27 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [mistral] How to call 3rd-party tools

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-17 Thread Dmitri Zimine
Tony, You can also connect Mistral with Ansible via StackStorm and Ansible integration pack: 1) StackStorm http://docs.stackstorm.com 2) https://github.com/StackStorm/st2contrib/tree/master/packs/ansible StackStorm is open-source Apache 2.0 “wrapper” around Mistral workflow service that

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-16 Thread Renat Akhmerov
Hi, see my answers inline. > On 16 Oct 2015, at 12:35, WANG, Ming Hao (Tony T) > wrote: > > We have developed some Ansible playbooks for operation automation, and we are > investigating if we can change the automation engine from Ansible to Mistral > since

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-16 Thread Renat Akhmerov
> On 16 Oct 2015, at 13:02, WANG, Ming Hao (Tony T) > wrote: > > Another question is: > If I want to call a user-defined script in Mistral, what action should be > used? > Still use “ssh std_action”? Yes, std.ssh action or std.ssh_proxied that allows to ssh

[openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-16 Thread WANG, Ming Hao (Tony T)
Dear Mistral developers and testers, We have developed some Ansible playbooks for operation automation, and we are investigating if we can change the automation engine from Ansible to Mistral since Mistral has powerful workflow control. Could you please help to provide how to let Mistral call

Re: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral

2015-10-16 Thread WANG, Ming Hao (Tony T)
nt Mailing List (not for usage questions) Subject: [openstack-dev] [mistral] How to call 3rd-party tools(such as Ansible) in Mistral Dear Mistral developers and testers, We have developed some Ansible playbooks for operation automation, and we are investigating if we can change the automation e