Add FabricConfiguration capability 19/58719/3
authorManzon, Inna (im453s) <im453s@intl.att.com>
Thu, 2 Aug 2018 08:33:37 +0000 (11:33 +0300)
committerAvi Gaffa <avi.gaffa@amdocs.com>
Tue, 7 Aug 2018 07:29:49 +0000 (07:29 +0000)
Change-Id: Ic1c25a1310f3f285d57c86a1645ab0d5ecd02876
Issue-ID: SDC-1593
Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
openecomp-be/lib/openecomp-tosca-lib/src/main/java/org/openecomp/sdc/tosca/datatypes/ToscaCapabilityType.java

index 12cecb9..979cd95 100644 (file)
@@ -116,4 +116,8 @@ capability_types:
        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
+          required: true
+
+  org.openecomp.capabilities.FabricConfiguration:
+     derived_from: tosca.capabilities.Root
+     description: fabric configuration capability of VFC depended on the VFC's port property
\ No newline at end of file
index 8cb21cc..9ef0a8d 100644 (file)
@@ -51,4 +51,6 @@ public class ToscaCapabilityType {
   public static final String METRIC_SNMP_TRAP = CAPABILITY_PREFIX + "metric.SnmpTrap";
   public static final String METRIC_SNMP_POLLING = CAPABILITY_PREFIX + "metric.SnmpPolling";
 
+  public static final String FABRIC_CONFIGURATION = CAPABILITY_PREFIX + "FabricConfiguration";
+
 }