aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_HPA
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05Add Physical network parameter for SRIOV NICsItohan3-0/+541
In order to create VMs that use SRIOV NICs, a physical network (provider network) that is enabled for pci-sriov NICs has to be specified Change-Id: Idc94af185c5c48d64811e63cfd8c0a46cb511493 Issue-ID: INT-703 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
2018-11-29Remove sdnc parameters from vFW heat templateItohan1-9/+0
Change-Id: Ia00fda84ed85f9ebbade50869048063848d8902e Issue-ID: INT-745 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
2018-11-21Do not use CDS for base vFWAlexis de Talhouët2-6/+3
Change-Id: I706ebbbffe461398cf8419a49418cf4795f1eb0f Issue-ID: INT-745 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> (cherry picked from commit d5fa03b5fe63e4a6cca96c3a592118cd1486c69e)
2018-11-19Align heat env to release numberMarco Platania3-6/+6
- Change release number from 1.3.0.-SNAPSHOT to 1.3.0 Change-Id: I5c11a410322018a34ee4c6c3b7653e3a2e7d29c3 Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com>
2018-11-16Added Default parameters value to vnic typeItohan3-0/+14
-Added default vnic type value of normal for all the vnic type parameters Change-Id: Ic997eaf22be0eda71f561bb2a7f20d31bc66b027 Issue-ID: INT-703 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> (cherry picked from commit fdc0088b5a3e5b3cdc95c40ec346a178ef203457)
2018-11-12vFW and vFWCL templates for HPAItohan9-0/+1244
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>