You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In xOpera version 0.7.0 the standard lifecycle interfaces are not working as expected in derived_from nodes. Let's say I have 2 node types derived from a parent node type. This 2 node types have different deployment steps but the undeployment process is the same, so I define the delete operation in the parent node type, but when I run opera undeploy nothing happens and the operation is not called.
This isn't a huge problem because the fix is very easy, but it was something that was working in previous versions and now doesn't work anymore.
The text was updated successfully, but these errors were encountered:
Sorry @anzoman, I'm afraid I can't share the full TOSCA template due to the project I'm working on. However, this example ilustrates pretty well the problem. Let's say I have the definition of this node types:
As you can see, node2 and node3 have different create operations, but share the same delete operation inherited from node1 and the a property. When I define the instantiation of node2 in node_templates I'm able to use opera deploy to create this node. However when I run opera undeploy the delete operation inherited from node1 is not called and the undeploy operation skips this node.
anzoman
changed the title
Derived_from not working as expected in xOpera 0.70
Derived_from not working as expected in xOpera 0.7.0
Oct 5, 2022
Description
In xOpera version 0.7.0 the standard lifecycle interfaces are not working as expected in derived_from nodes. Let's say I have 2 node types derived from a parent node type. This 2 node types have different deployment steps but the undeployment process is the same, so I define the delete operation in the parent node type, but when I run
opera undeploy
nothing happens and the operation is not called.This isn't a huge problem because the fix is very easy, but it was something that was working in previous versions and now doesn't work anymore.
The text was updated successfully, but these errors were encountered: