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] [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] 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] 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] 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] 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] 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] [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: >

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] 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] [mistral] [murano] [yaql] yaqluator bug

2016-07-04 Thread Stan Lagun
collection Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Jun 28, 2016 at 9:46 AM, Elisha, Moshe (Nokia - IL) < moshe.eli...@nokia.com> wrote: > Hi, > > Thank you for the kind words, Alexey. > > I was able to reproduce your bug and I have also foun

Re: [openstack-dev] [Murano] Does Murano support version management?

2016-06-01 Thread Stan Lagun
. [1]: http://docs.openstack.org/developer/murano/draft/appdev-guide/murano_pl.html#versioning [2]: http://murano-specs.readthedocs.io/en/latest/specs/liberty/murano-versioning.html Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, May 31, 2016 at 10:20 PM, Jay Lau wrote:

Re: [openstack-dev] [murano] Nominate Victor Ryzhenkin to Murano Core

2016-01-26 Thread Stan Lagun
+1! Well deserved! Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Jan 26, 2016 at 5:20 AM, Yang, Lin A wrote: > Glad to see this happened. :) > Well deserved, Victor. > > Lin Yang > @Intel > >> On Jan 23, 2016, at 01:33, Serg Melikyan wrot

[openstack-dev] [Murano] Murano actions authentication and accessability

2016-01-17 Thread Stan Lagun
on. Thanks for your help! [1]: https://review.openstack.org/#/c/251870/ Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstac

Re: [openstack-dev] [mistral] [murano] [yaql] An online YAQL evaluator [was RE: [mistral] [murano] An online YAQL evaluator]

2016-01-16 Thread Stan Lagun
s the one that converts sets to lists on output. Without it set function cannot be used in yaqluator. Also see [1] [1]: https://review.openstack.org/#/c/268673/ Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Wed, Jan 13, 2016 at 9:17 AM, Renat Akhmerov wrote: > Very cool

Re: [openstack-dev] [Murano] How to debug a failed deployment?

2015-12-11 Thread Stan Lagun
Vahid, The bug you mentioned was fixed recently: https://review.openstack.org/#/c/255154/ Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Dec 11, 2015 at 10:46 PM, Vahid S Hashemian < vahidhashem...@us.ibm.com> wrote: > Hi Nikolay, > > Is there furt

Re: [openstack-dev] [murano] Is there blueprint to add argument collection UI for action

2015-12-09 Thread Stan Lagun
lp to make it be available sooner than later. Please let me know if I can help. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Mon, Dec 7, 2015 at 10:25 AM, WANG, Ming Hao (Tony T) < tony.a.w...@alcatel-lucent.com> wrote: > Stan, > > > > Thanks for

Re: [openstack-dev] [murano] Is there blueprint to add argument collection UI for action

2015-12-04 Thread Stan Lagun
I for the actions. Maybe we should reconsider and to have many ui forms in single package until we have a better solution. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Dec 4, 2015 at 5:42 AM, WANG, Ming Hao (Tony T) < tony.a.w...@alcatel-lucent.com> wrote:

Re: [openstack-dev] [Murano] How to debug a failed deployment?

2015-12-04 Thread Stan Lagun
_host is in [DEFAULT] section while in yours it is in [oslo_messaging_rabbit]. Maybe it is okay and my config is outdated. Maybe you use newer version of oslo.messaging that has different config or it can be configured in several ways. I'm not sure. Sincerely yours, Stan Lagun Principal Soft

Re: [openstack-dev] [Murano] How to debug a failed deployment?

2015-12-03 Thread Stan Lagun
Vahid, The only reason HOT deployment could last forever is that Heat stack never enters Ready of Failed state. Please check what is the Heat stack status. I guess it is not Murano issue (except for the fact that we don't provide timeout for HOT deployment :) ) Sincerely yours, Stan

Re: [openstack-dev] [murano]How to use Murano to transmit files to Mistral and execute scripts on Mistral

2015-12-01 Thread Stan Lagun
f priorities/schedule/time etc. It will happen much sooner with your help/contributions. Currently AFAIK there is no blueprint for this feature so nobody developing it Sincerely yours, Stan Lagun Principal Software Enginee

Re: [openstack-dev] [murano]How to use Murano to transmit files to Mistral and execute scripts on Mistral

2015-11-28 Thread Stan Lagun
e Mistral. There is also a workaround that I can think of: make Murano application create temporary VM with FTP server or something like that, put file into it and give Mistral a URI it could use to access the file. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Wed, Nov

Re: [openstack-dev] [Murano] 'NoMatchingFunctionException: No function "#operator_." matches supplied arguments' error when adding an application to an environment

2015-11-27 Thread Stan Lagun
much easier to take real YAML from database though [1]: https://docs.python.org/2/library/pickle.html Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Nov 27, 2015 at 1:25 AM, Vahid S Hashemian < vahidhashem...@us.ibm.com> wrote: > Thanks Stan for the pointer

Re: [openstack-dev] [Murano] 'NoMatchingFunctionException: No function "#operator_." matches supplied arguments' error when adding an application to an environment

2015-11-26 Thread Stan Lagun
ame during deployment time you always can obtain it using name($this) YAQL expression as here: https://github.com/openstack/murano/blob/master/contrib/plugins/cloudify_plugin/cloudify_applications_library/Classes/CloudifyApplication.yaml#L46 Hope this will help Sincerely yours, Stan Lagun Principal Soft

Re: [openstack-dev] [Murano] 'NoMatchingFunctionException: No function "#operator_." matches supplied arguments' error when adding an application to an environment

2015-11-25 Thread Stan Lagun
Vahid, The files you attached doesn't look like a YAML at all Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Wed, Nov 25, 2015 at 10:21 PM, Vahid S Hashemian < vahidhashem...@us.ibm.com> wrote: > Kate, Serg, > > Thank you very much for your quick

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

2015-09-08 Thread Stan Lagun
+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 Tivelkov > > On Tue, Sep 1, 2015 at 2:47 PM, Victor Ryzhenkin > wrote: > >>

Re: [openstack-dev] [mistral][yaql] Addressing task result using YAQL function

2015-09-07 Thread Stan Lagun
uot;task" looks confusing as to my understanding tasks may have attributes other than result. It may make sense to use task(taskName).result instead. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Sun, Sep 6, 2015 at 12:14 AM, Dmitri Zimine wrote: > Yes meant to

Re: [openstack-dev] [murano] Questions on creating and importing HOT packages

2015-08-11 Thread Stan Lagun
only thing that validates HOT in Murano). Also it is good to have clients thin to simplify development of clients for languages other then Python Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Sat, Aug 8, 2015 at 2:40 AM, Vahid S Hashemian wrote: > Hello, > > Thes

Re: [openstack-dev] [mistral] [murano] An online YAQL evaluator

2015-08-04 Thread Stan Lagun
Dmitry, yaql 1.0 has both str() and len() and much much more so there is no need to support them explicitly since Mistral is going to switch to yaql 1.0 and yaqluator.com is going to do the same Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Aug 4, 2015 at 8:55 PM

Re: [openstack-dev] [murano] [mistral] [yaql] Prepare to Yaql 1.0 release

2015-08-04 Thread Stan Lagun
nctions now have different signature or name, replaced with better alternative or just accept additional (optional) parameters 6. $collection[$ > 0] doesn't work anymore. Use $collection.select($ > 0) for that Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, A

Re: [openstack-dev] [mistral] [murano] An online YAQL evaluator

2015-08-02 Thread Stan Lagun
Guys, this is awesome!!! Happy to see yaql gets attention. One more initiative that you may find interesting is https://review.openstack.org/#/c/159905/ This is an attempt to port yaql 1.0 from Python to JS so that the same can be done in browser Sincerely yours, Stan Lagun Principal Software

Re: [openstack-dev] [Mistral][Murano] What's the latest/greatest on YAQL?

2015-06-26 Thread Stan Lagun
The plan is to move to yaql 1.0 this release. Please do not merge yaql 1.0 into Mistral yet. Migration is going to happen really soon Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Jun 26, 2015 at 8:17 AM, Renat Akhmerov wrote: > Yes, it’s a pretty import

Re: [openstack-dev] [murano] python versions

