saltstack / salt-bootstrap

Generic Salt Bootstrap Script
Other
928 stars 551 forks source link

https://docs.saltproject.io certificate is broken #2023

Closed neopointer closed 3 weeks ago

neopointer commented 1 month ago

The same goes to: https://bootstrap.saltproject.io

image
adrielldagasuan commented 1 month ago

Yep. Our builds are failing because we install salt when provisioning using packer.

StevenPaugh commented 1 month ago

Also affected. Failing builds due to https://bootstrap.saltproject.io/

dmurphy18 commented 1 month ago

@neopointer @adrielldagasuan @StevenPaugh Salt is undergoing infrastructural changes, that are only partially complete. Please bare with us as these changes occur, see https://saltproject.io/blog/upcoming-salt-project-docs-and-repo-migration/

adrielldagasuan commented 1 month ago

@dmurphy18 the install script from bootstrap seems incorrect now. I wouldn't have thought it will be affected by this infra change but what do you think?

Installing Salt with command sudo sh /tmp/install_salt.sh -D -s 10 -i base-ami stable 3006
Downloading saltstack bootstrap to /tmp/install_salt.sh
/tmp/install_salt.sh: 2: Syntax error: newline unexpected

Update:

Maybe it is affected as it doesn't redirect anymore.

curl -L https://bootstrap.saltproject.io
<meta http-equiv="refresh" content="0; url=./bootstrap-salt.sh" />
AGirin commented 4 weeks ago

Same issue here. Builds stopped working and are still not working. Same error as above:

curl -L https://bootstrap.saltproject.io

/root/bootstrap-salt.sh: line 1: `<meta http-equiv="refresh" content="0; url=./bootstrap-salt.sh" />'
AGirin commented 4 weeks ago

curl -L https://bootstrap.saltproject.io

I fixed it with this:

curl -o /root/bootstrap-salt.sh -L https://bootstrap.saltproject.io/bootstrap-salt.sh
dmurphy18 commented 4 weeks ago

Please see https://saltproject.io/blog/salt-bootstrap-breakage/

ScriptAutomate commented 3 weeks ago

Certificate issue has been resolved:

Along with next steps on a new location for downloading the bootstrap scripts:

salt-bootstrap itself, though, still needs updating to work with the new packages.broadcom.com repo hosting, layout, and package management layer of version pinning (apt, dnf), etc.

A new issue has been made for salt-bootstrap fixes in relation to the new packages.broadcom.com repo hosting:

Closing this issue since certificates were resolved after DNS propagation and Let's Encrypt automation eventually completed.