Install specific salt version on AWS, based on GCE
The latest salt version breaks the container_bridge.py _state function We can lock to the same version as GCE. This is not a full fix, because we can't update to the latest salt without breaking GCE, but this at least unbreaks and sync AWS with GCE. This isn't a straight copy from GCE, because we still use the salt master on AWS (for now) Fixes #8114
This commit is contained in:
@@ -55,9 +55,6 @@ if [[ -n "${DOCKER_ROOT}" ]]; then
|
||||
EOF
|
||||
fi
|
||||
|
||||
install-salt
|
||||
|
||||
# Install Salt
|
||||
#
|
||||
# We specify -X to avoid a race condition that can cause minion failure to
|
||||
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
|
||||
curl -L --connect-timeout 20 --retry 6 --retry-delay 10 https://bootstrap.saltstack.com | sh -s -- -X
|
||||
service salt-minion start
|
||||
|
Reference in New Issue
Block a user