From 522c69de81b355646789a340f061313e3598f5b9 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Thu, 5 Nov 2020 22:55:13 +0100 Subject: 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 --- .../templates/base_native/MANIFEST.json | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 heat/vFW_CNF_CDS/templates/base_native/MANIFEST.json (limited to 'heat/vFW_CNF_CDS/templates/base_native') diff --git a/heat/vFW_CNF_CDS/templates/base_native/MANIFEST.json b/heat/vFW_CNF_CDS/templates/base_native/MANIFEST.json new file mode 100644 index 00000000..3830c9f1 --- /dev/null +++ b/heat/vFW_CNF_CDS/templates/base_native/MANIFEST.json @@ -0,0 +1,30 @@ +{ + "name": "virtualFirewall", + "description": "", + "data": [ + { + "file": "CBA.zip", + "type": "CONTROLLER_BLUEPRINT_ARCHIVE" + }, + { + "file": "helm_base_template.tgz", + "type": "HELM", + "isBase": "true" + }, + { + "file": "helm_vfw.tgz", + "type": "HELM", + "isBase": "false" + }, + { + "file": "helm_vpkg.tgz", + "type": "HELM", + "isBase": "false" + }, + { + "file": "helm_vsn.tgz", + "type": "HELM", + "isBase": "false" + } + ] +} -- cgit 1.2.3-korg