aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_NextGen/templates/MANIFEST.json
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-10-01 14:30:43 -0400
committerMarco Platania <platania@research.att.com>2018-10-01 14:34:25 -0400
commite925428c9874199da4f2b3d49f81f6d6e8afcc7d (patch)
tree3c12d4a39e2336b118e484f77e218e0cde14416a /heat/vFW_NextGen/templates/MANIFEST.json
parentc35abcbdd0986f1f9540463af548b011afaf8f15 (diff)
Separate VF templates for vFW
- Create a new set of Heat templates for the vFW: - One base template with the definition of common resources - Three add-on modules (VF modules) that describe vFW, vPacketGen, and vSink - Examples of env files in the examples directory For Casablanca, this new template structure will be used for testing CDS capabilities. Change-Id: Ic6c555074490d9d78f90cb347bc56a01a397ca06 Issue-ID: INT-659 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vFW_NextGen/templates/MANIFEST.json')
-rw-r--r--heat/vFW_NextGen/templates/MANIFEST.json50
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"
+ }
+ ]
+ }
+ ]
+}