Skip to content

Commit

Permalink
Cumulus repo keys have expired. (#152)
Browse files Browse the repository at this point in the history
We cannot use the prolonged repo key for 2023 anymore and it seems there will not be a new one. We cannot install packages from the Cumulus 3 repository anymore (without allowing untrusted sources).
  • Loading branch information
Gerrit91 authored Apr 15, 2024
1 parent 43514c2 commit 7ee38bc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions deploy_partition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
- name: deploy docker
hosts: leaves
pre_tasks:
- name: update cumulus repo key
apt_key:
url: http://repo3.cumulusnetworks.com/public-key/repo3-2023-key
validate_certs: false
state: present
# the following task is not required as long as we do not install something from the cumulus repositories, for which all the keys are expired now
# the one from here has also expired on 9th Apr 2024: https://docs.nvidia.com/networking-ethernet-software/knowledge-base/Installing-and-Upgrading/Upgrading/Update-Expired-GPG-Keys/#package-upgrade-from-cumulus-linux-37x-to-3716
# - name: update cumulus repo key
# apt_key:
# url: http://repo3.cumulusnetworks.com/public-key/repo3-2023-key
# validate_certs: false
# state: present
- name: unpack jessie fixes
command: tar xf /root/jessie-apt-transport-fix.tar.gz
- name: install apt-transport
Expand Down

0 comments on commit 7ee38bc

Please sign in to comment.