Merge "Implement Active-Active Heartbeat as HA Improvement"

This commit is contained in:
Zuul 2018-11-21 18:01:10 +00:00 committed by Gerrit Code Review
commit cf694b0502
2 changed files with 1 additions and 5 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="src"
TIS_PATCH_VER=71
TIS_PATCH_VER=72

View File

@ -1077,10 +1077,6 @@ class platform::sm
command => "sm-configure service_instance mtc-agent mtc-agent \"state=active,logging=true,mode=normal,dbg=false\"",
}
exec { 'Configure Heartbeat Service Agent':
command => "sm-configure service_instance hbs-agent hbs-agent \"state=active,logging=true,dbg=false\"",
}
exec { 'Configure DNS Mask':
command => "sm-configure service_instance dnsmasq dnsmasq \"\"",
}