diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-10-02 22:04:20 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-10-02 19:12:33 +0000 |
commit | 095e1d85da8eb0bafc2781fb0a902fc426e15b45 (patch) | |
tree | 7d03efe117f6b49d354707e87fae43bc0124cc8c /mcp/config/states | |
parent | 9451b4c4e9d8386f3d3e7b6e8a391d89315b41ab (diff) |
Align salt version & repos
Change-Id: If7cb8473f5c290d1d5f22fce5567f7b8da24fd9f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 0c00f813d709fd1b65e5dd52abcf16fd81b3d0e1)
Diffstat (limited to 'mcp/config/states')
-rwxr-xr-x | mcp/config/states/maas | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mcp/config/states/maas b/mcp/config/states/maas index aa17e9d4d..67ef6d559 100755 --- a/mcp/config/states/maas +++ b/mcp/config/states/maas @@ -117,7 +117,3 @@ 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 for openstack nodes -wait_for 10 "! salt -C 'E@^(?!cfg01|mas01|kvm).*' pkg.upgrade refresh=False | " \ - "tee /dev/stderr | fgrep -q 'Not connected'" |