Separate VF templates for vFW
[demo.git] / heat / vFW_NextGen / templates / MANIFEST.json
diff --git a/heat/vFW_NextGen/templates/MANIFEST.json b/heat/vFW_NextGen/templates/MANIFEST.json
new file mode 100644 (file)
index 0000000..3e67748
--- /dev/null
@@ -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"
+                }
+            ]
+        }
+    ]
+}