mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-09 18:37:38 -02:30
Convert cri-dockerd molecule to ansible verifier
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Test cri-dockerd
|
||||
import_playbook: ../../../molecule/test_cri.yml
|
||||
vars:
|
||||
container_manager: cri-dockerd
|
||||
cri_socket: unix:///var/run/cri-dockerd.sock
|
||||
cri_name: docker
|
||||
|
||||
- name: Test running a container with docker
|
||||
import_playbook: ../../../molecule/test_runtime.yml
|
||||
vars:
|
||||
container_runtime: docker
|
||||
# cri-dockerd does not support multiple runtime handler before 0.4.0
|
||||
# https://github.com/Mirantis/cri-dockerd/pull/350
|
||||
# TODO: check this when we upgrade cri-dockerd
|
||||
Reference in New Issue
Block a user