diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/base/MANIFEST.json')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/base/MANIFEST.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/base/MANIFEST.json b/heat/vFW_CNF_CDS/templates/base/MANIFEST.json new file mode 100644 index 00000000..6d314d1d --- /dev/null +++ b/heat/vFW_CNF_CDS/templates/base/MANIFEST.json @@ -0,0 +1,66 @@ +{ + "name": "virtualFirewall", + "description": "", + "data": [ + { + "file": "base.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "base_cloudtech_k8s_charts.tgz", + "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACTS" + }, + { + "file": "firewall.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "firewall.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "firewall_cloudtech_k8s_charts.tgz", + "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACTS" + }, + { + "file": "packetgen.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "packetgen.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "packetgen_cloudtech_k8s_charts.tgz", + "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACTS" + }, + { + "file": "sink.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "sink.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "sink_cloudtech_k8s_charts.tgz", + "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACTS" + } + ] +} |