-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
83 changed files
with
2,000 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
TOSCA Grammar Examples | ||
====================== | ||
|
||
Here you'll find a nice little playground for learning the basic features of TOSCA. | ||
|
||
Try modifying the files and then see if the service template can still be parsed. | ||
|
||
Did you make a mistake? Puccini should catch all syntactical and grammatical errors and provide you | ||
with a helpful report. | ||
|
||
Syntax | ||
------ | ||
|
||
* [Namespaces](namespaces.yaml) | ||
* [Copy](copy.yaml) | ||
* [DSL Definitions](dsl-definitions.yaml) | ||
* [Unicode](unicode.yaml) | ||
|
||
Data | ||
---- | ||
|
||
* [Data Types](data-types.yaml) | ||
* [Descriptions](descriptions.yaml) | ||
* [Metadata](metadata.yaml) | ||
* [Attributes](attributes.yaml) | ||
|
||
Entities | ||
-------- | ||
|
||
* [Artifacts](artifacts.yaml) | ||
* [Policies and Groups](policies-and-groups.yaml) | ||
* [Inputs and Outputs](inputs-and-outputs.yaml) | ||
|
||
Topology | ||
-------- | ||
|
||
* [Requirements and Capabilities](requirements-and-capabilities.yaml) | ||
|
||
Functions | ||
--------- | ||
|
||
* [Functions](functions.yaml) | ||
* [Source and Target](source-and-target.yaml) | ||
|
||
Orchestration | ||
------------- | ||
|
||
* [Interfaces](interfaces.yaml) | ||
* [Workflows](workflows.yaml) | ||
|
||
Composition | ||
----------- | ||
|
||
* [Substitution Mapping](substitution-mapping.yaml) | ||
* [Substitution Mapping Client](substitution-mapping-client.yaml) | ||
|
||
NFV | ||
--- | ||
|
||
* [Simple for NFV](simple-for-nfv.yaml) |
Oops, something went wrong.