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

2015-05-12 Thread Stan Lagun
We are going to have a design session at the summit entirely dedicated to Murano guest agent security and isolation. Everyone is welcomed to attend and discuss security requirements, concerns and possible solutions. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, May

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

2015-05-12 Thread Stan Lagun
On Wed, May 13, 2015 at 2:46 AM, Fox, Kevin M wrote: > Awesome. When is it/where do I go to look up that info? http://sched.co/3Clo Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis __ OpenSt

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

2015-05-13 Thread Stan Lagun
AMQP is even better. Maybe all of those possible solutions are bad and I'm sure there are downsides to each approach. It is just not obvious that development of yet another MQ solution worth it. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis __

Re: [openstack-dev] [Murano] Errors on $.instance.deploy() ... WHEN RUNNING WITHOUT MURANO-AGENT RABBIT

2017-03-03 Thread Stan Lagun
f the root cause fix. Here it is: https://review.openstack.org/#/c/441477/ Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Mar 3, 2017 at 11:49 AM, Waines, Greg wrote: > Looking for guidance on fixing the following error (end of email) that we > are seeing when ‘d

Re: [openstack-dev] [Murano] Errors on $.instance.deploy() ... WHEN RUNNING WITHOUT MURANO-AGENT RABBIT

2017-03-06 Thread Stan Lagun
ext, native_this)(*args, **kwargs) File "/usr/lib/python2.7/site-packages/yaql/language/specs.py", line 60 in method func return self.get_delegate(receiver, engine, context, args, kwargs)() File "/usr/lib/python2.7/site-packages/yaql/language/specs.py"

Re: [openstack-dev] [Murano] ERROR murano.common.engine [-] yaql.language.exceptions.NoMatchingMethodException: No method "values" for receiver None matches supplied arguments

2017-03-06 Thread Stan Lagun
Greg, based on the stack trace provided I see that it happened because the Heat stack output had wrong value. If you look at https://github.com/openstack/murano/blob/stable/newton/meta/io.murano/Classes/resources/Instance.yaml#L178-L179 - $netIdToIpsMap: $outputs.get(format('{0}-assigned-i

Re: [openstack-dev] [Murano] ERROR murano.common.engine [-] yaql.language.exceptions.NoMatchingMethodException: No method "values" for receiver None matches supplied arguments

2017-03-07 Thread Stan Lagun
HOWEVER … for future reference … how do I go about seeing the internal HEAT STACK that Murano builds based on the Murano Application / Packaging ? You can do it be ether 1) Obtaining from the Heat since the stack is accessible and there is an API and UI to get the template 2) Grep murano-eng

Re: [openstack-dev] [Murano] Newton version of Murano fails trying to auto-import a Liberty version of io.murano.applications.zip

2017-03-08 Thread Stan Lagun
It is probably that the package io.murano.applications is not present in the app catalog. io.murano and io.murano.applications are the packages that are bundled with Murano and usually should be preinstalled. You can obtain them here: https://github.com/openstack/murano/tree/stable/newton/meta Reg

Re: [openstack-dev] [murano] MuranoPL types question

2017-03-30 Thread Stan Lagun
ist of dicts with appropriate keys/values rather than list of strings or anything else Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Thu, Mar 30, 2017 at 10:17 AM, Paul Bourke wrote: > Hi Stan, > > I had a quick(hopefully) question about MuranoPL that I hope you

Re: [openstack-dev] [murano] Where can we find an image with Murano Agent

2017-11-27 Thread Stan Lagun
capable to install agent through the cloud-init without backing it into the image. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Nov 24, 2017 at 11:05 AM, Sun, Yicheng (Jerry) < jerry@windriver.com> wrote: > We are trying to test our Murano deployment. &

Re: [openstack-dev] NoMethodRegisteredException when deploying Murano environment

2016-08-24 Thread Stan Lagun
cannot find https://github.com/openstack/murano/blob/stable/mitaka/murano/engine/system/net_explorer.py#L195 method which is available since mitaka. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Wed, Aug 24, 2016 at 4:37 AM, Kirill Zaitsev wrote: > Hi, it’s impossible

Re: [openstack-dev] [Murano] Developer's productivity with MuranoPL

2016-08-24 Thread Stan Lagun
e packages from the local folder Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Aug 16, 2016 at 7:31 AM, Alexander Tivelkov wrote: > Hi folks, > > The developer's productivity and ease of use is critical for the language > adoption, and I believe

Re: [openstack-dev] [heat][yaql] Deep merge map of lists?

2016-08-30 Thread Stan Lagun
e new yaql version that late in the Newton cycle. Meanwhile it is better to use one of alternative solutions above so that it won't break after this patch get merged. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Aug 30, 2016 at 12:46 PM, Thomas Herve wrote: >

<    1   2