Add redis password parameter
Redis server API is not protected with a password
by default.
To fix this issue we need to provide a way to
configure redis with authentification in salt-formula.
This patch addresses the problem for redis used
by contrail analytics.
Co-Authored-By Inessa Vasilevskaya <ivasilevskaya@mirantis.com>
Change-Id: Ia927d5995c2d223b81ed3f3d2a9b389d0a1f021b
Related-Prod: PROD-22096
diff --git a/metadata/service/control/control.yml b/metadata/service/control/control.yml
index c3bb5d1..ca7d426 100644
--- a/metadata/service/control/control.yml
+++ b/metadata/service/control/control.yml
@@ -10,6 +10,7 @@
keystone_admin_password: 'none'
keystone_service_token: 'none'
openstack_region: RegionOne
+ redis_password: 'none'
opencontrail:
common:
version: ${_param:opencontrail_version}
@@ -116,6 +117,7 @@
web:
version: ${_param:opencontrail_version}
enabled: True
+ password: ${_param:redis_password}
bind:
address: ${_param:cluster_local_address}
analytics: