cloudify-incubator / cloudify-utilities-plugin

Deployment proxy, SSH Key
Apache License 2.0
5 stars 20 forks source link

Deployment outputs are not returned when triggering a deployment with a deployment proxy node. #125

Open gkatsaros opened 6 years ago

gkatsaros commented 6 years ago

When triggering a deployment using a deployment proxy node that has been defined as a new type then the outputs of the triggered deployment are not retrieved by the deployment_proxy node.

To reproduce try the attached blueprint. Two nodes are defined, one cloudify.nodes.DeploymentProxy and another deployment_proxy_type. The second is a custom type that derives from a cloudify.nodes.DeploymentProxy.

When deploying the blueprint the first node retrieved the dummy output of the deployment_proxy triggered deployment, while the second does not. New_Blueprint_1.zip

mabuaisha commented 6 years ago

@gkatsaros Please verify this at your end, because we provided a fix to this issue on this release https://github.com/cloudify-incubator/cloudify-utilities-plugin/releases/tag/1.9.1