2015-06-12 Thread Stan Lagun
I'd rather go with Heat approach (job first) because it makes easier to track what is left to port to Py34 and track progress in this area Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Mon, Jun 8, 2015 at 2:46 PM, Kirill Zaitsev wrote: > I’ve looked into se

Re: [openstack-dev] [Murano] Does Murano support nested HOT templates?

2015-06-12 Thread Stan Lagun
Currently Murano doesn't support nested template unless they are specified by URL. However this is going to be fixed in current release cycle as there are many requests for this feature. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Thu, Jun 11, 2015 at 1:55 AM, Va

Re: [openstack-dev] [Murano] Nominating Kirill Zaitsev for murano-core

2015-06-02 Thread Stan Lagun
+1 without any doubt Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Jun 2, 2015 at 10:43 AM, Ekaterina Chernova wrote: > +1 > > Regards, > Kate. > > On Tue, Jun 2, 2015 at 9:32 AM, Serg Melikyan > wrote: > >> I'd like to propos

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

2015-06-02 Thread Stan Lagun
+1 Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Jun 2, 2015 at 9:25 AM, Serg Melikyan wrote: > Folks, I'd like to propose Filip Blaha to core members of Murano team. > > Filip is active member of our community and he maintains a good score &g

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] [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-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
users/vhosts as all of this becomes virtual. And agent will not be holding any RabbitMQ passwords at all Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, May 12, 2015 at 10:52 AM, Renat Akhmerov wrote: > Zane, > > Fully agree with you vision here. > >

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

2015-05-11 Thread Stan Lagun
Filip, > Currently there is no support in mistral how to execute scripts on VM via murano agent Mistral can call Murano application action that will do the job via agent. Actions are intended to be called by 3rd party systems with single HTTP request Sincerely yours, Stan Lagun Princi

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

2015-05-10 Thread Stan Lagun
Murano and bringing those features to Murano. We can even use Mistral under the hood as long as we not make users to write both MuranoPL and Mistral DSL code for trivial things like service restart. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Sun, May 10, 2015 at 8:

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

2015-05-09 Thread Stan Lagun
is is the most common use case that is found in nearly all Murano applications and it is battle-proven. If you need SSH you can contribute SSH plugin to Murano (Mistral will require similar plugin anyway). The more moving parts you involve the more chances you have for everything to fail Sincere

Re: [openstack-dev] [Murano] python-openstackclient support

2015-04-22 Thread Stan Lagun
+1 for the idea though not sure on priority of this since we have so many way more important things to implement in Kilo. I'd say that would be a great contribution if we find someone willing to contribute it :) Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Thu, A

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

2015-04-13 Thread Stan Lagun
s. But the fact is that at the moment we don't even have documentation for 1.0 which is of a higher priority for us. So once again I suggest to contribute rather than wait for somebody else Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Mon, Apr 13, 2015 at 9:19 PM, Dmitr

Re: [openstack-dev] [Mistral] Upgrading to YAQL 1.0

2015-04-06 Thread Stan Lagun
The plan was to integrate YAQL 1.0 into Murano so that we could say it is battle-proven, remove "beta" from version and release on PyPI. And then probably release v1.0.1 that is YAQL with documentation :) Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Mon, Apr

Re: [openstack-dev] [Murano] Murano agent development

