diff options
author | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2020-06-16 11:49:15 +0200 |
---|---|---|
committer | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2020-06-16 11:49:15 +0200 |
commit | e77bd83639f77e68f4c7df9b35c95a4d70e70384 (patch) | |
tree | dc3b02132151a37423bff7806857c8ead8949c29 /components/aai-babel/resources | |
parent | 2aba1f4b1c872ddf429f4635b982b3e15ecc4aac (diff) |
Add support for PNF resources
Issue-ID: AAI-2853
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: I43a44ed1b34d486a5329595abd66e34b4086a8fe
Diffstat (limited to 'components/aai-babel/resources')
-rw-r--r-- | components/aai-babel/resources/config/tosca-mappings.json | 12 |
1 files changed, 12 insertions, 0 deletions
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 } ] } |