From: Petri Ovaska Date: Thu, 15 Apr 2021 08:08:13 +0000 (+0300) Subject: Multiple DBAAS Redis Sentinel groups X-Git-Tag: 1.2.1~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=ece67088ea6c4f67b9d0db74477a9d5c614d7763;hp=ece67088ea6c4f67b9d0db74477a9d5c614d7763;p=ric-plt%2Fsdl.git Multiple DBAAS Redis Sentinel groups Added support to have one or more Redis Sentinel DB groups. The DB groups can be used to spread out SDL DB operations to different DB instances. The new DBAAS_CLUSTER_ADDR_LIST environment variable is used for Sentinel DB service addresses configuration. The selection of DB instance is done based on the calculation of crc32 value from the namespace string and return modulo hash value of number of addresses in the list. Issue-ID: RIC-699 Change-Id: I8bb3a78680cedfba4a39f06f7e2f8cdd60d26949 Signed-off-by: Petri Ovaska ---