2015-03-24 Thread Stan Lagun
execution plan to you agent Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Mar 24, 2015 at 1:03 PM, Serg Melikyan wrote: > Hi Filip, > > Sure, murano-agent is just a python application, you can easily run > this application locally (even in IDE like

Re: [openstack-dev] [Murano][Heat][Mistral] Use and adoption of YAQL

2015-03-10 Thread Stan Lagun
functions are covered by unit tests and there are ~250 of them so this is the best source of information at the moment. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Sat, Feb 7, 2015 at 12:46 AM, Dmitri Zimine wrote: > Stan, Alex, Renat: > > Should we migrat

Re: [openstack-dev] [Murano][Heat][Mistral] Use and adoption of YAQL

2015-01-16 Thread Stan Lagun
process and tools but the work is still in progress. Any help from Mistral team and/or other YAQL adopters is appreciated. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Thu, Jan 15, 2015 at 10:54 PM, Dmitri Zimine wrote: > Folks, > > We use YAQL in Mi

Re: [openstack-dev] [Murano] Nominating Kate Chernova for murano-core

2014-12-25 Thread Stan Lagun
+2 Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Thu, Dec 25, 2014 at 12:42 PM, Ruslan Kamaldinov < rkamaldi...@mirantis.com> wrote: > Great addition to core team! > > +2 > > > > On Thu, Dec 25, 2014 at 11:02 AM, Timur Sufiev > wrote:

Re: [openstack-dev] [Murano] Murano Agent

2014-12-15 Thread Stan Lagun
Murano agent is required as long as you deploy applications that use it. You can take (write) application that uses Heat Software Configuration instead of Murano agent and use image without agent Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Mon, Dec 15, 2014 at 7:54 AM

Re: [openstack-dev] [Murano] - puka dependency

2014-11-21 Thread Stan Lagun
Hi, It seems that you are using very old version of Murano because puka dependency was dropped several releases ago. Please see https://launchpad.net/murano for links to an up to date code and documentation Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Nov 21

Re: [openstack-dev] [Heat] Conditionals, was: New function: first_nonnull

2014-11-12 Thread Stan Lagun
' as in PHP/Perl which are both popular languages. I can hardly imagine why such negligible difference from JS or Python (languages you do like) makes language "weird ugly" Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Wed, Nov 12, 2014 at 6:10 PM, Clin

Re: [openstack-dev] [Heat] Conditionals, was: New function: first_nonnull

2014-11-12 Thread Stan Lagun
ets embedded Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Heat] Conditionals, was: New function: first_nonnull

2014-11-11 Thread Stan Lagun
re at least 2 projects in OpenStack that already make heavy use of YAQL: Mistral and Murano. If Heat team decides to use YAQL as well we will be glad to help integrate it smoothly with HOT as well as make sure that YAQL 1.0 is aligned with Heat use cases. Sincerely yours, Stan Lagun Principal Sof

Re: [openstack-dev] [all] The future of the integrated release

2014-08-17 Thread Stan Lagun
gt; well received. > > Personally, I'd like to see that model extended for all OpenStack > projects. Keep compatible at the API level and welcome competing > implementations. > Brilliant idea I'd vote for Sincerely yours, Stan La

Re: [openstack-dev] Time to Samba! :-)

2014-08-17 Thread Stan Lagun
Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Sun, Aug 17, 2014 at 4:56 AM, Martinx - ジェームズ wrote: > I know! :-P > > > On 16 August 2014 21:17, Adam Lawson wrote: > >> Also, don't forget that AD != LDAP. ;) >> On Aug 16, 20

Re: [openstack-dev] [Murano] Image tagging

2014-07-22 Thread Stan Lagun
can be stored in a single JSON tag. So lets create blueprint/etherpad for this and both think on exact format that can be implemented right now Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, Jul 22, 2014 at 10:08 PM, McLellan, Steven wrote: > Thanks for

Re: [openstack-dev] [Murano]

2014-07-22 Thread Stan Lagun
ging would be better solution to image-based deployment 6. Personally I believe that problem can be eficently solved by Murano today or in the nearest future without resorting to pure HOT packages. This is not against Murano design and perfectly alligned with it Sincerely yours, Stan Lagun Pri

Re: [openstack-dev] [Murano] Image tagging

2014-07-20 Thread Stan Lagun
how this concept fits into our roadmap and new Glance design (probably there are other projects that can benefit from extended image metadata) before chosing one of your approaches Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Jul 18, 2014 at 6:46 PM, McLellan

Re: [openstack-dev] [Murano] Field 'name' is removed from Apps dynamic UI markup, should 'Version' be changed?

2014-07-06 Thread Stan Lagun
d and forms older version must fail with descriptive message rather than causing unpredictable behavior. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Fri, Jul 4, 2014 at 8:24 PM, Timur Sufiev wrote: > Hi, folks! > > Recently we had decided to change a bi

Re: [openstack-dev] [Murano] Nominations to Murano core

2014-06-26 Thread Stan Lagun
+1 for both (or should I say +2?) Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Thu, Jun 26, 2014 at 1:49 PM, Alexander Tivelkov wrote: > +1 on both Serge and Steve > > -- > Regards, > Alexander Tivelkov > > > On Thu, Jun 26, 2014 at 1:

