From 87310fb8edfe49b9621fe4410ae52d989072e3c5 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk 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 --- mcp/config/states/maas | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mcp/config/states/maas') diff --git a/mcp/config/states/maas b/mcp/config/states/maas index 0d733bafa..11c89c99b 100755 --- a/mcp/config/states/maas +++ b/mcp/config/states/maas @@ -111,3 +111,6 @@ wait_for 10 "! salt -C 'E@^(?!cfg01|mas01|kvm|cmp00).*' state.apply linux,ntp | wait_for 10 "salt -C 'E@^(?!cfg01|mas01|kvm|cmp00).*' ssh.set_auth_key ${SUDO_USER} \ $(awk 'NR==1{print $2}' "$(eval echo "~${SUDO_USER}/.ssh/authorized_keys")")" + +# Get the latest packages +salt '*' pkg.upgrade refresh=False -- cgit 1.2.3-korg