aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_HPA
AgeCommit message (Collapse)AuthorFilesLines
2020-03-27HTTPS VES vLB,vLBMS and vFWsBrian Freeman3-3/+3
vFWDT, vFW_HPA,vFW_NextGen,vLB,vLBMS Issue-ID: INT-1319 Change-Id: I38c6115b0921cc6c709e5de3c33fcb743bf0c899 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-03-26Fix spacing issues in YAML files in heatBartek Grzybowski4-74/+74
Fixes applied as reported by yamllint. Change-Id: I192de1f318c9aee58868807e4a9942b48b8b8e65 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-23Pretty print json files in heat/Bartek Grzybowski2-2/+2
Fixing json files to conform to linter rules. Change-Id: Ia758a50adffb13889255511594aacc03f66f4e4b Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-09-18Bump poms and heat envs to 1.6.0-SNAPSHOTMarco Platania4-8/+8
Issue-ID: TEST-216 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ie69b696d3c8b8bee726e092c16c33e4a68d4ce2d
2019-05-31Add vFW and vLB HPA files from CasablancaItohan Ukponmwan3-0/+541
Issue-ID: INT-1093 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> Change-Id: Ie4510bf5d23825eec21451afbcd7b25728a42d6a
2019-05-07Roll version numberMarco Platania3-6/+6
Change-Id: If18c9d5ba60896b5acaa9fb287620feb558b47d3 Issue-ID: INT-1070 Signed-off-by: Marco Platania <platania@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-02-01Bump demo artifact versionMarco Platania3-8/+8
- Change demo artifact v. to 1.4.0-SNAPSHOT - Change VES collector port number - Remove comments from Heat templates Change-Id: Ia1428d7fcc4740702488c0b28bdb5b3b0e31fd8d Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.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>
2018-11-15Added 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>
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>