Disable data persistency 41/141/1
authorRolf Badorek <rolf.badorek@nokia.com>
Mon, 13 May 2019 11:51:45 +0000 (14:51 +0300)
committerRolf Badorek <rolf.badorek@nokia.com>
Mon, 13 May 2019 11:54:45 +0000 (14:54 +0300)
commit515cde3de3c29614d26bcae777540d19a3ab8bfe
tree6a15e95373c9182c68e1e498e6a12dc7b912fd1e
parent22edf30ca0ef3ffca2fdb5a44308d828494eee7b
Disable data persistency

Currently the Redis default setting is used, which is that a periodic
snapshot writing to disk is enabled.

Its implementation is quite optimal, but as backup snapshots are not
needed for anything in current configuration, those are disabled in
this commit.

Redis server instance is defined to be an init process in DBaaS service
pod/container. In case of service restart the container will restart
also. There is no external storage for `/var/lib/redis/dump.rdb`
file and thus its content will be lost in service restart.

Redis data persistency over different failure scenarios is a future
feature candidate of RIC.

Change-Id: Ic9216bcb5067ed59c846e2b7805a78ee675bbc35
Signed-off-by: Rolf Badorek <rolf.badorek@nokia.com>
docker/Dockerfile.redis