Re: [openstack-dev] [Murano] environment deletion

2014-06-25 Thread Stan Lagun
an happen. Maybe API behavior was changed recently to send empty Object Model or it sends incorrect action name. This just need to be debugged. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Wed, Jun 25, 2014 at 3:57 AM, McLellan, Steven wrote: > Is there any

Re: [openstack-dev] [Murano] Package composition

2014-06-17 Thread Stan Lagun
because otherwise you would require to publish separate application versions for each supported topology. Imagine how it will look like for apps with tens of instances and hundreds of combinations of what can be combined into single VM. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis

Re: [openstack-dev] [Murano] Murano API improvements

2014-06-02 Thread Stan Lagun
I think API need to be redesigned at some point. There is a blueprint for this: https://blueprints.launchpad.net/murano/+spec/api-vnext It seems reasonable to implement new API on new framework at once Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Mon, Jun 2, 2014 at

Re: [openstack-dev] [Murano] Application Actions

2014-05-30 Thread Stan Lagun
Agree. Lets for now assume nothing about events and have separate list of blueprints for actions. As soon as we get back to event design we will decide how they connected with actions and maybe then mark some of event blueprints as obsolete/superseded Sincerely yours, Stan Lagun Principal

Re: [openstack-dev] [Murano] Improvements to MuranoPL contracts

2014-05-27 Thread Stan Lagun
r opinions Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Tue, May 27, 2014 at 4:29 PM, Alexander Tivelkov wrote: > Got it. > What about this "it is easier to set attribute value to None rather then > deleting attribute from object if default value is desired,

Re: [openstack-dev] [Murano] Improvements to MuranoPL contracts

2014-05-27 Thread Stan Lagun
- if we make breaking changes we can walk through all applications and fix them. I hope that all such changes will be made in Juno time frame. As for this particular change it is 1% chance that $.int() contract was intentionally written to accept null and 99% that it was mistake. So making $.int()

[openstack-dev] [Murano] Improvements to MuranoPL contracts

2014-05-26 Thread Stan Lagun
isting contracts in practice they just legalize current state of affairs so nothing would break. What do you think? [1]: https://bugs.launchpad.net/murano/+bug/1313694 Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis ___ OpenStack-

Re: [openstack-dev] [murano] Proposal to add Ruslan Kamaldinov to murano-core team

2014-04-17 Thread Stan Lagun
+1 Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis On Thu, Apr 17, 2014 at 6:51 PM, Georgy Okrokvertskhov < gokrokvertsk...@mirantis.com> wrote: > +1 > > > On Thu, Apr 17, 2014 at 6:01 AM, Dmitry Teselkin > wrote: > >> +1 >> >> A

Re: [openstack-dev] [Heat] [Murano] [Solum] applications in the cloud

2014-04-04 Thread Stan Lagun
of view different load-balancers has many configuration options (template parameters) and many of them are specific to particular implementation (otherwise all of them be functionally equal). This need to be addressed somehow. Sincerely yours, Stan Lagun Principal Software Engineer @ Mirantis

Re: [openstack-dev] [Heat] [Murano] [Solum] applications in the cloud

2014-04-04 Thread Stan Lagun
t; > # ... including a {get_attr: [my_db, connection_url]} > > > > My::Database is a type defined in the environment which is included in > > the stack-create call. Different environments can provide different > > database implementations, for example: > > > >

Re: [openstack-dev] [Murano][Heat] MuranoPL questions?

2014-03-26 Thread Stan Lagun
is just my opinion and this very depends on what are the priorities and goals and my bosses may not agree with me here. Anyway top-bottom approach doesn't mean we cannot merge our efforts other than accidentally. If we start collaborate on early stages and coordinate our efforts I don

Re: [openstack-dev] [Murano][Heat] MuranoPL questions?

2014-03-25 Thread Stan Lagun
e in that catalog. Unless that code is sandboxed by design. Similar to that I can navigate to any web site google points me out and let it execute any JavaScript it wants unless it it JavaScript and not browser plugin or desktop application. > > -- > Thomas > > __

Re: [openstack-dev] [Murano][Heat] MuranoPL questions?

