diff options
author | deen1985 <damian.nowak@nokia.com> | 2020-04-02 15:38:45 +0200 |
---|---|---|
committer | deen1985 <damian.nowak@nokia.com> | 2020-04-02 15:39:00 +0200 |
commit | 7e93795a5c48258e9a2985dc318f6a4e106efe38 (patch) | |
tree | cb43c2db8586cf83fe20a3713b8c8f25f92ffc25 | |
parent | 734cab7fc193e701b59bacc9c234030b52449fa4 (diff) |
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 <damian.nowak@nokia.com>
Issue-ID: AAI-2845
-rw-r--r-- | components/aai-babel/resources/config/tosca-mappings.json | 13 |
1 files changed, 0 insertions, 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 } ] } |