summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2019-09-26 13:20:28 +0100
committerOren Kleks <oren.kleks@amdocs.com>2019-10-29 14:15:57 +0000
commitc42c9f75adb72f80e57694b5bf67db7c94f33a89 (patch)
treef5e16e64400af3f795061dceb02fee8522ed4245 /openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml
parent145e960db3614cf499aa0be0dbb4f19b3ba3183e (diff)
Fix for status properties value.
These changes were made to align the normative types to the TOSCA property definition requirements. Issue-ID: SDC-322 Change-Id: I32e815dd26990dd6c82c859ad051b271db3c8029 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml
index 07a9bf5bd9..8ba1b1e107 100644
--- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml
+++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml
@@ -12,16 +12,16 @@ relationship_types:
tosca_id:
type: string
description: A unique identifier of the realized instance of a Relationship Template that derives from any TOSCA normative type.
- status: SUPPORTED
+ status: supported
tosca_name:
type: string
description: This attribute reflects the name of the Relationship Template as defined in the TOSCA service template. This name is not unique to the realized instance model of corresponding deployed application as each template in the model can result in one or more instances (e.g., scaled) when orchestrated to a provider environment.
- status: SUPPORTED
+ status: supported
state:
type: string
description: The state of the relationship instance.
default: initial
- status: SUPPORTED
+ status: supported
interfaces:
Configure:
type: tosca.interfaces.relationship.Configure
@@ -46,21 +46,21 @@ relationship_types:
/ path such as ''/usr/data''. Note: The user must provide it and it cannot
be "root".'
required: true
- status: SUPPORTED
+ status: supported
constraints:
- min_length: 1
device:
type: string
description: The logical device name which for the attached device (which is represented by the target node in the model). e.g., '/dev/hda1'.
required: false
- status: SUPPORTED
+ status: supported
attributes:
device:
type: string
description: 'The logical name of the device as exposed to the instance. Note:
A runtime property that gets set when the model gets instantiated by the
orchestrator.'
- status: SUPPORTED
+ status: supported
valid_target_types:
- tosca.capabilities.Attachment
tosca.relationships.network.BindsTo:
@@ -85,6 +85,6 @@ relationship_types:
credential:
type: tosca.datatypes.Credential
required: false
- status: SUPPORTED
+ status: supported
valid_target_types:
- tosca.capabilities.Endpoint