spaced
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
12 additions and
7 deletions
-
roles/container-engine/cri-o/defaults/main.yml
-
roles/container-engine/cri-o/molecule/default/molecule.yml
-
roles/container-engine/cri-o/vars/ubuntu.yml
|
|
@ -9,7 +9,7 @@ crio_conmon: "/usr/bin/conmon" |
|
|
|
crio_required_version: "{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}" |
|
|
|
|
|
|
|
crio_kubernetes_version_matrix: |
|
|
|
"1.18": "1.17" |
|
|
|
"1.18": "1.18" |
|
|
|
"1.17": "1.17" |
|
|
|
"1.16": "1.16" |
|
|
|
|
|
|
|
|
|
@ -8,12 +8,12 @@ lint: |
|
|
|
options: |
|
|
|
config-file: ../../../.yamllint |
|
|
|
platforms: |
|
|
|
# - name: ubuntu1804 |
|
|
|
# box: generic/ubuntu1804 |
|
|
|
# cpus: 2 |
|
|
|
# memory: 1024 |
|
|
|
# groups: |
|
|
|
# - kube-master |
|
|
|
- name: ubuntu1804 |
|
|
|
box: generic/ubuntu1804 |
|
|
|
cpus: 2 |
|
|
|
memory: 1024 |
|
|
|
groups: |
|
|
|
- kube-master |
|
|
|
- name: centos7 |
|
|
|
box: centos/7 |
|
|
|
cpus: 2 |
|
|
|
|
|
@ -4,3 +4,8 @@ crio_packages: |
|
|
|
- "cri-o-{{ crio_version }}" |
|
|
|
|
|
|
|
crio_runc_path: /usr/sbin/runc |
|
|
|
|
|
|
|
crio_kubernetes_version_matrix: |
|
|
|
"1.18": "1.17" |
|
|
|
"1.17": "1.17" |
|
|
|
"1.16": "1.16" |