diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2020-03-27 12:31:28 -0400 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2020-03-27 12:33:00 -0400 |
commit | 40aacd4952fc1d8a37f4ad44c89bef093762b81c (patch) | |
tree | 417ad675647b3ff7dbd4b927c928d18290c25121 /components | |
parent | 93f574789eee8a44d9e77b940e352a9c413d5819 (diff) |
Add PNF to tosca mappings
Issue-ID: AAI-2845
Change-Id: Iaf2474b38ea1b5a47d5dad7154fef0d0fd4beb68
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'components')
-rw-r--r-- | components/aai-babel/resources/config/tosca-mappings.json | 13 |
1 files changed, 13 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..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 } ] } |