From: talio Date: Thu, 14 Sep 2017 08:17:22 +0000 (+0300) Subject: Adding global type X-Git-Tag: v1.2.0~892^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F12387%2F1;p=sdc.git Adding global type Adding tosca.nodes.nfv.VnfVirtualLinkDesc type into global types repository Issue - ID : SDC-337 Change-Id: I60cb36c627f9e396597150f45d2a58fbc9282ea0 Signed-off-by: talio --- diff --git a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml index aaff11b0ed..da41c933f1 100644 --- a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml +++ b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml @@ -1103,4 +1103,27 @@ node_types: capability: tosca.capabilities.nfv.VirtualLinkable occurrences: - 0 - - UNBOUNDED \ No newline at end of file + - UNBOUNDED + + tosca.nodes.nfv.VnfVirtualLinkDesc: + capabilities: + monitoring_parameters: + type: tosca.capabilities.nfv.Metric + virtual_linkable: + type: tosca.capabilities.nfv.VirtualLinkable + derived_from: tosca.nodes.Root + properties: + vl_flavours: + entry_schema: + type: string + type: map + description: + required: false + type: string + test_access: + entry_schema: + type: string + required: false + type: list + connectivity_type: + type: tosca.datatypes.nfv.ConnectivityType \ No newline at end of file