While trying to isntall Salt, I have encountered following error:
[vagrant@master ~]$ sudo yum list salt salt-master salt-minion Failed to set locale, defaulting to C Loaded plugins: fastestmirror Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt Error: Cannot find a valid baseurl for repo: base
it seems the cause is because CentOS 6 reached end of life on the 30th November 2020 and now the image is connecting to deprecated repositories URL end-points. Probabyl the best would be to switch to CentOS 7 or even 8 (not sure how much dependencies on the OS are in the code).
While trying to isntall Salt, I have encountered following error:
[vagrant@master ~]$ sudo yum list salt salt-master salt-minion Failed to set locale, defaulting to C Loaded plugins: fastestmirror Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt Error: Cannot find a valid baseurl for repo: baseit seems the cause is because CentOS 6 reached end of life on the 30th November 2020 and now the image is connecting to deprecated repositories URL end-points. Probabyl the best would be to switch to CentOS 7 or even 8 (not sure how much dependencies on the OS are in the code).