2014-03-24 Thread Stan Lagun
ase this may be narrowed to actual installation of DEB/RPM -- Sincerely yours Stanislav (Stan) Lagun Senior Developer Mirantis 35b/3, Vorontsovskaya St. Moscow, Russia Skype: stanlagun www.mirantis.com sla...@mirantis.com ___ OpenStack-dev

Re: [openstack-dev] [Murano] API/data formats version change and compatibility

2014-03-24 Thread Stan Lagun
; > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Sincerely yours Stanislav (Stan) Lagun Senior De

Re: [openstack-dev] Separating our Murano PL core in own package

2014-03-24 Thread Stan Lagun
___ >>>>> > OpenStack-dev mailing list >>>>> > OpenStack-dev@lists.openstack.org >>>>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >>>>> > >>>>> >>>>

Re: [openstack-dev] [Murano][Heat] MuranoPL questions?

2014-03-21 Thread Stan Lagun
it. Any decision taken by Mistral team can become fatal for Murano. Anyway I hope that some day we will be able to somehow merge our DSLs/codebase/whatever On Fri, Mar 21, 2014 at 10:20 PM, Zane Bitter wrote: > I completely agree with Georgy, but you raised some questions about Heat >

Re: [openstack-dev] [Mistral][TaskFlow] Long running actions

2014-03-21 Thread Stan Lagun
t; lifecycle management workflow, long running external system - Murano >> requirements, user input - workflow for operation automations with control >> gate checks, provisions which require 'approval' steps, etc. >> >> DZ> >> >> >> ________

Re: [openstack-dev] [legal-discuss] [Marconi] Why is marconi a queue implementation vs a provisioning API?

2014-03-20 Thread Stan Lagun
nificant decision > > > > _______ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Sincerely yours Stanislav (Stan) Lagun Senior Developer Mirantis 35b/3, V

Re: [openstack-dev] [Murano][Heat] MuranoPL questions?

2014-03-19 Thread Stan Lagun
from Zane Bitter's message on 19/03/2014 18:18:34: >> >> > From: Zane Bitter >> > To: openstack-dev@lists.openstack.org >> > Date: 19/03/2014 18:21 >> > Subject: Re: [openstack-dev] [Murano][Heat] MuranoPL questions? >> > >> >

Re: [openstack-dev] [Murano][Heat] MuranoPL questions?

2014-03-19 Thread Stan Lagun
h >>>> a lot more evolution and could be any number of sources: e.g. Solum, >>>> Murano, >>>> Horizon, Template Author with a text editor, etc. >>>> >>>> Basically, I'm a +1 for as few DSLs as possible. I support the

Re: [openstack-dev] [openstack][Mistral] Adding new core reviewers

2014-03-19 Thread Stan Lagun
k-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Sincerely yours Stanislav (Stan) Lagun Senior Developer Mirantis 35b/3, Vorontsovskaya St. Moscow, Russia Skype: stanlagun www.mirantis.com sla...@mirantis.com _

Re: [openstack-dev] [Murano][Heat] MuranoPL questions?

2014-03-19 Thread Stan Lagun
t;> workflow semantics in HOT? Or, should we only be able to declare >>> workflow >>> configurations that get configured in a service like Mistral whereby >>> Mistral's execution of a workflow may need to invoke Heat hooks or Stack >>> Updates? Or, some other

Re: [openstack-dev] [Marconi] Why is marconi a queue implementation vs a provisioning API?

2014-03-19 Thread Stan Lagun
iki this week. > > Marconi was originally incubated because the community believed developers > building their apps on top of OpenStack were looking for this kind of > service, and it was a big missing gap in our portfolio. Since that time, > the

Re: [openstack-dev] MuranoPL questions?

2014-03-17 Thread Stan Lagun
f you begin to use a technology you'll have to learn > something anyway, be it TaskFlow API and principles or DSL. Well-designed > DSL just encapsulates essential principles of a system it is used for. By > learning DSL you're leaning the system itself, as simple as that. > &

Re: [openstack-dev] [Mistral][Taskflow][all] Mistral + taskflow

2014-03-14 Thread Stan Lagun
__ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lis

Re: [openstack-dev] [Mistral][Taskflow][all] Mistral + taskflow

