Skip to content

Commit

Permalink
Move content from docs/user/index.md to docs/tosca/index.md
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Kopp <kopp.dev@gmail.com>
  • Loading branch information
koppor committed Sep 29, 2017
1 parent b863b70 commit d33bdc9
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 47 deletions.
37 changes: 0 additions & 37 deletions docs/tosca/README.md

This file was deleted.

43 changes: 43 additions & 0 deletions docs/tosca/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Notes on TOSCA

## Recommended reading

1. [Portable Cloud Services Using TOSCA by Tobias Binz, Gerd Breiter, Frank Leymann, Thomas Spatzier. IEEE Internet Computing 16(03):80--85 (May 2012)](http://doi.org/10.1109/MIC.2012.43) - short overview
2. [TOSCA: Portable Automated Deployment and Management of Cloud Applications by Tobias Binz, Uwe Breitenbücher, Oliver Kopp, Frank Leymann, Advanced Web Services2014](http://doi.org/10.1007/978-1-4614-7535-4_22) - longer overview
3. [Topology and Orchestration Specification for Cloud Applications (TOSCA) Primer Version 1.0](http://docs.oasis-open.org/tosca/tosca-primer/v1.0/tosca-primer-v1.0.html) - offical primer (regard it as tutorial)
4. [Topology and Orchestration Specification for Cloud Applications Version 1.0](http://docs.oasis-open.org/tosca/TOSCA/v1.0/os/TOSCA-v1.0-os.html) - offical specification
5. [TOSCA Simple Profile in YAML Version 1.1](http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.1/TOSCA-Simple-Profile-YAML-v1.1.html) - the simple profile in YAML.

See <http://www.opentosca.org/#publications> for a list of publications in the OpenTOSCA ecosystem.


## TOSCA 1.0 XML

- [class diagram](TOSCA-v1.0-os-class-diagram.pdf) ([PlantUML source](TOSCA-v1.0-os-class-diagram.plantuml))


## TOSCA 1.0 YAML

- [class diagram](TOSCA-Simple-Profile-in-YAML-v1.0-os-class-diagram.pdf), [PlantUML source](TOSCA-Simple-Profile-in-YAML-v1.0-os-class-diagram.plantuml)


### Example YAML files

* <https://github.com/alien4cloud/samples>
* <https://github.com/alien4cloud/tosca-normative-types>


## Available TOSCA implementations

Available implementations are tracked by OASIS at <https://wiki.oasis-open.org/tosca/TOSCA-implementations>.


## License

Copyright (c) 2014-2017 University of Stuttgart.

All rights reserved. This program and the accompanying materials
are made available under the terms of the [Eclipse Public License v2.0]
and the [Apache License v2.0] which both accompany this distribution,
and are available at http://www.eclipse.org/legal/epl-v20.html
and http://www.apache.org/licenses/LICENSE-2.0
11 changes: 1 addition & 10 deletions docs/user/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<!-- toc -->

- [Overview](#overview)
- [Recommended reading](#recommended-reading)
- [Quickstart](#quickstart)
- [Features](#features)
- [License](#license)
Expand All @@ -15,6 +14,7 @@
Eclipse Winery is a Web-based environment to graphically model [OASIS TOSCA](../tosca/) topologies and plans managing these topologies.
It is an Eclipse project and thus support is available through its project page <https://projects.eclipse.org/projects/soa.winery>.
Winery is also part of the OpenTOSCA ecosystem where more information is available at <http://www.opentosca.org>.
For more information on TOSCA see [our TOSCA information page](../tosca/).

![Winery Components](graphics/WineryComponents.png)

Expand All @@ -35,15 +35,6 @@ The repository stores TOSCA models and allows managing their content. For instan
The repository is also responsible for importing and exporting CSARs, the exchange format of TOSCA files and related artifacts.


## Recommended reading

1. [Portable Cloud Services Using TOSCA by Tobias Binz, Gerd Breiter, Frank Leymann, Thomas Spatzier. IEEE Internet Computing 16(03):80--85 (May 2012)](http://doi.org/10.1109/MIC.2012.43) - short overview
2. [TOSCA: Portable Automated Deployment and Management of Cloud Applications by Tobias Binz, Uwe Breitenbücher, Oliver Kopp, Frank Leymann, Advanced Web Services2014](http://doi.org/10.1007/978-1-4614-7535-4_22) - longer overview
3. [Topology and Orchestration Specification for Cloud Applications (TOSCA) Primer Version 1.0](http://docs.oasis-open.org/tosca/tosca-primer/v1.0/tosca-primer-v1.0.html) - offical primer (regard it as tutorial)
4. [Topology and Orchestration Specification for Cloud Applications Version 1.0](http://docs.oasis-open.org/tosca/TOSCA/v1.0/os/TOSCA-v1.0-os.html) - offical specification
5. [TOSCA Simple Profile in YAML Version 1.1](http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.1/TOSCA-Simple-Profile-YAML-v1.1.html) - the simple profile in YAML.


## Quickstart

On Windows:
Expand Down

0 comments on commit d33bdc9

Please sign in to comment.