Skip to content

Commit 7ee38bc

Browse files
authored
Cumulus repo keys have expired. (#152)
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).
1 parent 43514c2 commit 7ee38bc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

deploy_partition.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
- name: deploy docker
99
hosts: leaves
1010
pre_tasks:
11-
- name: update cumulus repo key
12-
apt_key:
13-
url: http://repo3.cumulusnetworks.com/public-key/repo3-2023-key
14-
validate_certs: false
15-
state: present
11+
# 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
12+
# 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
13+
# - name: update cumulus repo key
14+
# apt_key:
15+
# url: http://repo3.cumulusnetworks.com/public-key/repo3-2023-key
16+
# validate_certs: false
17+
# state: present
1618
- name: unpack jessie fixes
1719
command: tar xf /root/jessie-apt-transport-fix.tar.gz
1820
- name: install apt-transport

0 commit comments

Comments
 (0)