Skip to content

Commit

Permalink
Remove legacy crio packaging cleanup (#10702)
Browse files Browse the repository at this point in the history
This has now been removed and results in a 404 when trying to remove the
old key, even if it's not present.
  • Loading branch information
dgl authored Dec 11, 2023
1 parent 306103e commit 17b5124
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 132 deletions.
4 changes: 0 additions & 4 deletions roles/container-engine/cri-o/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ youki_runtime:
type: oci
root: /run/youki

# TODO(cristicalin): remove this after 2.21
crio_download_base: "download.opensuse.org/repositories/devel:kubic:libcontainers:stable"
crio_download_crio: "http://{{ crio_download_base }}:/cri-o:/"

# Reserve 16M uids and gids for user namespaces (256 pods * 65536 uids/gids)
# at the end of the uid/gid space
crio_remap_enable: false
Expand Down
125 changes: 0 additions & 125 deletions roles/container-engine/cri-o/tasks/cleanup.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions roles/container-engine/cri-o/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
import_tasks: "setup-amazon.yaml"
when: ansible_distribution in ["Amazon"]

- name: Cri-o | clean up reglacy repos
import_tasks: "cleanup.yaml"

- name: Cri-o | build a list of crio runtimes with Katacontainers runtimes
set_fact:
crio_runtimes: "{{ crio_runtimes + kata_runtimes }}"
Expand Down

0 comments on commit 17b5124

Please sign in to comment.