Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
360a2cab
Commit
360a2cab
authored
Oct 26, 2019
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split model definitions
parent
505fa987
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
179 additions
and
158 deletions
+179
-158
Credentials.yml
TOSCA/openAPI/TOSCA/Credentials.yml
+18
-0
NodeTemplate.yml
TOSCA/openAPI/TOSCA/NodeTemplate.yml
+34
-0
TopologyTemplate.yml
TOSCA/openAPI/TOSCA/TopologyTemplate.yml
+40
-0
ToscaTemplate.yml
TOSCA/openAPI/TOSCA/ToscaTemplate.yml
+66
-0
User.yml
TOSCA/openAPI/User.yml
+20
-0
definitions.yml
TOSCA/openAPI/definitions.yml
+1
-158
No files found.
TOSCA/openAPI/TOSCA/Credentials.yml
0 → 100644
View file @
360a2cab
definitions
:
Credentials
:
type
:
"
object"
properties
:
protocol
:
type
:
"
string"
token_type
:
type
:
"
string"
token
:
type
:
"
string"
keys
:
type
:
object
additionalProperties
:
type
:
string
user
:
type
:
"
string"
cloud_provider_name
:
type
:
"
string"
TOSCA/openAPI/TOSCA/NodeTemplate.yml
0 → 100644
View file @
360a2cab
definitions
:
NodeTemplate
:
type
:
"
object"
properties
:
name
:
type
:
"
string"
type
:
type
:
"
string"
requirements
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
artifacts
:
type
:
object
additionalProperties
:
type
:
object
properties
:
type
:
object
additionalProperties
:
type
:
object
interfaces
:
type
:
object
additionalProperties
:
type
:
object
capabilities
:
type
:
object
additionalProperties
:
type
:
object
workflows
:
type
:
object
additionalProperties
:
type
:
object
TOSCA/openAPI/TOSCA/TopologyTemplate.yml
0 → 100644
View file @
360a2cab
definitions
:
TopologyTemplate
:
type
:
"
object"
properties
:
description
:
type
:
"
string"
inputs
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
policies
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
outputs
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
node_templates
:
type
:
object
additionalProperties
:
$ref
:
'
#/definitions/NodeTemplate'
relationship_templates
:
type
:
object
additionalProperties
:
type
:
object
groups
:
type
:
object
additionalProperties
:
type
:
object
substitution_mappings
:
type
:
object
additionalProperties
:
type
:
object
TOSCA/openAPI/TOSCA/ToscaTemplate.yml
0 → 100644
View file @
360a2cab
definitions
:
ToscaTemplate
:
type
:
"
object"
properties
:
tosca_definitions_version
:
type
:
"
string"
tosca_default_namespace
:
type
:
"
string"
template_name
:
type
:
"
string"
imports
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
string
repositories
:
type
:
object
additionalProperties
:
type
:
string
dsl_definitions
:
type
:
object
additionalProperties
:
type
:
string
node_types
:
type
:
object
additionalProperties
:
type
:
object
topology_template
:
$ref
:
"
#/definitions/TopologyTemplate"
relationship_types
:
type
:
object
additionalProperties
:
type
:
object
relationship_templates
:
type
:
object
additionalProperties
:
type
:
object
capability_types
:
type
:
object
additionalProperties
:
type
:
object
artifact_types
:
type
:
object
additionalProperties
:
type
:
object
data_types
:
type
:
object
additionalProperties
:
type
:
object
interface_types
:
type
:
object
additionalProperties
:
type
:
object
policy_types
:
type
:
object
additionalProperties
:
type
:
string
group_types
:
type
:
object
additionalProperties
:
type
:
object
description
:
type
:
"
string"
template_author
:
type
:
"
string"
TOSCA/openAPI/User.yml
0 → 100644
View file @
360a2cab
definitions
:
User
:
type
:
"
object"
properties
:
id
:
type
:
"
string"
username
:
type
:
"
string"
firstName
:
type
:
"
string"
lastName
:
type
:
"
string"
email
:
type
:
"
string"
password
:
type
:
"
string"
userStatus
:
type
:
"
integer"
format
:
"
int32"
description
:
"
User
Status"
TOSCA/openAPI/definitions.yml
View file @
360a2cab
definitions
:
User
:
type
:
"
object"
properties
:
id
:
type
:
"
integer"
format
:
"
int64"
username
:
type
:
"
string"
firstName
:
type
:
"
string"
lastName
:
type
:
"
string"
email
:
type
:
"
string"
password
:
type
:
"
string"
userStatus
:
type
:
"
integer"
format
:
"
int32"
description
:
"
User
Status"
ToscaTemplate
:
type
:
"
object"
properties
:
tosca_definitions_version
:
type
:
"
string"
tosca_default_namespace
:
type
:
"
string"
template_name
:
type
:
"
string"
imports
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
string
repositories
:
type
:
object
additionalProperties
:
type
:
string
dsl_definitions
:
type
:
object
additionalProperties
:
type
:
string
node_types
:
type
:
object
additionalProperties
:
type
:
object
topology_template
:
$ref
:
"
#/definitions/TopologyTemplate"
relationship_types
:
type
:
object
additionalProperties
:
type
:
object
relationship_templates
:
type
:
object
additionalProperties
:
type
:
object
capability_types
:
type
:
object
additionalProperties
:
type
:
object
artifact_types
:
type
:
object
additionalProperties
:
type
:
object
data_types
:
type
:
object
additionalProperties
:
type
:
object
interface_types
:
type
:
object
additionalProperties
:
type
:
object
policy_types
:
type
:
object
additionalProperties
:
type
:
string
group_types
:
type
:
object
additionalProperties
:
type
:
object
description
:
type
:
"
string"
template_author
:
type
:
"
string"
TopologyTemplate
:
type
:
"
object"
properties
:
description
:
type
:
"
string"
inputs
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
policies
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
outputs
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
node_templates
:
type
:
object
additionalProperties
:
$ref
:
'
#/definitions/NodeTemplate'
relationship_templates
:
type
:
object
additionalProperties
:
type
:
object
groups
:
type
:
object
additionalProperties
:
type
:
object
substitution_mappings
:
type
:
object
additionalProperties
:
type
:
object
NodeTemplate
:
type
:
"
object"
properties
:
name
:
type
:
"
string"
type
:
type
:
"
string"
requirements
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
artifacts
:
type
:
object
additionalProperties
:
type
:
object
properties
:
type
:
object
additionalProperties
:
type
:
object
interfaces
:
type
:
object
additionalProperties
:
type
:
object
capabilities
:
type
:
object
additionalProperties
:
type
:
object
workflows
:
type
:
object
additionalProperties
:
type
:
object
definitions
:
Credentials
:
type
:
"
object"
properties
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment