Re: [openstack-dev] [mistral] mistral actions plugin architecture

2015-02-18 Thread Filip Blaha
Filip On 02/09/2015 04:58 PM, Renat Akhmerov wrote: Hi, It’s pretty simple and described in http://mistral.readthedocs.org/en/master/developer/writing_a_plugin_action.html. Renat Akhmerov @ Mirantis Inc. On 09 Feb 2015, at 21:43, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote

[openstack-dev] [mistral] mistral actions plugin architecture

2015-02-09 Thread Filip Blaha
Hi all, regarding to [1] there should be some plugin mechanism for custom actions in Mistral. I went through code and I found some introspection mechanism [2] generating mistral actions from methods on client classes for openstack core projects. E.g. it takes nova client class

[openstack-dev] [Murano] Murano agent development

2015-03-24 Thread Filip Blaha
Hello I would like to test and debug some new features of murano agent like chef recipes. I would like to know how to develop murano agent? How to test and debug new changes in agent code? Creating new image with every change and and test deployment on devstack is time-consuming and not

[openstack-dev] [Murano] Murano projects pylint job

2015-04-01 Thread Filip Blaha
Hello I have noticed that some openstack projects [1] use pylint gate job. From my point of view it could simplify code reviews even as non-voing job and generally it could improve code quality. Some code issues like code duplication are not easy to discover during code review so automatic

Re: [openstack-dev] [Murano] Murano projects pylint job

2015-04-02 Thread Filip Blaha
will do some research on that. Regards Filip On 04/01/2015 05:57 PM, Serg Melikyan wrote: Hi Filip, I think adding pylint job to Murano gates is an awesome idea, have you checked out how to do this? On Wed, Apr 1, 2015 at 4:03 PM, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote

Re: [openstack-dev] [Murano] Murano projects pylint job

2015-04-03 Thread Filip Blaha
. Regards, Kate. On Thu, Apr 2, 2015 at 11:31 AM, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote: Hi Serg we can inspire in other projects like sahara. Important is that pylint job should produce reasonable size meaningful output. Pylint without any configuration

[openstack-dev] [Congress] [Murano] Congress devstack installation is failing in murano gate job

2015-04-29 Thread Filip Blaha
Hello We are facing an issue with Congress devstack installation in our gate job testing murano-congress integration (policy enforcement) [1] . Congress devstack scripts install stevedore==1.4.0 as a dependency of python-muranoclient without specified version [2]. However heat requirement

Re: [openstack-dev] [Congress] [Murano] Congress devstack installation is failing in murano gate job

2015-04-29 Thread Filip Blaha
here: http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/pip-freeze.txt.gz stevedore==1.4.0 On Wed, Apr 29, 2015 at 4:38 PM, Filip Blaha filip.bl...@hp.com wrote: sorry I sent wrong link http://logs.openstack.org/61/178461/1/check/gate-murano-congress

Re: [openstack-dev] [Congress] [Murano] Congress devstack installation is failing in murano gate job

2015-04-29 Thread Filip Blaha
at 3:46 PM, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote: Hello We are facing an issue with Congress devstack installation in our gate job testing murano-congress integration (policy enforcement) [1] . Congress devstack scripts install stevedore==1.4.0

Re: [openstack-dev] [Congress] [Murano] Congress devstack installation is failing in murano gate job

2015-04-29 Thread Filip Blaha
% that it is a reason why 1.4.0 is installed. [1] https://github.com/openstack/congress/blob/stable/kilo/thirdparty-requirements.txt#L4 On Wed, Apr 29, 2015 at 3:46 PM, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote: Hello We are facing an issue with Congress devstack

Re: [openstack-dev] [Congress] [Murano] Congress devstack installation is failing in murano gate job

2015-04-29 Thread Filip Blaha
Sean, yes. It is installed multiple times but the last is congress which installs 1.4.0. When devstack installed without congress there is no such issue and heat works Filip On 04/29/2015 04:11 PM, Sean Dague wrote: On 04/29/2015 10:05 AM, Sean Dague wrote: On 04/29/2015 09:29 AM, Filip

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-07 Thread Filip Blaha
what's the best route for their cloud? Thanks, Kevins +1 for MQ. That is the path which proved itself to be working in most of the cases. -1 for ssh as this is a big headache. Thanks, Gosha From: Filip Blaha [filip.bl...@hp.com

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-07 Thread Filip Blaha
, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote: Hello one more note on that. There is difference in direction who initiates connection. In case of murano agent -- rabbit MQ is connection initiated from VM to openstack service(rabbit). In case of std.ssh mistral

Re: [openstack-dev] [Murano] Murano projects pylint job

2015-05-07 Thread Filip Blaha
, Ekaterina Chernova wrote: Hi Filip and Serg! I support the idea! Let's discuss more details in IRC and summarize everything on the next community meeting on Tuesday. Regards, Kate. On Thu, Apr 2, 2015 at 11:31 AM, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote: Hi Serg

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-06 Thread Filip Blaha
Hello one more note on that. There is difference in direction who initiates connection. In case of murano agent -- rabbit MQ is connection initiated from VM to openstack service(rabbit). In case of std.ssh mistral action is direction opposite from openstack service (mistral) to ssh server on

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-11 Thread Filip Blaha
Hi Stan we wanted interact with murano applications from mistral. Currently there is no support in mistral how to execute scripts on VM via murano agent (maybe I miss something). We noticed std.ssh mistral action so we consider SSH as one of the options. I think that it is not good idea due

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-11 Thread Filip Blaha
Hi there is VPN mechanism in neutron we could consider for future how to get around these networking obstacles if we would like to use direct SSH. 1) every private created by murano would create VPN gateway on public interface of the router [1] neutron vpn-service-create --name myvpn

