Closed micafer closed 3 years ago
Hi Miguel,
it's true; the logic backing the get_attribute
value resolution is quite naive right now.
What kind of output do you need? Would something like this be ok for you?
"outputs": {
"ports": [
{
"protocol": "tcp",
"source": "5000",
"target": "80"
},
{
"protocol": "tcp",
"source": "6000",
"target": "443"
}
]
}
Hi Alberto,
This output will be perfect.
Is there any progress in this regard? We need this functionality implemented at your earliest convenience. Thank you in advance.
Hi,
If I try to submit a TOSCA document like that:
https://github.com/indigo-dc/tosca-types/blob/master/examples/deep-plants-classification.yaml
But changing the outputs value to this:
The deployment is successfully deployed but the outputs are not correctly returned.It returns this error message: