diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-11-05 22:55:13 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-11-09 08:11:05 +0000 |
commit | 522c69de81b355646789a340f061313e3598f5b9 (patch) | |
tree | 0764f05ce844042489002a951930a68bd053b155 /heat/vFW_CNF_CDS/templates/base_dummy/MANIFEST.json | |
parent | c3987b0edac5541dba246a746b0dc89ee7603f47 (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_dummy/MANIFEST.json')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/base_dummy/MANIFEST.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/base_dummy/MANIFEST.json b/heat/vFW_CNF_CDS/templates/base_dummy/MANIFEST.json new file mode 100644 index 00000000..08f65e75 --- /dev/null +++ b/heat/vFW_CNF_CDS/templates/base_dummy/MANIFEST.json @@ -0,0 +1,70 @@ +{ + "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" + } + ] +} |