[
https://issues.apache.org/jira/browse/ARIA-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15956050#comment-15956050
]
ASF GitHub Bot commented on ARIA-92:
------------------------------------
GitHub user tliron opened a pull request:
https://github.com/apache/incubator-ariatosca/pull/95
ARIA-92 Automatic operation task configuration
Main changes:
1. Removed `runs_on` field from task model and API
2. Two new instantiations phase, one to find the host nodes, and the second
to configure operation instances for the execution plugin
3. Parser fills in `configuration` field in `OperationTemplate` using
`dependencies` in TOSCA syntax
4. Fixes to reqs-and-caps bugs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-ariatosca
ARIA-92-plugin-in-implementation-string
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-ariatosca/pull/95.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 #95
----
commit 73c1d0297812a421eee2176fcff5e5ae73980ccb
Author: Tal Liron <[email protected]>
Date: 2017-03-24T21:33:11Z
ARIA-92 Automatic operation task configuration
----
> Execution plugin operations default mappings
> --------------------------------------------
>
> Key: ARIA-92
> URL: https://issues.apache.org/jira/browse/ARIA-92
> Project: AriaTosca
> Issue Type: Story
> Reporter: Ran Ziv
> Assignee: Tal Liron
>
> The execution plugin serves as the default plugin, i.e. if no other plugin
> was specified, it'll be used to execute scripts in operations.
> These scripts will currently only execute locally. The execution plugin also
> supports running scripts on remote machines (via SSH).
> One option is to have the parser recognize whether the node in question is
> contained inside a host node, in which case the script should be executed
> remotely (by default, yet overridable by specifying the full plugin operation
> mapping), and if not then it should be executed locally.
> Another option is to have the user specify it using special syntax, e.g.:
> "local > script.sh" and "remote > script.sh"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)