2014-03-13 Thread Stan Lagun
;> How can we fix it? >> >> -Josh >> >> >> ___ >> OpenStack-dev mailing list >> OpenStack-dev@lists.openstack.org >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> > > >

Re: [openstack-dev] [Mistral] Crack at a "Real life" workflow

2014-03-10 Thread Stan Lagun
WF be popular (or at least usable in real-world scenarios) without language-specific framework on top? -- Sincerely yours Stanislav (Stan) Lagun Senior Developer Mirantis 35b/3, Vorontsovskaya St. Moscow, Russia Skype: stanlagun www.mirantis.com

Re: [openstack-dev] MuranoPL questions?

2014-03-09 Thread Stan Lagun
gt; OpenStack-dev@lists.openstack.org >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> > > > > -- > Sincerely yours > Stanislav (Stan) Lagun > Senior Developer > Mirantis > 35b/3, Vorontsovskaya St. > Moscow, Russia > Skype: stanla

Re: [openstack-dev] MuranoPL questions?

2014-03-08 Thread Stan Lagun
Forgot to say that the discussion was started in "[openstack-dev] [Mistral] Crack at a "Real life" workflow" thread On Sun, Mar 9, 2014 at 10:39 AM, Stan Lagun wrote: > First of all MuranoPL is not a host but hosted language. It never intended > to replace Python an

Re: [openstack-dev] MuranoPL questions?

2014-03-08 Thread Stan Lagun
compared > to there python equivalents. Has such an analysis/evaluation been done? > > Sent from my really tiny device... > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -

Re: [openstack-dev] [Mistral] Crack at a "Real life" workflow

2014-03-08 Thread Stan Lagun
cess to things like > sockets or files... (although google apparently hacked enough of them in > for usage in app-engine). > > Anyways maybe we should/can continue this on another thread :-) > > Sent from my really tiny device... > > On Mar 8, 2014, at 2:35 AM, "Stan

Re: [openstack-dev] [Mistral] Crack at a "Real life" workflow

2014-03-08 Thread Stan Lagun
/object constructs... built-in and have runtimes that u can > control the security domain of (python is not a good choice to run > arbitrary code-in, find out how much energy google put into python + > app-engine and u'll see what it takes). > > http://en.wikipedia.org/wiki/XQuer

Re: [openstack-dev] [Mistral] Crack at a "Real life" workflow

2014-03-07 Thread Stan Lagun
v mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > _______ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.op

Re: [openstack-dev] Incubation Request: Murano

2014-03-04 Thread Stan Lagun
ion away from the relevant parts of the YAML > representation of TOSCA Simple Profile. > > > cheers, > Zane. > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-b

Re: [openstack-dev] [Murano] Object-oriented approach for defining Murano Applications

2014-02-24 Thread Stan Lagun
ll appropriate >>workflows on the controllers. >> >> >> The simplified class diagram may look like this: >> >> >> >> >> >> So, this approach allows to decompose the AD deployment workflow into >> simple isolated parts, explicit

Re: [openstack-dev] [Murano] Heat resource isolation withing single stack

2014-02-23 Thread Stan Lagun
. On Sun, Feb 23, 2014 at 11:50 PM, Steve Baker wrote: > On 22/02/14 03:37, Stan Lagun wrote: > > Hi Everyone, > > > > While looking through Heat templates generation code in Murano I've > > realized it has a major design flaw: there is no isolation betwe

Re: [openstack-dev] [Murano] Heat resource isolation withing single stack

2014-02-21 Thread Stan Lagun
which resource and dynamically adjust resource names back and forth ("myHost" in example above) to some unique values in a way that is opaque to application On Fri, Feb 21, 2014 at 8:20 PM, Steven Hardy wrote: > On Fri, Feb 21, 2014 at 06:37:27PM +0400, Stan Lagun wrote: > &g

[openstack-dev] [Murano] Heat resource isolation withing single stack

2014-02-21 Thread Stan Lagun
ames indicating owning app instance ID and remove them upon read access from workflow so that generated names would be invisible to workflow. That would also mean all VMs would have generated names Hope to see better ideas and suggestions in this thread -- Sincerely yours Stanislav (Sta

  1   2   >