diff options
author | Itohan <itohan.ukponmwan@intel.com> | 2018-11-12 21:06:48 -0800 |
---|---|---|
committer | Itohan <itohan.ukponmwan@intel.com> | 2018-11-12 21:06:48 -0800 |
commit | ffe81cb66e38da20dd8d97ff15157eec032232d5 (patch) | |
tree | 8757b01118ff4497c5dedef991eb70cec262e1ff /heat/vFW_HPA/vFWCL/vFWSNK/MANIFEST.json | |
parent | 9f8da0915c260757e4bb051d0cf66a9337dfb892 (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/vFWCL/vFWSNK/MANIFEST.json')
-rw-r--r-- | heat/vFW_HPA/vFWCL/vFWSNK/MANIFEST.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/heat/vFW_HPA/vFWCL/vFWSNK/MANIFEST.json b/heat/vFW_HPA/vFWCL/vFWSNK/MANIFEST.json new file mode 100644 index 00000000..49383787 --- /dev/null +++ b/heat/vFW_HPA/vFWCL/vFWSNK/MANIFEST.json @@ -0,0 +1,17 @@ +{ + "name": "", + "description": "", + "data": [ + { + "file": "base_vfw.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_vfw.env", + "type": "HEAT_ENV" + } + ] + } + ] +} |