metal-stack / mini-lab

a small, virtual setup to locally run the metal-stack
MIT License
55 stars 13 forks source link

Fix Cumulus APT Key #136

Closed majst01 closed 7 months ago

majst01 commented 1 year ago

Repo Key of cumulus 3.x is not valid anymore and therefor updates/installs fail, this also breaks integration test in https://github.com/metal-stack/releases

https://docs.nvidia.com/networking-ethernet-software/knowledge-base/Installing-and-Upgrading/Upgrading/Update-Expired-GPG-Keys/

Solution:

cumulus@switch:~$ wget http://repo3.cumulusnetworks.com/public-key/repo3-2023-key
cumulus@switch:~$ sudo apt-key add repo3-2023-key
cumulus@switch:~$ sudo -E apt-get update