summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_hosted_router.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-21 16:47:48 -0500
committerRussell Teague <rteague@redhat.com>2017-11-22 08:14:04 -0500
commita495780e61e824dddeaf35b9d58b6b37e300505c (patch)
tree16dd17c673dbce1461bb904f9a67f91c40f415b5 /playbooks/common/openshift-cluster/openshift_hosted_router.yml
parent7c6e0712b6bb57dcce6a055d4f88a2234449141f (diff)
downloadopenshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.gz
openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.bz2
openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.xz
openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.zip
Playbook Consolidation - openshift-hosted
Diffstat (limited to 'playbooks/common/openshift-cluster/openshift_hosted_router.yml')
-rw-r--r--playbooks/common/openshift-cluster/openshift_hosted_router.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_hosted_router.yml b/playbooks/common/openshift-cluster/openshift_hosted_router.yml
deleted file mode 100644
index bcb5a34a4..000000000
--- a/playbooks/common/openshift-cluster/openshift_hosted_router.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- name: Create Hosted Resources - router
- hosts: oo_first_master
- tasks:
- - set_fact:
- openshift_hosted_router_registryurl: "{{ hostvars[groups.oo_first_master.0].openshift.master.registry_url }}"
- when: "'master' in hostvars[groups.oo_first_master.0].openshift and 'registry_url' in hostvars[groups.oo_first_master.0].openshift.master"
- - include_role:
- name: openshift_hosted
- tasks_from: router.yml
- when:
- - openshift_hosted_manage_router | default(True) | bool
- - openshift_hosted_router_registryurl is defined