aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/scripts
AgeCommit message (Collapse)AuthorFilesLines
2019-07-30Fix path to honeycomb in vLB/vDNS scriptsMarco Platania6-21/+17
Issue-ID: INT-1166 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I8d26a78a6936ad32dc75cd8ec12cdf611c2b8180
2019-07-30Build artifacts for vLB use caseMarco Platania6-378/+30
- Change the POM file of the distribution plugin - Modify istall/init scripts to download artifacts - Delete mvn compile process from istall/init scripts Issue-ID: INT-1166 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I02feb19b6531ea5ca583343f7f724bc496d1d1b7
2019-07-08Fix wrong path in vDNS scriptMarco Platania1-2/+0
Change-Id: Idfbf4010e29954b520ab45685001fe069b612617 Issue-ID: INT-1135 Signed-off-by: Marco Platania <platania@research.att.com>
2019-05-20Fix path to repositoryMarco Platania3-3/+3
Change-Id: I17cd225aafc15a73d5bc594355ff9cc56447215a Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.com>
2019-05-07Roll version numberMarco Platania1-1/+1
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>
2018-11-15Version bump demo repo master to 1.4.0-SNAPSHOTGary Wu1-1/+1
Change-Id: I204f992ce81391c4f5be671e9ea574fef80c11b1 Issue-ID: INT-722 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-23Update scale out use caseMarco Platania3-3/+3
- add new parameter "dns_enabled" to Heat - change branch name in install scripts Change-Id: I62b6ee99ea00a02424f0a02043a4d933a0e23309 Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-19Deactivate VNF-level health checkMarco Platania1-1/+1
Change-Id: I4d6fabc85086d9ca7905eee0bf3791f460152322 Issue-ID: INT-665 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-18Add artifacts version for VES agentMarco Platania1-2/+2
Change-Id: Iefdd4f3bcf707dc5e79a0e892d7a55f6da361897 Issue-ID: INT-665 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-18Add VES agent to vLB for scale outMarco Platania2-16/+16
Change-Id: I6072318f544a80c8f79bf7c1ae84c2b409f5fdc4 Issue-ID: INT-665 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-29Retrieve demo artifacts via nexus REST APIGary Wu3-7/+9
This supports the use of SNAPSHOT demo artifacts in the vnf HEAT templates. Change-Id: I980c879819b1a396c985c7a2af1885b28e4f150a Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Deprecate use of sites/raw for vnf HEAT templatesGary Wu3-22/+19
Replace the use of sites/raw in vnf HEAT templates with zipped script artifacts Change-Id: I93c331c0f4753e8bf661e5a577463ab38bd116f5 Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Fix vnf script groupIdsGary Wu1-1/+1
Change-Id: I5411f69a8c438d2588678bb7f2613c4303217f26 Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Package and deploy VNF scriptsGary Wu2-0/+88
The deployment of VNF scripts to sites/raw was deprecated. This packages up those scripts ad Maven artifacts. Change-Id: I7ba52c9c75c7c76676634cbfb7d915c0a5a2956f Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-11Update scale out Heat template for CasablancaMarco Platania6-18/+13
- Separate API version from script version Change-Id: Ia811a95b632f376c71070142d90fec3405e5813d Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
2018-06-08Point install/init scripts to released aritfactsMarco Platania3-3/+3
Change-Id: Ib13ea785ff19ff2e16ef7ce4debf6bafb8340c42 Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit f51c4ed1634c1fad68ce7430d56e3af28a659770)
2018-05-10Create ~/.m2 in VNFs for manual scalingMarco Platania3-0/+3
Change-Id: I49cd34abec065cdf3f2cebd19b6f20d430309076 Issue-ID: INT-443 Signed-off-by: Marco Platania <platania@research.att.com>
2018-05-09Fix POM files for vLB scalingMarco Platania6-29/+399
- Allow VNF-C to clone Honeycomb plugins from Gerrit Change-Id: I09d0498bf4256bbcc7a68234647deb3dbad606df Issue-ID: INT-443 Signed-off-by: Marco Platania <platania@research.att.com>
2018-05-09Update POM files for vLB manual scalingMarco Platania5-13/+13
- Change version number of HC artifacts to 1.2.0 - Create a deploy script template in POM file - Change HC version number in install scripts Change-Id: If437d5c719a8a5edfa54dc48abfbc34253c5728d Issue-ID: INT-447 Signed-off-by: Marco Platania <platania@research.att.com>
2018-04-17Update instructions for Honeycomb in VLBMSMarco Platania3-16/+16
Change-Id: Ib230954bafb144052deb4d13ad2c6b257d5ff837 Issue-ID: INT-447 Signed-off-by: Marco Platania <platania@research.att.com>
2018-04-02Fix health check issue with vDNSMarco Platania1-3/+3
Change-Id: I7737dfc81927bb04865cc60d592e2bc247962400 Issue-ID: INT-433 Signed-off-by: Marco Platania <platania@research.att.com>
2018-03-28Add static vDNS config to vLBMSMarco Platania1-1/+7
Change-Id: Ib30f2f2a5da2ffccab2ce505c5c6ca21a32531f6 Issue-ID: INT-431 Signed-off-by: Marco Platania <platania@research.att.com>
2018-03-21Fix an issue that prevents vDNS repliesMarco Platania1-3/+3
- Replace vLB public IP with private IP towards the packet gen network Change-Id: If7b4d2ffe4891d9d856a62cc2d41dee1fb4ce397 Issue-ID: INT-447 Signed-off-by: Marco Platania <platania@research.att.com>
2018-03-21Fix health check issues with vLBMSMarco Platania5-2/+5
- Allow vLB to run health check only against active vDNS instances - Change the path to status file - Make run_health scripts executable Change-Id: I6909d8507cafee5f9e93fcceb868db5d4f224045 Issue-ID: INT-433 Signed-off-by: Marco Platania <platania@research.att.com>
2018-03-21Add Heat templates and scripts for vLBMSMarco Platania20-0/+1063
- Heat templates that install the vLBMS components - Installation scripts that install and configure the VNF components Change-Id: Ie1911a67b830d5543c96174fb915afd30d8daf0c Issue-ID: INT-447 Signed-off-by: Marco Platania <platania@research.att.com>