diff options
Diffstat (limited to 'heat/vFW_NextGen/templates/MANIFEST.json')
-rw-r--r-- | heat/vFW_NextGen/templates/MANIFEST.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/heat/vFW_NextGen/templates/MANIFEST.json b/heat/vFW_NextGen/templates/MANIFEST.json new file mode 100644 index 00000000..3e677480 --- /dev/null +++ b/heat/vFW_NextGen/templates/MANIFEST.json @@ -0,0 +1,50 @@ +{ + "name": "virtualFirewall", + "description": "", + "data": [ + { + "file": "base_template.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_template.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "vfw.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "vfw.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "vpg.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "vpg.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "vsn.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "vsn.env", + "type": "HEAT_ENV" + } + ] + } + ] +} |