Coder Social home page Coder Social logo

oasis-open / tosca-community-contributions Goto Github PK

View Code? Open in Web Editor NEW
37.0 17.0 25.0 686 KB

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.

Home Page: https://github.com/oasis-open/tosca-community-contributions

License: Apache License 2.0

Shell 100.00%
tosca tosca-yaml-files

tosca-community-contributions's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tosca-community-contributions's Issues

Providing the examples coming from TOSCA specifications

TOSCA specifications 1.0/1.1/1.2/1.3 contain a lot of examples illustrating the TOSCA features.
This could be interesting to store all these examples into the tosca-community-contributions repository.
Moreover some examples in the specs contain some grammatical/typing errors that we could correct without modifying the specs.

  1. TOSCA users could find all the examples without copy/paste them from the specs.
  2. TOSCA implementers could find a suite of correct and portable TOSCA examples to test their implementation.

So, this could be helpful for all the community.

TOSCA Implementation Landscape

The Known TOSCA Implementations wiki page contains a lot of useful links but readers need to go through all pages to have a big picture of TOSCA implementations.

I propose to add to the wiki a big picture named TOSCA Implementation Landscape, which could be the following one:

TOSCA-Implementation-Landscape

Green is for still alive implementations, Red is for retired/stopped implementations.
Packages regroup implementations according to a common goal: High level modeling for producing CSARs, Storing CSARs, Orchestrating CSARS (and NFV artefacts), basic building blocks for TOSCA developers.

What do you think about this big picture?

Are you interested by this contribution?

Specify the supported regex syntax for pattern constraints

The spec makes no mention of the regular expression syntax which TOSCA is following. Unfortunately this can vary a bit.

As an example:

  • YANG, with its XML heritage, uses XML family syntax: a regex is implicitly always anchored start and end (^ and $ are always implied at the ends)
  • JSON Schema uses javascript syntax: a regex is never implicitly anchored so you need to add ^ and $ for most regexp on an attribute

I think the TOSCA spec has to make a statement on this, either to pick a format or say it is engine dependent (which I don’t think is the best choice as this affects portability).

TOSCA 2.0: Expand where artifacts can be defined.

TC consensus seems to be it should be possible to declare artifacts on the topology template not just node templates as in TOSCA 1.3. How about relationships, groups, policies, etc.? And to interfaces?

(cf TOSCA TC TODO Item 22)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.