aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/config
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-09-25 13:25:50 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2017-09-26 06:11:02 +0000
commitaae9a45de9a266e5341e0a76165fb909ffe45d21 (patch)
tree228d1034ed75c1478a835f694e033100158dea7b /mcp/config
parent53282e13c6c3937f5a3b9e91e72104252a38762f (diff)
Run packages upgrade on openstack nodes only
Change-Id: I53ac0be519df1bb39a6a56e236285fce95228bd4 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit c15004f402555df4886b18bba9a837288c6ef250)
Diffstat (limited to 'mcp/config')
-rwxr-xr-xmcp/config/states/maas4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcp/config/states/maas b/mcp/config/states/maas
index de9d699b9..e184e9120 100755
--- a/mcp/config/states/maas
+++ b/mcp/config/states/maas
@@ -115,6 +115,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
-wait_for 10 "! salt '*' pkg.upgrade refresh=False | " \
+# Get the latest packages for openstack nodes
+wait_for 10 "! salt -C 'E@^(?!cfg01|mas01|kvm).*' pkg.upgrade refresh=False | " \
"tee /dev/stderr | fgrep -q 'Not connected'"