Commit fd4d8b38 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added coordinates data type

parent 37461c06
......@@ -6,5 +6,18 @@ data_types:
derived_from: tosca.datatypes.Credential
properties:
cloud_provider_name:
type: string
required: true
type: string
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
......@@ -111,7 +111,11 @@ node_types:
type: string
required: true
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:
credential:
type: tosca.datatypes.ARTICONF.Credential
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment