From d932a21e9f99ef5e706975a73c4f17a145445fe1 Mon Sep 17 00:00:00 2001 From: eleonorali Date: Mon, 11 Jun 2018 18:18:32 +0300 Subject: CR Port Mirroring: add new properties Add new properties nfc_naming_code and nf_naming_code. Merge from release/1806. Change-Id: I25abd4036e34ab43980ec433df9a3510926e4f8b Issue-ID: SDC-1417 Signed-off-by: eleonorali --- .../src/main/resources/globalTypes/openecomp/data.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/onap-tosca-datatype/src/main/resources') diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml index 47d424f407..ef11987f8c 100644 --- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml +++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml @@ -560,8 +560,14 @@ data_types: properties: nf_type: type: string + description: deprecated nfc_type: type: string + description: deprecated + nf_naming_code: + type: string + nfc_naming_code: + type: string network_role: type: string pps_capacity: -- cgit 1.2.3-korg