summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2017-09-22 17:29:17 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2017-09-25 11:06:23 +0200
commitc8587811d46b39028bc69265175c4e8d51cff10e (patch)
tree0a2af7efefd155f66f5fd2da2db1385f156ef14c /roles
parent4c46c0748b06a088d2dd5bb0af439e55718271f5 (diff)
downloadopenshift-c8587811d46b39028bc69265175c4e8d51cff10e.tar.gz
openshift-c8587811d46b39028bc69265175c4e8d51cff10e.tar.bz2
openshift-c8587811d46b39028bc69265175c4e8d51cff10e.tar.xz
openshift-c8587811d46b39028bc69265175c4e8d51cff10e.zip
crio: set the correct image name with OSE
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'roles')
-rw-r--r--roles/docker/tasks/systemcontainer_crio.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/tasks/systemcontainer_crio.yml b/roles/docker/tasks/systemcontainer_crio.yml
index e6fc2db06..5b02b72be 100644
--- a/roles/docker/tasks/systemcontainer_crio.yml
+++ b/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"