summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/cockpit-ui/tasks/main.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/roles/cockpit-ui/tasks/main.yml b/roles/cockpit-ui/tasks/main.yml
index 8bd68787a..1d42110b8 100644
--- a/roles/cockpit-ui/tasks/main.yml
+++ b/roles/cockpit-ui/tasks/main.yml
@@ -1,14 +1,10 @@
---
- block:
- - name: Create passthrough route for docker-registry
- oc_route:
- kubeconfig: "{{ openshift_master_config_dir }}/admin.kubeconfig"
- name: docker-registry
- namespace: default
- service_name: docker-registry
- state: present
- tls_termination: passthrough
- register: docker_registry_route
+
+ # When openshift_hosted_manage_registry=true the openshift_hosted
+ # role will create the appropriate route for the docker-registry.
+ # When openshift_hosted_manage_registry=false then this code will
+ # not be run.
- name: Create passthrough route for registry-console
oc_route: