-
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][3006.0] Missing salt-archive-keyring.gpg on repo.saltproject.io #64133
Comments
I see that the files in https://repo.saltproject.io/salt/py3/debian/11/amd64/latest/ are timestamped 2023-04-18 22:57:50+00:00, so perhaps the salt-archive-keyring.gpg file or symlink was removed then. |
After running |
Since updating the bootstrap script version that salt-cloud was using resolved the issue, we'll close this one out. Thanks! |
Although the new bootstrap script solved the immediate problem -- not being able to spin up a new minion -- I almost immediately ran into #64111 -- so I can't use 3006 at the moment, will have to downgrade the minions I already upgraded, and can't spin up new 3005.1 minions. That is, I'm not sure this ticket should be closed. |
For some reason we had 0750 permissions on /etc/apt/keyrings folder, it took us hours of searching for solutions. Following apt update error:
So make sure you check permissions:
|
Description
I can't use salt-cloud to spin up a new Debian bullseye EC2 instance;
install_debian_onedir_deps()
fails becausehttps://repo.saltproject.io/salt/py3/debian/11/amd64/latest/salt-archive-keyring.gpg
is not present.Setup
The salt master is an EC2 instance; it and its minions use onedir packaging. The cloud profile in question uses the current Debian AMI for bullseye on amd64 in us-east-1,
ami-0fec2c2e2017f4e7b
.Steps to Reproduce the behavior
When I run
the bootstrap process fails with
Expected behavior
Until a week or so ago, the previous command would result in a new minion,
my-new-minion
, running Debian bullseye.Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
I see that https://repo.saltproject.io/salt/py3/debian/11/amd64/3005/salt-archive-keyring.gpg is present (
3005
instead oflatest
), but I haven't figured out how to tell the bootstrap script to use that keyring URL.The text was updated successfully, but these errors were encountered: