diff options
author | Sithara Nambiar <sitharav.aredath@huawei.com> | 2020-08-16 22:28:48 +0530 |
---|---|---|
committer | Sithara Nambiar <sitharav.aredath@huawei.com> | 2020-08-16 22:28:48 +0530 |
commit | e493d4ff662d6f7bf0c7adbc58c356beb2fe2dce (patch) | |
tree | 4f5a0e5b6a6b9825846e9dde3d4e49102b27254b /openecomp-be/lib/openecomp-heat-lib/src/main/java | |
parent | 5195fbbaa1f925242e9ee9525489b2eb98d01025 (diff) |
SDC changes for adding helm
Issue-ID: REQ-341
Signed-off-by: Sithara Nambiar <sitharav.aredath@huawei.com>
Change-Id: I4721f6e8e2690dc5f7c10bb7b1b2f53ec5f318c7
Diffstat (limited to 'openecomp-be/lib/openecomp-heat-lib/src/main/java')
-rw-r--r-- | openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/datatypes/manifest/FileData.java | 1 |
1 files changed, 1 insertions, 0 deletions
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 264052386d..8b4eebde0e 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 @@ -95,6 +95,7 @@ public class FileData { VF_LICENSE("VF_LICENSE"), CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT("CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT"), CONTROLLER_BLUEPRINT_ARCHIVE("CONTROLLER_BLUEPRINT_ARCHIVE"), + HELM("HELM"), OTHER("OTHER"), PNF_SW_INFORMATION("PNF_SW_INFORMATION"); |