diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-10-02 22:04:20 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-10-02 22:08:32 +0400 |
commit | 0c00f813d709fd1b65e5dd52abcf16fd81b3d0e1 (patch) | |
tree | 3fb24c644d3f07169c1883245a7a9013562f9c11 /mcp/config/states/maas | |
parent | fa63bf2a6afe2c2139ae9161fd995d54df70fd68 (diff) |
Align salt version & repos
Change-Id: If7cb8473f5c290d1d5f22fce5567f7b8da24fd9f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config/states/maas')
-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'" |