[
https://issues.apache.org/jira/browse/ARIA-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829841#comment-15829841
]
ASF GitHub Bot commented on ARIA-46:
------------------------------------
Github user dankilman commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/50#discussion_r96849479
--- Diff: aria/storage/base_model.py ---
@@ -695,6 +695,11 @@ def execution_name(cls):
WAIT_STATES = [PENDING, RETRYING]
END_STATES = [SUCCESS, FAILED]
+ RUNS_ON_SOURCE = 'source'
+ RUNS_ON_TARGET = 'target'
+ RUNS_ON_NODE = 'node'
--- End diff --
node_instance
> Execution plugin in ARIA
> ------------------------
>
> Key: ARIA-46
> URL: https://issues.apache.org/jira/browse/ARIA-46
> Project: AriaTosca
> Issue Type: Story
> Reporter: Ran Ziv
> Assignee: Dan Kilman
> Priority: Critical
>
> Migrate the execution plugin to ARIA, and make it part of the core code
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)