-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] [BLOCKING] Salt-Cloud fails to download bootstrap.sh after migration #67008
Comments
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
See blog post https://saltproject.io/blog/salt-bootstrap-breakage/ New infrastructure support is being worked on |
We are having the same problem in our infrastructure. The salt-bootstrap-breakage page doesn't help at all for the issue reported here. We found that the execution of We are working around the problem by skipping salt-cloud -u and downloading the bootstrap script ourselves. Really disappointed that SALT didn't anticipate this problem and even their own tooling (salt-cloud) isn't compatible with the change. |
@achalupa-ptc Sorry but these changes are beyond the control of the Salt Team, and were sudden. |
when will a new version of salt-cloud that's compatible be available? |
Getting an error when running salt-cloud with following simple step
run_cloud_map:
cmd.run:
- name: "salt-cloud -m /etc/salt/cloud.maps.d/srk5/dev22/map.yaml -P -y"
Error:
Command 'ssh -t -t -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/pki/cloud-admin -oConnectTimeout=15 -p 22 [email protected] 'sudo /tmp/.saltcloud-6feefb61-1e92-406a-9254-57a60566fb7b/deploy.sh -R repo.saltproject.io -P -x python3 stable 3006.8'' failed. Exit code: 2
Contents in deploy.sh file :
Setup
sls file :
map.yml file:
Please be as specific as possible and give set-up details.
Azure VM master as well as minion
Master OS version :
NAME="Red Hat Enterprise Linux"
VERSION="9.4 (Plow)"
Minion OS Version :
Steps to Reproduce the behavior
Expected behavior
salt-cloud should be able to saltify an instance
Versions Report
Salt cloud Version:
salt-cloud 3006.8 (Sulfur)
Salt Version:
Salt: 3006.8
Python Version:
Python: 3.10.14 (main, Apr 3 2024, 21:30:09) [GCC 11.2.0]
Dependency Versions:
cffi: 1.14.6
cherrypy: unknown
dateutil: 2.8.1
docker-py: Not Installed
gitdb: 4.0.11
gitpython: 3.1.43
Jinja2: 3.1.3
libgit2: Not Installed
looseversion: 1.0.2
M2Crypto: Not Installed
Mako: Not Installed
msgpack: 1.0.2
msgpack-pure: Not Installed
mysql-python: Not Installed
packaging: 22.0
pycparser: 2.21
pycrypto: Not Installed
pycryptodome: 3.19.1
pygit2: Not Installed
python-gnupg: 0.4.8
PyYAML: 6.0.1
PyZMQ: 23.2.0
relenv: 0.16.0
smmap: 5.0.1
timelib: 0.2.4
Tornado: 4.5.3
ZMQ: 4.3.4
System Versions:
dist: rhel 9.4 Plow
locale: utf-8
machine: x86_64
release: 3.10.0-1160.95.1.el7.x86_64
system: Linux
version: Red Hat Enterprise Linux 9.4 Plow
The text was updated successfully, but these errors were encountered: