aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vIPsec
AgeCommit message (Collapse)AuthorFilesLines
2020-06-12Update POM and heat env to use 1.6.0Marco Platania1-2/+2
Issue-ID: INT-1625 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I3bbe0915552991612d27aaedde424580edcefc5f
2020-03-26Fix indentation issues within YAMLsBartek Grzybowski1-100/+100
Fixes applied as reported by yamllint. Change-Id: I5320d49799ecdd3ffbc8f9fbb8617554a709c247 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-26Fix spacing issues in YAML files in heatBartek Grzybowski1-35/+35
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 Platania1-2/+2
Issue-ID: TEST-216 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ie69b696d3c8b8bee726e092c16c33e4a68d4ce2d
2019-07-08Further enhancement for the vIPSec scriptRuoyu Ying2-211/+303
* Setup vpp through scripts instead of using the vipsec image due to cloud init limitation * Add router to fix network issues that happens randomly Issue-ID: INT-793 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: I55ee8d9e2d2bf06d69b223a3e8d45b8b10b6b0c7
2019-05-07Roll version numberMarco Platania1-2/+2
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-04-16Add scripts for vIPSEC VNFRuoyu Ying1-2/+2
- Add scripts for vPacketgen and vSink that would be used in vIPSEC VNF. - Fixed minor bugs inside the base_vipsec.yaml Change-Id: Ide06fa3f05babe99a9728653a6d2ac214696049e Issue-ID: INT-793 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2019-04-09Add heat script for vIPsec use caseRuoyu Ying3-0/+856
Add the HEAT script for IPsec deployment. With two IPsec gateways, a packetGenerator and a sink inside this scenario. Change-Id: I2f6f74c863f8fb0c52bd776263569e26130b2e38 Issue-ID: INT-793 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>