summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorWesley Hearn <whearn@redhat.com>2015-08-10 14:41:34 -0400
committerWesley Hearn <whearn@redhat.com>2015-08-10 14:41:34 -0400
commitad908f68a94fd5a5b45d5467383abcbc6417540c (patch)
tree5f956196a9ec35d930b6fac341b563aee960b83d /roles
parent550c364753e249fc87246b00df41c365d1d52d3e (diff)
downloadopenshift-ad908f68a94fd5a5b45d5467383abcbc6417540c.tar.gz
openshift-ad908f68a94fd5a5b45d5467383abcbc6417540c.tar.bz2
openshift-ad908f68a94fd5a5b45d5467383abcbc6417540c.tar.xz
openshift-ad908f68a94fd5a5b45d5467383abcbc6417540c.zip
Use the official redhat registry for online
Diffstat (limited to 'roles')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index d733639c3..4e0989c5f 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -300,8 +300,7 @@ def set_registry_url_if_unset(facts):
if deployment_type == 'enterprise':
registry_url = "openshift3/ose-${component}:${version}"
elif deployment_type == 'online':
- registry_url = ("docker-registry.ops.rhcloud.com/"
- "openshift3/ose-${component}:${version}")
+ registry_url = ("openshift3/ose-${component}:${version}")
facts[role]['registry_url'] = registry_url
return facts