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 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 it isn’t started yet. No particul

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

2015-10-20 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 can, for example, do ssh to other s

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

2015-10-20 Thread Lingxian Kong
me 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 questions) > Subject: Re: [openstack-d

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

2015-10-20 Thread Lingxian Kong
t; > > 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) in Mistral > > >

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) mailto:tony.a.w...@alcatel-lucent.com>> wrote: The “custom action” needs to re-install Mistral. If the Mistral serv

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 Ans

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

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) mailto:tony.a.w...@alcatel-lucent.com>> wrote: The “custom action” needs to re-install Mistr

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 think? Yes, correct. It requires re

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(such as

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-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 integ

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 through an VM with a floating ip

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 Mistral has powerful workflow contro

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

2015-10-16 Thread WANG, Ming Hao (Tony T)
Another question is: If I want to call a user-defined script in Mistral, what action should be used? Still use "ssh std_action"? Thanks in advance, Tony From: WANG, Ming Hao (Tony T) [mailto:tony.a.w...@alcatel-lucent.com] Sent: Friday, October 16, 2015 2:36 PM To: OpenStack Development Mailing L