global types 81/21281/1
authortalio <tali.orenbach@amdocs.com>
Mon, 30 Oct 2017 12:26:41 +0000 (14:26 +0200)
committertalio <tali.orenbach@amdocs.com>
Mon, 30 Oct 2017 12:26:41 +0000 (14:26 +0200)
Add property for fixed ips type

Issue - Id : SDC-549

Change-Id: I3e2df85f1cb6d2a3c9c8fe9841466d5ede656ab7
Signed-off-by: talio <tali.orenbach@amdocs.com>
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml

index f320a98..c9dda19 100644 (file)
@@ -562,6 +562,12 @@ data_types:
         type: string
         status: SUPPORTED
         required: false
+      subnet_id:
+        type: string
+        description: Subnet in which to allocate the IP address for this port
+        required: false
+        status: SUPPORTED
+
 
   org.openecomp.datatypes.heat.contrailV2.virtual.machine.interface.Properties:
     derived_from: tosca.datatypes.Root