Skip to content

Commit

Permalink
Merge pull request #1409 from DvdChe/fix-outscale-image-cloudinit
Browse files Browse the repository at this point in the history
fix(outscale): Remove cloud-init obsolete installation package
  • Loading branch information
k8s-ci-robot committed Feb 19, 2024
2 parents 49b94b1 + 01e56f5 commit 7dc6129
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
Binary file not shown.
16 changes: 0 additions & 16 deletions images/capi/ansible/roles/providers/tasks/outscale.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
---
- name: Download cloud-int outscale package for Ubuntu
copy:
src: files/tmp/cloud-init_22.2-outscale.deb
dest: /tmp/cloud-init_22.2-outscale.deb
owner: root
group: root
mode: "0755"
when: ansible_distribution == "Ubuntu"

- name: Install cloud-init outscale package
apt:
deb: /tmp/cloud-init_22.2-outscale.deb
force: true
force_apt_get: true
when: ansible_distribution == "Ubuntu"

- name: Change cloud-init metadata outscale config in Ubuntu
copy:
src: files/etc/cloud/cloud.cfg.d/99_metadata.cfg
Expand Down
2 changes: 1 addition & 1 deletion images/capi/packer/outscale/ubuntu-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"distribution": "ubuntu",
"distribution_release": "ubuntu",
"distribution_version": "2204",
"image_name": "Ubuntu-22.04-2023.02.21-0"
"image_name": "Ubuntu-22.04-2023.12.04-0"
}

0 comments on commit 7dc6129

Please sign in to comment.