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
9fbfba2c
Commit
9fbfba2c
authored
Oct 26, 2019
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update definitions
parent
a5a07d04
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
94 additions
and
99 deletions
+94
-99
Credentials.yml
openAPI/TOSCA/Credentials.yml
+8
-9
NodeTemplate.yml
openAPI/TOSCA/NodeTemplate.yml
+16
-17
TopologyTemplate.yml
openAPI/TOSCA/TopologyTemplate.yml
+19
-20
ToscaTemplate.yml
openAPI/TOSCA/ToscaTemplate.yml
+32
-33
User.yml
openAPI/User.yml
+19
-20
No files found.
openAPI/TOSCA/Credentials.yml
View file @
9fbfba2c
definitions
:
Credentials
:
Credentials
:
type
:
"
object"
properties
:
protocol
:
protocol
:
type
:
"
string"
token_type
:
token_type
:
type
:
"
string"
token
:
token
:
type
:
"
string"
keys
:
keys
:
type
:
object
additionalProperties
:
type
:
string
user
:
type
:
string
user
:
type
:
"
string"
cloud_provider_name
:
cloud_provider_name
:
type
:
"
string"
openAPI/TOSCA/NodeTemplate.yml
View file @
9fbfba2c
definitions
:
NodeTemplate
:
NodeTemplate
:
type
:
"
object"
properties
:
name
:
name
:
type
:
"
string"
type
:
type
:
type
:
"
string"
requirements
:
requirements
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
artifacts
:
additionalProperties
:
type
:
object
artifacts
:
type
:
object
additionalProperties
:
type
:
object
properties
:
type
:
object
properties
:
type
:
object
additionalProperties
:
type
:
object
interfaces
:
type
:
object
interfaces
:
type
:
object
additionalProperties
:
type
:
object
capabilities
:
type
:
object
capabilities
:
type
:
object
additionalProperties
:
type
:
object
workflows
:
type
:
object
workflows
:
type
:
object
additionalProperties
:
type
:
object
type
:
object
openAPI/TOSCA/TopologyTemplate.yml
View file @
9fbfba2c
definitions
:
TopologyTemplate
:
TopologyTemplate
:
type
:
"
object"
properties
:
description
:
description
:
type
:
"
string"
inputs
:
inputs
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
policies
:
additionalProperties
:
type
:
object
policies
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
additionalProperties
:
type
:
object
outputs
:
outputs
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
additionalProperties
:
type
:
object
node_templates
:
node_templates
:
type
:
object
additionalProperties
:
$ref
:
'
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/TOSCA/openAPI/TOSCA/NodeTemplate.yml#/NodeTemplate'
relationship_templates
:
$ref
:
'
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/TOSCA/openAPI/TOSCA/NodeTemplate.yml#/NodeTemplate'
relationship_templates
:
type
:
object
additionalProperties
:
type
:
object
groups
:
type
:
object
groups
:
type
:
object
additionalProperties
:
type
:
object
substitution_mappings
:
type
:
object
substitution_mappings
:
type
:
object
additionalProperties
:
type
:
object
type
:
object
openAPI/TOSCA/ToscaTemplate.yml
View file @
9fbfba2c
definitions
:
ToscaTemplate
:
ToscaTemplate
:
type
:
"
object"
properties
:
tosca_definitions_version
:
tosca_definitions_version
:
type
:
"
string"
tosca_default_namespace
:
tosca_default_namespace
:
type
:
"
string"
template_name
:
template_name
:
type
:
"
string"
imports
:
imports
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
additionalProperties
:
type
:
string
repositories
:
repositories
:
type
:
object
additionalProperties
:
type
:
string
dsl_definitions
:
type
:
string
dsl_definitions
:
type
:
object
additionalProperties
:
type
:
string
node_types
:
type
:
string
node_types
:
type
:
object
additionalProperties
:
type
:
object
topology_template
:
type
:
object
topology_template
:
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/TOSCA/openAPI/TOSCA/TopologyTemplate.yml#/TopologyTemplate"
relationship_types
:
relationship_types
:
type
:
object
additionalProperties
:
type
:
object
relationship_templates
:
type
:
object
relationship_templates
:
type
:
object
additionalProperties
:
type
:
object
capability_types
:
type
:
object
capability_types
:
type
:
object
additionalProperties
:
type
:
object
artifact_types
:
type
:
object
artifact_types
:
type
:
object
additionalProperties
:
type
:
object
data_types
:
type
:
object
data_types
:
type
:
object
additionalProperties
:
type
:
object
interface_types
:
type
:
object
interface_types
:
type
:
object
additionalProperties
:
type
:
object
policy_types
:
type
:
object
policy_types
:
type
:
object
additionalProperties
:
type
:
string
group_types
:
type
:
string
group_types
:
type
:
object
additionalProperties
:
type
:
object
description
:
type
:
object
description
:
type
:
"
string"
template_author
:
template_author
:
type
:
"
string"
openAPI/User.yml
View file @
9fbfba2c
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"
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"
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