From 40aacd4952fc1d8a37f4ad44c89bef093762b81c Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Fri, 27 Mar 2020 12:31:28 -0400 Subject: Add PNF to tosca mappings Issue-ID: AAI-2845 Change-Id: Iaf2474b38ea1b5a47d5dad7154fef0d0fd4beb68 Signed-off-by: Jimmy Forsyth --- components/aai-babel/resources/config/tosca-mappings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'components/aai-babel/resources/config') diff --git a/components/aai-babel/resources/config/tosca-mappings.json b/components/aai-babel/resources/config/tosca-mappings.json index a6fe82f..a01cdf0 100644 --- a/components/aai-babel/resources/config/tosca-mappings.json +++ b/components/aai-babel/resources/config/tosca-mappings.json @@ -130,6 +130,13 @@ "deleteFlag": true, "modelVersionId": "8e6ee9dc-9017-444a-83b3-219edb018128", "modelInvariantId": "3bf1e610-45f7-4ad6-b833-ca4c5ee6a3fd" + }, + { + "type": "PNF", + "name": "pnf", + "deleteFlag": true, + "modelVersionId": "862b25a1-262a-4961-bdaa-cdc55d69785ao", + "modelInvariantId": "e9f1fa7d-c839-418a-9601-03dc0d2ad687" } ], "widgetMappings": [ @@ -176,6 +183,12 @@ "type": "widget", "widget": "VOLUME", "deleteFlag": true + }, + { + "prefix": "org.openecomp.resource.pnf", + "type": "widget", + "widget": "PNF", + "deleteFlag": true } ] } -- cgit 1.2.3-korg