Skip to content

Commit

Permalink
Update INDIGO TOSCA custom and normative types
Browse files Browse the repository at this point in the history
  • Loading branch information
bassimatteo committed May 23, 2016
1 parent 033be08 commit 35fedba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/tosca-definitions/custom_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,12 +440,12 @@ node_types:
required: no
type: integer
capabilities:
job_successor:
parent_job:
type: tosca.capabilities.indigo.Container.Application.Docker.Chronos
valid_source_types: [tosca.nodes.indigo.Container.Application.Docker.Chronos]
occurrences: [0, UNBOUNDED]
requirements:
job_predecessor:
parent_job:
type: tosca.capabilities.indigo.Container.Application.Docker.Chronos
node: tosca.nodes.indigo.Container.Application.Docker.Chronos
relationship: tosca.relationships.DependsOn
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/tosca-definitions/normative-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ description: >
data_types:
tosca.datatypes.Root:
description: The TOSCA root Data Type all other TOSCA base Data Types derive from.

string:
derived_from: tosca.datatypes.Root

tosca.datatypes.Credential:
derived_from: tosca.datatypes.Root
description: The Credential type is a complex TOSCA data Type used when describing authorization credentials used to access network accessible resources.
Expand Down

0 comments on commit 35fedba

Please sign in to comment.