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 --- .../in/GlobalSubstitutionTypesServiceTemplate.yaml | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/oneNestedNode/in/GlobalSubstitutionTypesServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/oneNestedNode/in/GlobalSubstitutionTypesServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/oneNestedNode/in/GlobalSubstitutionTypesServiceTemplate.yaml index 887439d296..dfcce1503e 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/oneNestedNode/in/GlobalSubstitutionTypesServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/pattern4/oneNestedNode/in/GlobalSubstitutionTypesServiceTemplate.yaml @@ -42,82 +42,82 @@ 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 cps_net_ips: type: string description: CPS network ip 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_volumes: type: string description: CPS Cluman Cinder Volume 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: - link_pcm_port_1: capability: tosca.capabilities.network.Linkable -- cgit 1.2.3-korg