RE: install_aria_extensions called twice

2018-01-10 Thread Vaishali Krishnamurthy
Hi Maxim, For this https://issues.apache.org/jira/browse/ARIA-432 issue, I need some more clarification on the part where it is mentioned "flatten those non-primitive types " . Could you please explain? Regards, Vaishali -Original Message- From: Srinidhi Srivatsan

RE: Implementation of Reserved Function Keywords ( SOURCE, TARGET ) and Artifact Function

2018-01-03 Thread Vaishali Krishnamurthy
Hi, I am not able to find JIRA link to the artifact issue . Could you please point to the JIRA for second issue ? -Original Message- From: Vaishali Krishnamurthy [mailto:v.krishnamurt...@globallogic.com] Sent: Thursday, January 04, 2018 10:13 AM To: 'dev@ariatosca.incubator.apache.org

RE: Implementation of Reserved Function Keywords ( SOURCE, TARGET ) and Artifact Function

2018-01-03 Thread Vaishali Krishnamurthy
at 6:11 AM, Vaishali Krishnamurthy < v.krishnamurt...@globallogic.com.invalid> wrote: > Hi, > > > > When trying the attribute, property and artifact functions in ARIA, > we faced the following issues, > > > > 1. I tried using the reserved functi

Implementation of Reserved Function Keywords ( SOURCE, TARGET ) and Artifact Function

2018-01-03 Thread Vaishali Krishnamurthy
Hi, When trying the attribute, property and artifact functions in ARIA, we faced the following issues, 1. I tried using the reserved function keywords like SOURCE and TARGET in the property and attribute functions. The keywords were not working when used inside relationship template

RE: get_attribute function not supporting SELF as

2017-12-06 Thread Vaishali Krishnamurthy
e function. Are you a programmer? Is there any way you can help us debug this on your end to find out where things go wrong? If not, could you possibly share with your complete example, including the "sample" plugin code, so that we can debug it? On Wed, Dec 6, 2017 at 7:07 AM, Va

RE: get_attribute function not supporting SELF as

2017-12-05 Thread Vaishali Krishnamurthy
puts: payload: { "config": {get_attribute: [ SELF, vmme_configuration ]}} config: {get_attribute: [ SELF, vmme_configuration ]} On Tue, Dec 5, 2017 at 1:56 PM, Vaishali Krishnamurthy < v.krishnamurt...@globallogic.com.invalid> wrote:

RE: get_attribute function not supporting SELF as

2017-12-05 Thread Vaishali Krishnamurthy
t; > >>node_templates: > >> v_mme: > >>type: my_Node_Server > >>interfaces: > >> Standard: > >>configure: > >> inputs: > >>payload: { > >>

Subscribe for dev mailing list

2017-12-05 Thread Vaishali Krishnamurthy
Hi, Am looking for subscription for dev@ariatosca.incubator.apache.org to have my queries posted to dev forum. Could you help with this ? Regards, Vaishali

RE: get_attribute function not supporting SELF as

2017-12-05 Thread Vaishali Krishnamurthy
configure: > inputs: >payload: > config: {get_attribute: [ SELF, vmme_configuration ]} >config: {get_attribute: [ SELF, vmme_configuration ]} > > > > > > > On Tue, Dec 5, 2017 at 10:58 AM, Vaishali Kr

RE: get_attribute function not supporting SELF as

2017-12-05 Thread Vaishali Krishnamurthy
From: Tal Liron [mailto:t...@cloudify.co] Sent: Tuesday, December 05, 2017 2:06 PM To: dev@ariatosca.incubator.apache.org Subject: Re: get_attribute function not supporting SELF as Thanks for the report. Do you possibly have a minimal TOSCA template we can use to reproduce the error? On Tue, Dec 5,

get_attribute function not supporting SELF as

2017-12-04 Thread Vaishali Krishnamurthy
Hi, We have observed the attribute resolution is not proper when we use SELF as in get_attribute function and it works fine when we use the node name as . With SELF it takes the default value. Could you confirm if there is any fix for this issue ? Regards, Vaishali