added namespace argument to the N2VC's KDU uninstall function call 13/11913/5
authorPedro Escaleira <escaleira@av.it.pt>
Thu, 21 Apr 2022 23:46:14 +0000 (00:46 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 24 May 2022 15:36:36 +0000 (17:36 +0200)
commite1ea267ea9baf033221e5d2f665cc6f4bbdc3028
treed08658b6ca437058d05680394a826a04c0e4d1d4
parent80bcf1c9208bd3229beb295a66a98e0cc3c3d150
added namespace argument to the N2VC's KDU uninstall function call

This is needed for the fix to the N2VC's bug 1995. This because when
uninstalling a KDU based on Helm Charts, we need to know thenamespace/model
associated to the Juju Bundle. However, if we try to obtain the
namespace from the database in the uninstall method on N2VC, most of the
times the nsrs associated data was already removed, which means that
N2VC will not be able to obtain it there (in the end, the
model/namespace is not removed). The most easy way is to pass the
namespace to the method, as done here.

Change-Id: I70bf67b301aa3036c9456f5c2c9c5d3176f7b58e
Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
osm_lcm/ns.py