2019-06-30 05:09:20 +08:00
|
|
|
---
|
2020-12-09 17:22:50 +08:00
|
|
|
crio_versioned_pkg:
|
2021-04-27 00:21:16 +08:00
|
|
|
"1.21":
|
|
|
|
- "cri-o=1.21*"
|
2020-12-09 17:22:50 +08:00
|
|
|
- cri-o-runc
|
2021-04-27 00:21:16 +08:00
|
|
|
"1.20":
|
|
|
|
- "cri-o=1.20*"
|
2020-12-09 17:22:50 +08:00
|
|
|
- cri-o-runc
|
2021-04-27 00:21:16 +08:00
|
|
|
"1.19":
|
|
|
|
- "cri-o=1.19*"
|
2020-12-09 17:22:50 +08:00
|
|
|
- cri-o-runc
|
|
|
|
|
|
|
|
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
|
2020-04-23 04:29:45 +08:00
|
|
|
|
2020-10-26 23:35:02 +08:00
|
|
|
crio_packages: "{{ ubuntu_crio_packages | default(default_crio_packages) }}"
|
2019-06-30 05:09:20 +08:00
|
|
|
|
2020-10-23 18:07:46 +08:00
|
|
|
# The crio_runtimes variable defines a list of OCI compatible runtimes.
|
|
|
|
crio_runtimes:
|
|
|
|
- name: runc
|
|
|
|
path: /usr/sbin/runc
|
|
|
|
type: oci
|
|
|
|
root: /run/runc
|