Implement Active-Active Heartbeat as HA Improvement

This update modifies the patching script to make hbsAgent a
pmon rather than SM monitored process.

Story: 2003576
Task: 24907

Depends-On: https://review.openstack.org/#/c/617835
Change-Id: Ifad7d6d67f0334d175330b524a165f92ca1cf489
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
Eric MacDonald 2018-11-13 16:21:45 -05:00
parent afb2aabe13
commit d64adf0629
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
SRC_DIR="platform-util"
COPY_LIST_TO_TAR="scripts"
TIS_PATCH_VER=13
TIS_PATCH_VER=14

View File

@ -93,9 +93,6 @@ do
"mtcAgent")
sm_managed_processes=( ${sm_managed_processes[@]} "mtcAgent:0:mtc-agent")
;;
"hbsAgent")
sm_managed_processes=( ${sm_managed_processes[@]} "hbsAgent:0:hbs-agent")
;;
"guestAgent")
sm_managed_processes=( ${sm_managed_processes[@]} "guestAgent:0:guest-agent")
;;
@ -110,6 +107,9 @@ do
"guestServer")
pmon_managed_processes=(${pmon_managed_processes[@]} "guestServer:0")
;;
"hbsAgent")
pmon_managed_processes=(${pmon_managed_processes[@]} "hbsAgent:0")
;;
"mtcClient")
pmon_managed_processes=(${pmon_managed_processes[@]} "mtcClient:0")
;;