From 86c0ba63236b96fbf38370280d85a23290b19680 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 13 Nov 2018 12:49:46 +0000 Subject: 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 (cherry picked from commit 107c270af5d07302f73fd07f68c167acde2180f9) --- mcp/reclass/classes/cluster/mcp-common-ha/openstack_telemetry.yml.j2 | 2 +- mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mcp') 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} -- cgit 1.2.3-korg