summaryrefslogtreecommitdiffstats
path: root/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
diff options
context:
space:
mode:
authorojasdubey <ojas.dubey@amdocs.com>2018-03-05 15:00:10 +0530
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-03-05 20:13:36 +0000
commit89e52bf1cc737aacde929038714a7e540c018ed5 (patch)
treeb5564e9c3f61707a59d2454a33a544b38203d694 /common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
parent0067871bc673ffa76c7232292156301e734fc922 (diff)
VLAN tagging - VFC Instance Group
Global types to support VFC Instance Group per network role Change-Id: Ib01551974695b882448a5920ad50e098cd615130 Issue-ID: SDC-1073 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
Diffstat (limited to 'common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml')
-rw-r--r--common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
index 48425a7bb2..12cecb94b0 100644
--- a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
+++ b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
@@ -107,4 +107,13 @@ capability_types:
properties:
connection_point:
type: org.openecomp.datatypes.PortMirroringConnectionPointDescription
- required: true \ No newline at end of file
+ required: true
+
+ org.openecomp.capabilities.VLANAssignment:
+ derived_from: tosca.capabilities.Root
+ description: ability to expose routing information of the internal network
+ properties:
+ vfc_instance_group_reference:
+ type: string
+ description: ability to recognize capability per vfc instance group on vnf instance
+ required: true \ No newline at end of file