From 7c5c2a8353177a393f72d244470e34f23c46c3e8 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 7 Nov 2018 18:15:29 +0400 Subject: Conform configs to updated Redis v5.0 package Also disable transparent hugepages on telemetry hosted nodes to avoid latency and memory usage issues with Redis. Change-Id: I3c7a0be6edbc51141f5d79d7368583afacef9025 Signed-off-by: Michael Polenchuk --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e1d801159..fbf1927fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,7 @@ path = mcp/salt-formulas/salt-formula-maas url = https://github.com/salt-formulas/salt-formula-maas branch = master +[submodule "salt-formula-redis"] + path = mcp/salt-formulas/salt-formula-redis + url = https://gerrit.mcp.mirantis.com/salt-formulas/redis + branch = master -- cgit 1.2.3-korg