Browse Source

crio: set the correct image name with OSE

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Giuseppe Scrivano 7 years ago
parent
commit
c8587811d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/docker/tasks/systemcontainer_crio.yml

+ 1 - 1
roles/docker/tasks/systemcontainer_crio.yml

@@ -104,7 +104,7 @@
 
     - name: Use RHEL based image when distribution is Red Hat
       set_fact:
-        l_crio_image_prepend: "registry.access.redhat.com"
+        l_crio_image_prepend: "registry.access.redhat.com/openshift3"
         l_crio_image_name: "cri-o"
       when: ansible_distribution == "RedHat"