summaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS
AgeCommit message (Collapse)AuthorFilesLines
2018-05-09Fix POM files for vLB scalingMarco Platania9-33/+422
- 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 Platania8-25/+110
- 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-13Add archive creation to POM fileMarco Platania1-30/+47
- Create tar.gz and zip archives - Upload archives to Nexus Change-Id: I49c251e9f59f2c627394495030c06bc4f82a9010 Issue-ID: INT-433 Signed-off-by: Marco Platania <platania@research.att.com>
2018-04-09Change POM parent in HC distributionGary Wu1-1/+1
Change-Id: I4718435f39cf7a314d2f0b2b17647080a5fb640e Issue-ID: INT-444 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-09Change POM parent in HC distributionMarco Platania1-5/+12
Change-Id: I1f24cc400fe93f4bdbedc5cec00f325941306b08 Issue-ID: INT-444 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 Platania6-5/+11
- 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-21Fix vLBMS artifacts and scripts upload pathMarco Platania1-1/+0
- Update script/deploy.sh to upload vLBMS installation scripts - Update POM structure to write to Nexus staging Change-Id: Ie420c0856fc155a595c1954800be2f5fdebb94f8 Issue-ID: INT-447 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>
2018-03-20Allow vLB to check multiple vDNSsMarco Platania6-51/+82
Modify the health check plugin to allow the vLB to run health check against multiple vDNS instances Change-Id: Ia0d577750378f5c7631be88be85b42d090a71289 Issue-ID: INT-433 Signed-off-by: Marco Platania <platania@research.att.com>
2018-03-16Add health check to vLBMSMarco Platania31-10/+1212
- Add health check to VNF components for vLB manual scale out - Update POM tree Change-Id: Id348d0cb56adf052694c6e8682b499eb1ac24af1 Issue-ID: INT-433 Signed-off-by: Marco Platania <platania@research.att.com>
2018-02-28Update groupId in vLBMS POM filesMarco Platania4-6/+18
Change-Id: I824a776b6611e9a0694221ce59c1c46d1d5e426d Issue-ID: INT-432 Signed-off-by: Marco Platania <platania@research.att.com>
2018-02-28Fix distribution issues with POM fileMarco Platania1-0/+24
Add distributionManagement to vLBMS HC distribution POM Change-Id: I42c715f0aa36b3ece6d81ac164509c5a087439ff Issue-ID: INT-432 Signed-off-by: Marco Platania <platania@research.att.com>
2018-02-28Fix issues with POM filesMarco Platania2-0/+14
Skip deployment phase in some intermediate step of the building process. Change-Id: Iafa03d506180bcf1d170a3d32f09e45018148c26 Issue-ID: INT-432 Signed-off-by: Marco Platania <platania@research.att.com>
2018-02-27Add NETCONF/RESTconf APIs to vLBMarco Platania16-0/+967
Create a new directory for the vLB Manual Scale out use case (vLBMS). Add NETCONF/RESTconf APIs for configuring the vLB via ONAP. Change-Id: I06c557143d3a6d12159fc3195991cd8d49432348 Issue-ID: INT-432 Signed-off-by: Marco Platania <platania@research.att.com>