summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-hosted/private/openshift_hosted_registry_storage.yml
blob: 9a407b69ea89861db6d25f8b095da2dbb644116e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# This playbook waits for registry and router pods after both have been
# created.  It is intended to allow the tasks of deploying both to complete
# before polling to save time.
- name: Poll for hosted pod deployments
  hosts: oo_first_master
  tasks:
  - include_role:
      name: openshift_hosted
      tasks_from: registry_storage.yml
    when:
    - openshift_hosted_manage_registry | default(True) | bool
    - openshift_hosted_registry_registryurl is defined