tosca-community-contributions
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...
In Tal's latest proposal, the 'constraints' keyword has been renamed to 'validation'. The meaning of the 'validation' keyword is less intuitive than the original 'constraints', but the 'constraints' keyword suggest...
(At the request of Thinh Nguyenphu) Something like this: TOSCA includes basic support for [policies / workflows] to supplement its main goal of declaratively describing cloud topologies. This feature is...
This tentative proposal is to allow a TOSCA file import tree to contain more than one file with a `service_template` keyname. The obvious implication is that the final collection of...
The word "schema" is confusing here, as we are referring to a data type. Changing it to `_type` also aligns with my general preference that keynames include the name of...
It is currently unclear what exactly the `$get_artifact` function returns. Assuming it does return a URL or path to access the artifact (which I think is most logical), it does...
Every TOSCA file (see #112) can have an `about` keyname with the following keys, all optional: - short_description (no newlines) - long_description (standardize on Markdown?) - version ([semver](https://semver.org/), for this...
Consider those use-cases, where the node graph created from a service template deployment is *persisted*. I am aware that not all orchestrators have such a model, but some do. In...
The problem is that the `targets` keyname accepts both node (types or templates) and group (types or actual), but each of these exist in their own per-type namespace and there...