Re: [openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-11 Thread Filip Blaha
, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote: Hi there is VPN mechanism in neutron we could consider for future how to get around these networking obstacles if we would like to use direct SSH. 1) every private created by murano would create VPN gateway

[openstack-dev] [Murano] [Mistral] SSH workflow action

2015-05-06 Thread Filip Blaha
Hello We are considering implementing actions on services of a murano environment via mistral workflows. We are considering whether mistral std.ssh action could be used to run some command on an instance. Example of such action in murano could be restart action on Mysql DB service. Mistral

[openstack-dev] [Mistral] [Murano] Mistral devstack installation is failing in murano gate job

2015-04-13 Thread Filip Blaha
Hello We are facing an issue with Mistral devstack installation in our gate job testing murano-congress-mistral integration (policy enforcement) [1] . Mistral devstack scripts are failing with following import error [2] 2015-04-12 14:06:25.236 | Traceback (most recent call last): 2015-04-12

Re: [openstack-dev] [Murano] Nominating Filip Blaha for murano-core

2015-06-03 Thread Filip Blaha
wrote: +1 Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Jun 2, 2015 at 9:25 AM, Serg Melikyan smelik...@mirantis.com mailto:smelik...@mirantis.com wrote: Folks, I'd like to propose Filip Blaha to core members of Murano team

Re: [openstack-dev] [murano] shellcheck all .sh scripts in murano-deployment

2015-06-10 Thread Filip Blaha
+1, nice idea. Shell script are not easy to review - large files, not covered by unit tests. Any automatic tool could be beneficial. Regards Filip On 06/09/2015 09:58 PM, Kirill Zaitsev wrote: Folks, I’ve got another proposal, mainly to the guys, who deal with CI and test jobs daily. What

Re: [openstack-dev] [murano] shellcheck all .sh scripts in murano-deployment

2015-06-10 Thread Filip Blaha
/2015 03:34 PM, Jeremy Stanley wrote: On 2015-06-10 13:48:26 +0200 (+0200), Filip Blaha wrote: +1, nice idea. Shell script are not easy to review - large files, not covered by unit tests. Any automatic tool could be beneficial. It's worth noting that just because your shell scripts don't have

[openstack-dev] [congress] [murano] Congress jenkins job is failing

2015-08-18 Thread Filip Blaha
Hi Congress team. Our jenkins job testing integration congress and murano is failing. Congress fails to start on some DB error [1] . Does anyone know what could be the problem? [1]

Re: [openstack-dev] [Congress] [Murano] multiple numbers of arguments for table

2015-08-19 Thread Filip Blaha
Hi Tim We use fixed count of columns. So I believe there should not be any bad impact of this change. Regards Filip On 08/18/2015 11:22 PM, Tim Hinrichs wrote: Hi all, We're contemplating a small syntax change in the Congress policy language and wanted to see if it would cause anyone

Re: [openstack-dev] [congress] [murano] Congress jenkins job is failing

2015-08-19 Thread Filip Blaha
mailto:t...@styra.com wrote: Looks like we merged a database schema change without the migration script. I'm on it. (We'll get our tempest tests running in gate again ASAP.) Tim On Tue, Aug 18, 2015 at 7:36 AM Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com

Re: [openstack-dev] [murano] [congress] Congress needs to fetch environments from all tenants.

2015-07-13 Thread Filip Blaha
, and then only returning data about the collection of tenants that belong to the authorized domain? That way you don't have an API that violates multi-tenant isolation, consumable only by cloud operators. On Wed, Jul 8, 2015 at 6:27 AM, Filip Blaha filip.bl...@hp.com mailto:filip.bl...@hp.com wrote

Re: [openstack-dev] [murano] [congress] Congress needs to fetch environments from all tenants.

2015-07-13 Thread Filip Blaha
Zaitsev Murano team Software Engineer Mirantis, Inc On 8 Jul 2015 at 14:44:51, Filip Blaha (filip.bl...@hp.com mailto:filip.bl...@hp.com) wrote: Hi all, I started implement bp [1]. Problem is that congress needs data about environments from all tenants but murano

[openstack-dev] [murano] [congress] murano congress integration test - trusts

2015-07-15 Thread Filip Blaha
Hi all our congress integration tests were broken by the change [1] (trusts enabled by default). However I suspect problem could be with initialization congress client [2] or in python-congressclient. Any ideas about that? Thanks [1] https://review.openstack.org/#/c/194615/ [2]

Re: [openstack-dev] [murano] Proposing Nikolai Starodubtsev for core

2015-09-09 Thread Filip Blaha
+1 On 09/08/2015 02:28 PM, Stan Lagun wrote: +1 Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Sep 1, 2015 at 3:03 PM, Alexander Tivelkov > wrote: +1. Well deserved. -- Regards, Alexander