aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_NextGen
AgeCommit message (Collapse)AuthorFilesLines
2020-08-25VNF Software Version parameter added to CDS Heat templatesLukasz Rajewski2-1/+7
VNF Software Version parameter added to CDS base heat templates. The purpose is to give a possibility to set the value of the software-version attribute in generic-vnf object in time of VNF instantiation. Change-Id: Ia8c6d446dd538fb8ee58e4504d62ac3f2edc71e6 Issue-ID: INT-1600 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-03-27HTTPS VES vLB,vLBMS and vFWsBrian Freeman2-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 Grzybowski3-25/+25
Fixes applied as reported by yamllint. Change-Id: I192de1f318c9aee58868807e4a9942b48b8b8e65 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 Platania6-12/+12
Issue-ID: TEST-216 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ie69b696d3c8b8bee726e092c16c33e4a68d4ce2d
2019-08-02[DEMO] adding nexus_artifact_url to env filestark, steven3-0/+3
Issue-ID: VVP-232 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I2adfeb8e905735a79ffd57832ffae281d8e691ef
2019-07-24[DEMO] Making vFW_NextGen compliant with heat guidelinesstark, steven8-204/+210
NOTE: Did not comment out environment file parameters Changed unprotected_private network_role to private1 Changed protected_private network_role to private2 Issue-ID: VVP-232 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I30feb6bcae916d2ed2b17d8cb37dd7828a79815b
2019-05-07Roll version numberMarco Platania6-12/+12
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 Platania6-14/+14
- 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-10-19Do not prepand randomo str in key for vFW_NextGenAlexis de Talhouët1-11/+1
As the assignment for the key-name is using CDS, the key-name shouldn't be adding anything to the name that has been resolved, as it would create a discrepancy between what is expected to be the key-name vs what it would be. Using CDS, resolutions happens through GR-API, and are stored within MD-SAL. If that value is altered, deployment will fail as the process won't know about this additional random-str. Change-Id: Icba069a1345572debded44b4e5486b23524728ea Issue-ID: INT-694 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-01Separate VF templates for vFWMarco Platania12-0/+1004
- Create a new set of Heat templates for the vFW: - One base template with the definition of common resources - Three add-on modules (VF modules) that describe vFW, vPacketGen, and vSink - Examples of env files in the examples directory For Casablanca, this new template structure will be used for testing CDS capabilities. Change-Id: Ic6c555074490d9d78f90cb347bc56a01a397ca06 Issue-ID: INT-659 Signed-off-by: Marco Platania <platania@research.att.com>