From: Timo Tietavainen Date: Sun, 7 Nov 2021 20:25:46 +0000 (+0200) Subject: Sentinel check to SDL CLI 'healthcheck' -command X-Git-Tag: v0.9.0~12 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7c256b622c8fd065e91a7e289937d6e692a7eb1d;hp=7c256b622c8fd065e91a7e289937d6e692a7eb1d;p=ric-plt%2Fsdlgo.git Sentinel check to SDL CLI 'healthcheck' -command In addition to the existing Redis master and slave healthiness validation, add Redis sentinel healthiness validation to be done when SDL CLI 'healthcheck' -command is ran. Validation is done by calling Redis client's 'Sentinels' API call and parsing 'flags' field from its output. In SDL CLI sentinel healthiness status is shown only if status is not ok. This is done not to show too much information in CLI interface for users. Issue-Id: RIC-113 Signed-off-by: Timo Tietavainen Change-Id: I8960ec9813e06aa88217c29bac56707b38052ae7 ---