Browse Source
fix: Use crun in the cri-o distribution and don't use crun role from cri-o role anymore (#12289)
Signed-off-by: Takuya Murakami <murakami_da@nec.com>
pull/12388/head
Takuya Murakami
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
1 additions and
2 deletions
-
roles/container-engine/cri-o/defaults/main.yml
-
roles/container-engine/cri-o/meta/main.yml
|
@ -44,7 +44,7 @@ crio_root: "/var/lib/containers/storage" |
|
|
# The crio_runtimes variable defines a list of OCI compatible runtimes. |
|
|
# The crio_runtimes variable defines a list of OCI compatible runtimes. |
|
|
crio_runtimes: |
|
|
crio_runtimes: |
|
|
- name: crun |
|
|
- name: crun |
|
|
path: "{{ crio_runtime_bin_dir }}/crun" |
|
|
|
|
|
|
|
|
path: "{{ crio_runtime_bin_dir }}/crun" # Use crun in cri-o distributions, don't use 'crun' role |
|
|
type: oci |
|
|
type: oci |
|
|
root: /run/crun |
|
|
root: /run/crun |
|
|
|
|
|
|
|
|
|
@ -1,5 +1,4 @@ |
|
|
--- |
|
|
--- |
|
|
dependencies: |
|
|
dependencies: |
|
|
- role: container-engine/crun |
|
|
|
|
|
- role: container-engine/crictl |
|
|
- role: container-engine/crictl |
|
|
- role: container-engine/skopeo |
|
|
- role: container-engine/skopeo |