Closed philippemerle closed 3 years ago
Several xOpera examples define requirements like:
requirements: - <requirement_name>: capability: tosca.capabilities.Compute relationship: tosca.relationships.DependsOn
But tosca.capabilities.Compute is incompatible with valid target types of tosca.relationships.DependsOn, aka [ tosca.capabilities.Node ].
tosca.capabilities.Compute
tosca.relationships.DependsOn
[ tosca.capabilities.Node ]
Line capability: tosca.capabilities.Compute should be replaced by capability: tosca.capabilities.Node in following files:
capability: tosca.capabilities.Compute
capability: tosca.capabilities.Node
Line capability: tosca.capabilities.Root should be replaced by capability: tosca.capabilities.Node in following files:
capability: tosca.capabilities.Root
@philippemerle many thanks for finding and fixing these TOSCA inconsistincies!
Several xOpera examples define requirements like:
But
tosca.capabilities.Compute
is incompatible with valid target types oftosca.relationships.DependsOn
, aka[ tosca.capabilities.Node ]
.Line
capability: tosca.capabilities.Compute
should be replaced bycapability: tosca.capabilities.Node
in following files: