Multiple PNFs with same ModelInfo but different instance name not able to be instantiated 47/130247/1
authorAleem Raja <aleem.raja@t-systems.com>
Wed, 10 Aug 2022 15:50:12 +0000 (21:20 +0530)
committerAleem Raja <aleem.raja@t-systems.com>
Wed, 10 Aug 2022 15:50:23 +0000 (21:20 +0530)
When instantiating a service with multiple PNFs, SO differentiates them using ModelCustomizationId. This causes issues when creating multiple instances of same model resource, and each lookup would return the same object.
With this patch, Instead of using ModelCustomizationId, we enable SO to use instanceName parameter to differentiate the PNFs.

Issue-ID: SO-3948

Signed-off-by: Aleem Raja <aleem.raja@t-systems.com>
Change-Id: I9dd039ac786a60f7cf4d4a9c456c7681f64d6786


No differences found