aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/scripts/salt.sh
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-09-22 18:28:58 +0400
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-22 18:02:08 +0000
commitb0c72d0c9bf3ccdf2549d9f5ddeca49085aae636 (patch)
tree471f7c5765017e844c4e50f4d9f22b1f21389da9 /mcp/scripts/salt.sh
parent0448121a5e0a3c1667e1af61fcfb8a51b17fdcfd (diff)
Adjust memory allocation size
* [baremetal] add memory to contollers & salt master * tune up sysctl vm.dirty* for compute nodes * upgrade packages to get the latest versions (https://bugs.launchpad.net/cinder/+bug/1641312) Change-Id: I9ad22206f2f3f11e1da3f93c7a0931c592adf1cf Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 87310fb8edfe49b9621fe4410ae52d989072e3c5)
Diffstat (limited to 'mcp/scripts/salt.sh')
-rwxr-xr-xmcp/scripts/salt.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh
index c6d8e73a7..f184bcde6 100755
--- a/mcp/scripts/salt.sh
+++ b/mcp/scripts/salt.sh
@@ -62,4 +62,6 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s << SALT_INSTALL_END
salt -C '* and not cfg01*' state.sls linux
salt '*' state.sls ntp
+
+ salt '*' pkg.upgrade refresh=False
SALT_INSTALL_END