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

This is a proposal to properly document what a TOSCA file is and its rules, especially as they relate to imports. A TOSCA file is a YAML file that can...

We should remove the NFV profile and its example: * https://github.com/oasis-open/tosca-community-contributions/tree/master/profiles/org.oasis-open/simple-for-nfv/1.0 * https://github.com/oasis-open/tosca-community-contributions/tree/master/examples/1.2/simple-for-nfv OASIS never released the NFV profile as a standard (we stopped work after CSC04) and the work...

I have a need to describe a circular topology: Node A has a relation to Node B and Node B has a relation to Node A. Understandably Ubicity considers this...

**Issue Description** The following service template contains 6 implicit null values in definitions: ```yaml tosca_definitions_version: tosca_simple_yaml_1_3 data_types: # null value implicitly capability_types: CT: # null value implicitly node_types: NT: description:...

**Issue Description** https://github.com/oasis-open/tosca-community-contributions/blob/master/examples/basic-template/basic-template.yml is an invalid service template for Ubicity Validator, Puccini, Cloudnet TOSCA toolbox, and OpenStack TOSCA parser. Is a TOSCA parser successfully validated this service template? Main issues...

The TOSCA specification says that `The concat function is used to concatenate two or more string values within a TOSCA service template.` For the following service template ```yaml tosca_definitions_version: tosca_simple_yaml_1_3...