From 608be265c8491686f269ed12d5d48654ddb090b5 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 3 Oct 2019 15:44:48 +0100 Subject: Create new non-mano Artifact Type entry for pnf software information Issue-ID: SDC-2615 Change-Id: I4dd879d50b1dec58aceeaf0c265901c62d038071 Signed-off-by: aribeiro --- .../main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java | 3 ++- .../src/main/resources/nonManoConfig.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'openecomp-be/lib') diff --git a/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java b/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java index d343264528..4fcf02c66a 100644 --- a/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java +++ b/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java @@ -94,7 +94,8 @@ public class FileData { VENDOR_LICENSE("VENDOR_LICENSE"), VF_LICENSE("VF_LICENSE"), CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT("CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT"), - OTHER("OTHER"); + OTHER("OTHER"), + PNF_SW_INFORMATION("PNF_SW_INFORMATION"); private String displayName; diff --git a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/resources/nonManoConfig.yaml b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/resources/nonManoConfig.yaml index 704ea1fc1c..4ace330392 100644 --- a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/resources/nonManoConfig.yaml +++ b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/resources/nonManoConfig.yaml @@ -16,4 +16,7 @@ nonManoKeyFolderMapping: type: Deployment onap_others: location: OTHER + type: Informational + onap_pnf_sw_information: + location: PNF_SW_INFORMATION type: Informational \ No newline at end of file -- cgit 1.2.3-korg