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 --- .../GlobalSubstitutionTypesServiceTemplate.yaml | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/nestedOutputParamGetAttrIn/out/GlobalSubstitutionTypesServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/nestedOutputParamGetAttrIn/out/GlobalSubstitutionTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/nestedOutputParamGetAttrIn/out/GlobalSubstitutionTypesServiceTemplate.yaml index bb5951f82a..5e73de2fdf 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/nestedOutputParamGetAttrIn/out/GlobalSubstitutionTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/nestedOutputParamGetAttrIn/out/GlobalSubstitutionTypesServiceTemplate.yaml @@ -12,72 +12,72 @@ node_types: type: string description: availabilityzone name required: true - status: SUPPORTED + status: supported oam_net_gw: type: string description: CPS network gateway required: true - status: SUPPORTED + status: supported pcm_image_name: type: string description: PCRF CM image name required: true - status: SUPPORTED + status: supported security_group_name: type: string description: the name of security group required: true - status: SUPPORTED + status: supported cps_net_ip: type: string description: CPS network ip required: true - status: SUPPORTED + status: supported pcm_flavor_name: type: string description: flavor name of PCRF CM instance required: true - status: SUPPORTED + status: supported pcm_vol: type: string description: CPS Cluman Cinder Volume required: true - status: SUPPORTED + status: supported pcm_server_name: type: string description: PCRF CM server name required: true - status: SUPPORTED + status: supported cps_net_name: type: string description: CPS network name required: true - status: SUPPORTED + status: supported cps_net_mask: type: string description: CPS network mask required: true - status: SUPPORTED + status: supported oam_net_ip: type: string description: OAM network ip required: true - status: SUPPORTED + status: supported oam_net_mask: type: string description: CPS network mask required: true - status: SUPPORTED + status: supported oam_net_name: type: string description: OAM network name required: true - status: SUPPORTED + status: supported attributes: server_pcm_id: type: string description: the pcm nova service id - status: SUPPORTED + status: supported requirements: - dependency_pcm_port_1: capability: tosca.capabilities.Node -- cgit 1.2.3-korg