summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
blob: 8fadd2ce7d85c6683b0d1f4c0c6088ff458e5e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- include: ../../../../common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
  vars_files:
  - "{{lookup('file', '../../../../byo/openshift-cluster/cluster_hosts.yml')}}"
  vars:
    g_etcd_hosts: "{{ groups.etcd | default([]) }}"
    g_master_hosts: "{{ groups.masters | default([]) }}"
    g_new_master_hosts: []
    g_nfs_hosts: "{{ groups.nfs | default([]) }}"
    g_node_hosts: "{{ groups.nodes | default([]) }}"
    g_lb_hosts: "{{ groups.lb | default([]) }}"
    openshift_cluster_id: "{{ cluster_id | default('default') }}"
    openshift_deployment_type: "{{ deployment_type }}"