From: talio Date: Mon, 30 Oct 2017 12:26:41 +0000 (+0200) Subject: global types X-Git-Tag: v1.2.0~774^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b95378760236db2730a7ddad978ead778981252b;p=sdc.git global types Add property for fixed ips type Issue - Id : SDC-549 Change-Id: I3e2df85f1cb6d2a3c9c8fe9841466d5ede656ab7 Signed-off-by: talio --- diff --git a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml index f320a9879b..c9dda19d5c 100644 --- a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml +++ b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml @@ -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