From e77bd83639f77e68f4c7df9b35c95a4d70e70384 Mon Sep 17 00:00:00 2001 From: Lukasz Muszkieta Date: Tue, 16 Jun 2020 11:49:15 +0200 Subject: Add support for PNF resources Issue-ID: AAI-2853 Signed-off-by: Lukasz Muszkieta Change-Id: I43a44ed1b34d486a5329595abd66e34b4086a8fe --- components/aai-babel/resources/config/tosca-mappings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/aai-babel/resources/config/tosca-mappings.json b/components/aai-babel/resources/config/tosca-mappings.json index a6fe82f..fa3a9c9 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": "e9f1fa7d-c839-418a-9601-03dc0d2ad687", + "modelInvariantId": "862b25a1-262a-4961-bdaa-cdc55d69785a" } ], "widgetMappings": [ @@ -176,6 +183,11 @@ "type": "widget", "widget": "VOLUME", "deleteFlag": true + }, + { + "prefix": "org.openecomp.resource.pnf", + "widget": "PNF", + "deleteFlag": true } ] } -- cgit 1.2.3-korg