OASIS TC Open Repository: Manages TOSCA profiles, tests, and templates that are maintained by the TOSCA community. They are intended to be used as examples to help developers get started with TOSCA and to test compliance of TOSCA implementations with the standard.
I'd like to add support for mapping requirements to selectable nodes. I have a common use case where a host requirement in a substituted node needs to be mapped multiple times (to each of the host requirements of the nodes in the substituting template). Rather than defining multiple mappings, it would be more elegant to define a selectable host node in the substituting template and map the host requirement once to the selectable node. I think this could be done elegantly using a simple extension to the requirement mapping syntax as follows:
I'd like to add support for mapping requirements to selectable nodes. I have a common use case where a
host
requirement in a substituted node needs to be mapped multiple times (to each of thehost
requirements of the nodes in the substituting template). Rather than defining multiple mappings, it would be more elegant to define a selectable host node in the substituting template and map thehost
requirement once to the selectable node. I think this could be done elegantly using a simple extension to the requirement mapping syntax as follows: