aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/apis
AgeCommit message (Collapse)AuthorFilesLines
2018-03-21Fix health check issues with vLBMSMarco Platania1-3/+6
- 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-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>