diff options
author | Marco Platania <platania@research.att.com> | 2018-03-21 17:44:27 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-03-21 17:44:27 -0400 |
commit | 13fdadba0a69e43fcfbd55cf4f473cc0db612640 (patch) | |
tree | 98d97a31cb6fe5517a2186a0fbc299643eeb6ff8 /vnfs/vLBMS/scripts/v_packetgen_install.sh | |
parent | c18a8faa269799bfe5eaddbb431aff86de689104 (diff) |
Fix health check issues with vLBMS
- 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>
Diffstat (limited to 'vnfs/vLBMS/scripts/v_packetgen_install.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_packetgen_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfs/vLBMS/scripts/v_packetgen_install.sh b/vnfs/vLBMS/scripts/v_packetgen_install.sh index 2f13fef2..abfa1f46 100644 --- a/vnfs/vLBMS/scripts/v_packetgen_install.sh +++ b/vnfs/vLBMS/scripts/v_packetgen_install.sh @@ -75,6 +75,7 @@ rm *.tar.gz chmod +x v_packetgen_init.sh chmod +x vpacketgen.sh chmod +x run_streams_dns.sh +chmod +x run_health.sh echo "vpp" > config/service.txt |