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
fd4d8b38
Commit
fd4d8b38
authored
5 years ago
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added coordinates data type
parent
37461c06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
data.yml
TOSCA/types/data.yml
+15
-2
nodes.yaml
TOSCA/types/nodes.yaml
+5
-1
No files found.
TOSCA/types/data.yml
View file @
fd4d8b38
...
@@ -6,5 +6,18 @@ data_types:
...
@@ -6,5 +6,18 @@ data_types:
derived_from
:
tosca.datatypes.Credential
derived_from
:
tosca.datatypes.Credential
properties
:
properties
:
cloud_provider_name
:
cloud_provider_name
:
type
:
string
type
:
string
required
:
true
required
:
true
tosca.datatypes.ARTICONF.coordinates
:
derived_from
:
tosca.datatypes.Root
properties
:
longitude
:
type
:
float
required
:
false
description
:
The longitude of the domain
latitude
:
type
:
float
required
:
false
description
:
The latitude of the domain
This diff is collapsed.
Click to expand it.
TOSCA/types/nodes.yaml
View file @
fd4d8b38
...
@@ -111,7 +111,11 @@ node_types:
...
@@ -111,7 +111,11 @@ node_types:
type
:
string
type
:
string
required
:
true
required
:
true
default
:
"
ExoGENI"
default
:
"
ExoGENI"
description
:
The name of the provider e.g. EC2, ExoGENI etc.
description
:
The name of the provider e.g. EC2, ExoGENI etc.
coordinates
:
type
:
tosca.datatypes.ARTICONF.coordinates
required
:
false
description
:
The coordinates of the domain
attributes
:
attributes
:
credential
:
credential
:
type
:
tosca.datatypes.ARTICONF.Credential
type
:
tosca.datatypes.ARTICONF.Credential
...
...
This diff is collapsed.
Click to expand it.
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