Closed rahulskumbhar1997 closed 3 weeks ago
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. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:
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. If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!
See new issue that has been made in the salt-bootstrap
repo:
Hey. TurtleTraction (www.turtletraction.com) has mirrored saltproject repos. These mirrors are now available to help you smooth the process.
https://repo.saltproject.io.turtletraction.com/ https://archive.repo.saltproject.io.turtletraction.com/
Please handle with care and avoid pointing a large number of Salt Minions to it. As always, if you have any issues teach out to us on support@turtletraction.com or directly to me here. Please, share the word in order to avoid interruption of others.
As per the release notes the salt repo
repo.saltproject.io
is going to be changed topackages.broadcom.com
by end of October. However thebootstrap-salt.sh
still holds all the URL path which are valid only for oldrepo.saltproject.io
repo. The URL path mentioned doesn't work for new repopackages.broadcom.com
. Below are some details frombootstrap-salt.sh
script highlighting URL path of old repo.file:
bootstrap-salt.sh
method:__install_saltstack_rhel_onedir_repository()
details: The URL path mentioned in variablebase_url
is not valid if we use new repopackages.broadcom.com
.Due to this even if we explicitly pass repository as CLI argument to
bootstrap-salt.sh
(-R cli argument) script it is failing to install the salt. Below is sample command used and the error shown.Command:
bootstrap-salt.sh -R packages.broadcom.com -P -x python3 stable 3006
Error:
After this migration of repo, if the older repo
repo.saltproject.io
is no longer available then the bootstrap-salt.sh script will not work. We will be completly blocked.