xlab-si / xopera-opera

xOpera orchestrator compliant with TOSCA YAML v1.3 in the making
https://xlab-si.github.io/xopera-docs/
Apache License 2.0
35 stars 14 forks source link

Update tosca.nodes.Database normative type definition #178

Closed anzoman closed 3 years ago

anzoman commented 3 years ago

In #177 we found that tosca.nodes.Database TOSCA normative type has a port property which is described to be optional but its type definition doesn't explicitly set required keyname to false, so we had to do it in order to prevent that opera would treat it as a required TOSCA property which would be against the TOSCA standard.

Fixes #177.