From 7ee38bcb36adedd295c47d18e3af8b9ad6f81cff Mon Sep 17 00:00:00 2001 From: Gerrit Date: Mon, 15 Apr 2024 11:49:24 +0200 Subject: [PATCH] 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). --- deploy_partition.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deploy_partition.yaml b/deploy_partition.yaml index 561f03d4..99eb52ff 100644 --- a/deploy_partition.yaml +++ b/deploy_partition.yaml @@ -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