Skip to content

Commit

Permalink
Provide workaround for debian jessie apt-transport-https. (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored May 2, 2023
1 parent 984806c commit d594f37
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Binary file added apt-transport-https.tar.gz
Binary file not shown.
16 changes: 15 additions & 1 deletion deploy_partition.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
---
- name: deploy leaves and docker
- name: deploy leaves
hosts: leaves
roles:
- name: metal-roles/partition/roles/leaf
tags: leaf

- 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
- name: unpack jessie fixes
command: tar xf /root/jessie-apt-transport-fix.tar.gz
- name: install apt-transport
shell: dpkg -i /root/https-deps/*.deb && apt-get install -fy
roles:
- name: metal-roles/partition/roles/docker-on-cumulus
tags: docker-on-cumulus

Expand Down
4 changes: 4 additions & 0 deletions mini-lab.cumulus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ topology:
nodes:
leaf01:
kind: cvx
binds:
- apt-transport-https.tar.gz:/root/jessie-apt-transport-fix.tar.gz
leaf02:
kind: cvx
binds:
- apt-transport-https.tar.gz:/root/jessie-apt-transport-fix.tar.gz
vms:
kind: linux
binds:
Expand Down

0 comments on commit d594f37

Please sign in to comment.