diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-11-07 18:15:29 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-11-09 17:04:29 +0400 |
commit | 7c5c2a8353177a393f72d244470e34f23c46c3e8 (patch) | |
tree | 2374868e1f011abb31d39b614afe30e92796c068 /.gitmodules | |
parent | 819c64f2b3d78b3c857b0dc390cad70a7d573266 (diff) |
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 <mpolenchuk@mirantis.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |