diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-11-13 12:49:46 +0000 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-11-13 12:53:27 +0000 |
commit | 107c270af5d07302f73fd07f68c167acde2180f9 (patch) | |
tree | 9ddbe47c9d9cec2288e4d55655c6ad464dfd2a30 /mcp/reclass/classes/cluster | |
parent | 7c5c2a8353177a393f72d244470e34f23c46c3e8 (diff) |
Revert "Conform configs to updated Redis v5.0 package"
This reverts commit 7c5c2a8353177a393f72d244470e34f23c46c3e8.
The package of Redis v5.0 has been removed from repository.
Change-Id: Ic9449314e9e177435878542eecbe5f4a8b848549
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_telemetry.yml.j2 | 2 | ||||
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_telemetry.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_telemetry.yml.j2 index 7f2f269a7..fad9052cc 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_telemetry.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_telemetry.yml.j2 @@ -49,7 +49,7 @@ parameters: kernel/mm/transparent_hugepage/enabled: never redis: server: - version: 5.0 + version: 3.0 appendfsync: 'no' bind: address: ${_param:single_address} diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 index 2891664d3..e9bb1357f 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 @@ -165,7 +165,7 @@ parameters: ~database: ~ redis: server: - version: 5.0 + version: 3.0 appendfsync: 'no' bind: address: ${_param:single_address} |