You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by "Ran Ziv (JIRA)" <ji...@apache.org> on 2017/05/03 12:18:04 UTC

[jira] [Created] (ARIA-189) Node state update mechanism works incorrectly

Ran Ziv created ARIA-189:
----------------------------

             Summary: Node state update mechanism works incorrectly
                 Key: ARIA-189
                 URL: https://issues.apache.org/jira/browse/ARIA-189
             Project: AriaTosca
          Issue Type: Bug
            Reporter: Ran Ziv
            Priority: Minor


Node state updates take place when an event for completion of a task is raised and the task is of a certain interface and operation.

The problem is we check the interface by name ({{Standard}}), rather than by type, which is incorrect according to the TOSCA spec.

Note that {{Task}} objects currently only store the interface's name, not the interface itself (or its type), so they'll first need to be adjusted accordingly.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)