From c42c9f75adb72f80e57694b5bf67db7c94f33a89 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 26 Sep 2019 13:20:28 +0100 Subject: 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 --- .../toscaGlobalServiceTemplates/tosca/relationships.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/relationships.yml') 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 -- cgit 1.2.3-korg