tosca-community-contributions icon indicating copy to clipboard operation
tosca-community-contributions copied to clipboard

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 an...

Results 115 tosca-community-contributions issues
Sort by recently updated
recently updated
newest added

Condition clauses are used in policy definitions as well as in workflow definitions. While the condition syntax is well thought-out and supports arbitrary boolean expressions, in practice it is very...

I have a need to define more complex requirement fulfillment logic than what can be expressed using node and capability filters. I believe the existing condition syntax could be used...

Requirement definitions and assignments support a node_filter keyword to narrow down the set of target nodes that can be used to fulfill a requirement. This keyword presumes that the node...

https://docs.oasis-open.org/tosca/TOSCA/v2.0/csd05/TOSCA-v2.0-csd05.html#_Toc125468802 documents function definition syntax, but the syntax suggested for `function refinement` needs further clarification/exploration, since refinements in function definitions does not follow the same pattern as refinement in type...

https://docs.oasis-open.org/tosca/TOSCA/v2.0/csd05/TOSCA-v2.0-csd05.html#_Toc125468800 is somewhat wishy-washy about where function values are allowed. That section must include a complete list of all syntax elements that allow function values.

Why are requirements is list? So I can't override requirements via derived from mechanism. Can you explain why requirements is list? I think, that requirements should be dict and capability,...