diff options
author | talio <tali.orenbach@amdocs.com> | 2017-09-19 15:24:04 +0300 |
---|---|---|
committer | talio <tali.orenbach@amdocs.com> | 2017-09-19 15:24:04 +0300 |
commit | 4c88f8e1ca651cfd77241a9db4a7c6e6af3b6368 (patch) | |
tree | 2cdb30a2b3f5a58e117c53953b7c1a5c6e866f1a | |
parent | 2e38a17469ca7b6ea46cc93a5d4929c08ab409a4 (diff) |
Add global type
Add tosca.nodes.nfv.VnfVirtualLinkDesc to global types
Issue - ID : SDC-349
Change-Id: I2e75ef973c0adfc613bc434b6514e45a55f2d223
Signed-off-by: talio <tali.orenbach@amdocs.com>
-rw-r--r-- | common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml | 25 |
1 files changed, 24 insertions, 1 deletions
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 |