From 87310fb8edfe49b9621fe4410ae52d989072e3c5 Mon Sep 17 00:00:00 2001
From: Michael Polenchuk <mpolenchuk@mirantis.com>
Date: Fri, 22 Sep 2017 18:28:58 +0400
Subject: 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>
---
 mcp/scripts/salt.sh | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'mcp/scripts')

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
-- 
cgit