aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/base/MANIFEST.json
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2020-11-05 22:55:13 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2020-11-09 08:11:05 +0000
commit522c69de81b355646789a340f061313e3598f5b9 (patch)
tree0764f05ce844042489002a951930a68bd053b155 /heat/vFW_CNF_CDS/templates/base/MANIFEST.json
parentc3987b0edac5541dba246a746b0dc89ee7603f47 (diff)
vFW CNF CDS scripts update for native Helm support
vFW CNF CDS scripts update for native Helm support Change-Id: I34a1cc8dfb18e512edb6e2786984b683c34815e6 Issue-ID: INT-1658 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/base/MANIFEST.json')
-rw-r--r--heat/vFW_CNF_CDS/templates/base/MANIFEST.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/heat/vFW_CNF_CDS/templates/base/MANIFEST.json b/heat/vFW_CNF_CDS/templates/base/MANIFEST.json
deleted file mode 100644
index 08f65e75..00000000
--- a/heat/vFW_CNF_CDS/templates/base/MANIFEST.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "name": "virtualFirewall",
- "description": "",
- "data": [
- {
- "file": "CBA.zip",
- "type": "CONTROLLER_BLUEPRINT_ARCHIVE"
- },
- {
- "file": "base_template.yaml",
- "type": "HEAT",
- "isBase": "true",
- "data": [
- {
- "file": "base_template.env",
- "type": "HEAT_ENV"
- }
- ]
- },
- {
- "file": "base_template_cloudtech_k8s_charts.tgz",
- "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT"
- },
- {
- "file": "vfw.yaml",
- "type": "HEAT",
- "isBase": "false",
- "data": [
- {
- "file": "vfw.env",
- "type": "HEAT_ENV"
- }
- ]
- },
- {
- "file": "vfw_cloudtech_k8s_charts.tgz",
- "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT"
- },
- {
- "file": "vpkg.yaml",
- "type": "HEAT",
- "isBase": "false",
- "data": [
- {
- "file": "vpkg.env",
- "type": "HEAT_ENV"
- }
- ]
- },
- {
- "file": "vpkg_cloudtech_k8s_charts.tgz",
- "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT"
- },
- {
- "file": "vsn.yaml",
- "type": "HEAT",
- "isBase": "false",
- "data": [
- {
- "file": "vsn.env",
- "type": "HEAT_ENV"
- }
- ]
- },
- {
- "file": "vsn_cloudtech_k8s_charts.tgz",
- "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT"
- }
- ]
-}