aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_NextGen
AgeCommit message (Collapse)AuthorFilesLines
2019-05-07Keep POMs to 1.4.0-SNAPSHOT and update scriptsMarco Platania6-12/+12
Change-Id: I01870bf4636741a2ca4447e6cdf57627b54a3859 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>