Fix VSP update backend process 98/120598/3
authorandre.schmid <andre.schmid@est.tech>
Thu, 15 Apr 2021 10:15:31 +0000 (11:15 +0100)
committerChristophe Closset <christophe.closset@intl.att.com>
Mon, 19 Apr 2021 15:49:19 +0000 (15:49 +0000)
commitcd12a2ac6ddc43493c4ba0685dfc75f11bf2aa6b
treece6d6978b3b63e0fee657ed1674c7e2d9064627f
parent82ee153edbf6ffca0d69bd450b48037ee0465191
Fix VSP update backend process

Fix the VSP update procedure which was being rejected by a condition
that checks if a VFC being created has the same name, type and vendor
release. This was recently introduced to avoid duplicate VFC creation
during the initialization process.
This change adds a condition to confirm that no VSP CSAR is involved,
before trying to check for the name, type and vendor release.

Change-Id: Ie46195e810cd72f7412acc7cb01a764ef010f58d
Issue-ID: SDC-3561
Signed-off-by: André Schmid <andre.schmid@est.tech>
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ResourceImportManager.java