diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-11-08 15:14:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-08 15:14:34 -0500 |
commit | 52d2eb56e3198ed83c7c9a912aa22919e2180985 (patch) | |
tree | 8fd448c42e7cbe412231b9c6407e1690ae82f47b /roles/cockpit-ui/tasks | |
parent | 4c80a74d3c8e0ed8a164cf805d88285e265be790 (diff) | |
parent | 37812f0da8f72df9108bfdcd882439d3faeea79b (diff) | |
download | openshift-52d2eb56e3198ed83c7c9a912aa22919e2180985.tar.gz openshift-52d2eb56e3198ed83c7c9a912aa22919e2180985.tar.bz2 openshift-52d2eb56e3198ed83c7c9a912aa22919e2180985.tar.xz openshift-52d2eb56e3198ed83c7c9a912aa22919e2180985.zip |
Merge pull request #5829 from sosiouxme/20171020-registry-console-bz1497310
reconcile registry-console and docker_image_availability
Diffstat (limited to 'roles/cockpit-ui/tasks')
-rw-r--r-- | roles/cockpit-ui/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/cockpit-ui/tasks/main.yml b/roles/cockpit-ui/tasks/main.yml index 244e2cc41..09f4259a2 100644 --- a/roles/cockpit-ui/tasks/main.yml +++ b/roles/cockpit-ui/tasks/main.yml @@ -37,7 +37,6 @@ cp {{ openshift_master_config_dir }}/admin.kubeconfig {{ openshift_hosted_kubeconfig }} changed_when: False - # TODO: Need to fix the origin and enterprise templates so that they both respect IMAGE_PREFIX - name: Deploy registry-console command: > {{ openshift.common.client_binary }} new-app --template=registry-console |