From ad4d6c9302a1d99561bbd5d94bc01ad2ae42b9f6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 30 May 2018 22:33:04 +0000 Subject: [PATCH] Try this to override the incorrect version --- .../templates/cluster-inventory.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 0345f6199a..16c74e0dc6 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -117,6 +117,7 @@ openshift_use_crio_only={{ openshift_ansible_crio_only }} #openshift_crio_enable_docker_gc=True # Node Selectors to run the garbage collection #openshift_crio_docker_gc_node_selector={'runtime': 'cri-o'} +openshift_crio_systemcontainer_image_override="registry.access.redhat.com//openshift3/cri-o:v3.9" # Use Docker inside a System Container. Note that this is a tech preview and should # not be used to upgrade!