Re: Node types

2017-08-03 Thread Tal Liron
> Q1 > I see normative node types in the YAML spec. Here it makes sense to call > them normative node types :) > I see non-normative node types in the YAML spec. Here it makes sense to > call them normative node types :) > I also know the template author can create its own node types. Should I > ca

Node types

2017-08-03 Thread Steve Baillargeon
Hi Tal Q1 I see normative node types in the YAML spec. Here it makes sense to call them normative node types :) I see non-normative node types in the YAML spec. Here it makes sense to call them normative node types :) I also know the template author can create its own node types. Should I call

Re: Inputs and Node object context for python and shell scripts

2017-08-03 Thread Tal Liron
Hi DJ, Not entirely sure what you are asking here. You can definitely access the artifact *models* via ctx. However, you are probably thinking about accessing the artifacts files themselves. We do not currently have a working mechanism for artifacts. They are only stored locally in the .aria hom

RE: Inputs and Node object context for python and shell scripts

2017-08-03 Thread D Jayachandran
Am resending this to be on the same thread. Do we also need to consider wrapping the artifacts model in the node object context being received by the plugin method ? The artifacts can be used by the plugins during execution right ? Regards, DJ -Original Message- From: Maxim Orlov [mail

RE: pip executable expected as part of plugin install.

2017-08-03 Thread D Jayachandran
Thanks Avia, I will open an issue. Regards, DJ -Original Message- From: Avia Efrat [mailto:a...@cloudify.co] Sent: Thursday, August 03, 2017 4:01 PM To: dev@ariatosca.incubator.apache.org Subject: Re: pip executable expected as part of plugin install. Hi DJ, It seems you are correct, I

Re: pip executable expected as part of plugin install.

2017-08-03 Thread Avia Efrat
Hi DJ, It seems you are correct, I don't see a reason for not using the pip library. Maybe it was that way since we didn't want to add pip as a dependency explicitly (this code is from the beginning of ARIA). Feel free to open an issue about that =) On Wed, Aug 2, 2017 at 10:19 AM, D Jayachandran

Digest for ASF's Slack

2017-08-03 Thread Digest
Here’s your digest for today! #ariatosca undefined: [UPDATE] continued to go over the instantiation refactoring. It is a long review =). But it will be finished tomorrow. undefined: [UPDATE] i hope <@U53FAA5HP> or <@U546PEP9S> can verify my fixes to the PR and merge...

Re: Inputs and Node object context for python and shell scripts

2017-08-03 Thread Maxim Orlov
You're right, attributes and properties are similar in their nature. You do not need to worry yourself with the model behind them. On the other hand relationship, capabilities etc... are more complex data structures, and thus they remain structured as a model. On Wed, Aug 2, 2017 at 9:56 AM, D Jay