aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_HPA/vFW/MANIFEST.json
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2018-11-12 21:06:48 -0800
committerItohan <itohan.ukponmwan@intel.com>2018-11-12 21:06:48 -0800
commitffe81cb66e38da20dd8d97ff15157eec032232d5 (patch)
tree8757b01118ff4497c5dedef991eb70cec262e1ff /heat/vFW_HPA/vFW/MANIFEST.json
parent9f8da0915c260757e4bb051d0cf66a9337dfb892 (diff)
vFW and vFWCL templates for HPA
Modified the generic vFW and vFWCL heat templates to include different flavor parameters for each vm in this use case. Added a parameter to specify the vnic type for the port of each vm so that sriov NICs or virtio NICs can be specified. Change-Id: I32b60f94b8deeb7c388d1d0b53afda215cd53c7d Issue-ID: INT-703 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Diffstat (limited to 'heat/vFW_HPA/vFW/MANIFEST.json')
-rw-r--r--heat/vFW_HPA/vFW/MANIFEST.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/heat/vFW_HPA/vFW/MANIFEST.json b/heat/vFW_HPA/vFW/MANIFEST.json
new file mode 100644
index 00000000..af79f75b
--- /dev/null
+++ b/heat/vFW_HPA/vFW/MANIFEST.json
@@ -0,0 +1,17 @@
+{
+ "name": "virtualFireWall",
+ "description": "",
+ "data": [
+ {
+ "file": "base_vfw.yaml",
+ "type": "HEAT",
+ "isBase": "true",
+ "data": [
+ {
+ "file": "base_vfw.env",
+ "type": "HEAT_ENV"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file