Hi Say I have a topology template using the following node templates:
* Node A from type tosca.nodes.Compute --> This is the TOSCA standard Compute node type. The tosca namespace prefix is not explicitly used here. * Node B from type abc: tosca.nodes.Compute --> This is an imported custom Compute node type with the same type URI as the standard Compute (bad idea) but different namespace prefix Will ARIA distinguish these 2 node types? Regards Steve B
