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/properties.conf | |
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/properties.conf')
-rw-r--r-- | vnfs/vLBMS/scripts/properties.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/scripts/properties.conf b/vnfs/vLBMS/scripts/properties.conf index 03c54699..140c0b86 100644 --- a/vnfs/vLBMS/scripts/properties.conf +++ b/vnfs/vLBMS/scripts/properties.conf @@ -1,4 +1,4 @@ script=/opt/run_health.sh -output=status.txt +output=/opt/status.txt vnfc=vLB primary=true |