Add component for deleting resources and tempates 66/130166/7
authorJozsef Csongvai <jozsef.csongvai@bell.ca>
Mon, 16 May 2022 15:15:06 +0000 (11:15 -0400)
committerkuldipr <kuldip.rai@amdocs.com>
Wed, 31 Aug 2022 21:10:23 +0000 (17:10 -0400)
commitc4d74940c9bf8d381fe066d5232a426e573dda98
treef0692119796d1f20618e03d1d49ee03b67529df0
parentefe3e4565dc2ed1d55cf07eba94f7b24c15033ff
Add component for deleting resources and tempates

Users can now add component-resource-deletion as a nodetemplate in
their CBA. This will delete resources and templates created by the
cba, using resolution key or resource-id and resource-type.

Issue-ID: CCSDK-3735
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
Change-Id: I22b7f2fe3369a3e5bac3b72a2114a81622d878dc
components/model-catalog/definition-type/starter-type/node_type/component-resource-deletion.json [new file with mode: 0644]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/ResourceDeletionComponent.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/ResourceDeletionComponentTest.kt [new file with mode: 0644]