diff options
author | Clayton Coleman <ccoleman@redhat.com> | 2017-10-29 16:57:56 -0400 |
---|---|---|
committer | Clayton Coleman <ccoleman@redhat.com> | 2017-10-30 23:31:02 -0400 |
commit | cf28d0a7711ceefdde4100495c8278278d27d148 (patch) | |
tree | 173f8ccd7999359262963c3198aa3923049840bd /roles | |
parent | 07a2312baffb85b0f5acc582e00bc22cbc7e5394 (diff) | |
download | openshift-cf28d0a7711ceefdde4100495c8278278d27d148.tar.gz openshift-cf28d0a7711ceefdde4100495c8278278d27d148.tar.bz2 openshift-cf28d0a7711ceefdde4100495c8278278d27d148.tar.xz openshift-cf28d0a7711ceefdde4100495c8278278d27d148.zip |
Use openshift.node.registry_url instead of oreg_url
Consistent with other use
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_master/defaults/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/defaults/main.yml b/roles/openshift_master/defaults/main.yml index 3da861d03..e78c78bb2 100644 --- a/roles/openshift_master/defaults/main.yml +++ b/roles/openshift_master/defaults/main.yml @@ -71,7 +71,7 @@ openshift_master_bootstrap_enabled: False openshift_master_client_binary: "{{ openshift.common.client_binary if openshift is defined else 'oc' }}" -openshift_master_config_imageconfig_format: "{{ oreg_url if oreg_url != '' else 'registry.access.redhat.com/openshift3/ose-${component}:${version}' }}" +openshift_master_config_imageconfig_format: "{{ openshift.node.registry_url }}" # these are for the default settings in a generated node-config.yaml openshift_master_node_config_default_edits: |