[
https://issues.apache.org/jira/browse/ARIA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991686#comment-15991686
]
ASF GitHub Bot commented on ARIA-139:
-------------------------------------
GitHub user tliron opened a pull request:
https://github.com/apache/incubator-ariatosca/pull/118
ARIA-139 Support attributes
Areas this PR addresses:
- Refactored TOSCA functions
- Refactored {{Parameter}} model to use a property for value, and similar
for coercion
- Added utility properties to {{Parameter}} model: container, service, and
service_template
- New in {{modeling.functions}}: evaluate function, Evaluation return
value, NodeTemplateConstraints class
- Re-enabled and fixed node filter constraints handling in modeling to
support new evaluation system
- Re-enabled value coercion for service instances in CLI core
- Fix back population for one-to-one relationships
- Fixes to TOSCA use case examples
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-ariatosca ARIA-139-attributes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-ariatosca/pull/118.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #118
----
commit b7e1836d894944ca1ae32fc63bb1b25e2fcaad6a
Author: Tal Liron <[email protected]>
Date: 2017-04-20T01:07:33Z
ARIA-139 Support attributes
----
> TOSCA attributes
> ----------------
>
> Key: ARIA-139
> URL: https://issues.apache.org/jira/browse/ARIA-139
> Project: AriaTosca
> Issue Type: Story
> Reporter: Tal Liron
> Assignee: Tal Liron
>
> This feature needs to work in the parser, in modeling, and for the intrinsic
> function {{get_attribute}}.
> We also need to find a way to relate existing {{runtime_properties}} to this
> feature.
> We should convert our code that uses {{state}} field in nodes to use the
> {{state}} attribute instead.
> We need to set the {{tosca_id}} and {{tosca_name}} attributes.
> We should use the {{public_address}} and {{private_address}} attributes
> instead of the {{host_address}} property.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)