From 7e93795a5c48258e9a2985dc318f6a4e106efe38 Mon Sep 17 00:00:00 2001 From: deen1985 Date: Thu, 2 Apr 2020 15:38:45 +0200 Subject: Removed the PNF mappings from AAI-Babel cfg It comes out, that when these mappings are filled in aai-babel tosca-mappings, the Service model distribution breaks. We will need a permanent fix in Guilin release, for now, let`s remove that mapping. Change-Id: I714979d6e032a09d74ad658d82b304c7165adb96 Signed-off-by: deen1985 Issue-ID: AAI-2845 --- components/aai-babel/resources/config/tosca-mappings.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/aai-babel/resources/config/tosca-mappings.json b/components/aai-babel/resources/config/tosca-mappings.json index 5b42260..a6fe82f 100644 --- a/components/aai-babel/resources/config/tosca-mappings.json +++ b/components/aai-babel/resources/config/tosca-mappings.json @@ -130,13 +130,6 @@ "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-cdc55d69785a", - "modelInvariantId": "e9f1fa7d-c839-418a-9601-03dc0d2ad687" } ], "widgetMappings": [ @@ -183,12 +176,6 @@ "type": "widget", "widget": "VOLUME", "deleteFlag": true - }, - { - "prefix": "org.openecomp.resource.pnf", - "type": "widget", - "widget": "PNF", - "deleteFlag": true } ] } -- cgit 1.2.3-korg