Skip to content

Commit

Permalink
Merge branch 'master' into support-sonic
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Apr 18, 2024
2 parents 22cc372 + 7ee38bc commit f51cf5a
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 @@ -26,11 +26,13 @@
- name: Deploy docker on Cumulus switches
hosts: leaves:&cumulus
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 f51cf5a

Please sign in to comment.