diff options
author | Marco Platania <platania@research.att.com> | 2018-03-16 16:31:33 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-03-16 16:31:33 -0400 |
commit | 2a759ffd2f6a4cd692fcc333ac87fd8921a5c936 (patch) | |
tree | 93f1bf1f259e4443ae0dea903710679e59f27353 /pom.xml | |
parent | 4a76de616e000bdfcf25262bf09cfa373c6226af (diff) |
Add health check to vLBMS
- 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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,7 +52,8 @@ <module>vnfs/VESreporting_vLB5.0</module> <module>vnfs/VESreporting_vFW5.0</module> <module>vnfs/vCPE/kea-sdnc-notify-mod</module> - <module>vnfs/vLBMS/apis</module> + <module>vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin</module> + <module>vnfs/vLBMS/apis/health-vnf-onap-plugin</module> </modules> <properties> |