summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-upgrade.yml
blob: dd606396c4293c23100fc80b5ff87e10292139ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- name: Configure cluster hosts names 
  hosts: nodes
  roles:
    - { role: ands_facts }
#    - { role: ands_openshift, subrole: hostnames }
    - { role: ands_network, action: install_pre }

- import_playbook: ../anslib/openshift-ansible/playbooks/prerequisites.yml

# Updating service catalog breaks etcd health checks (see docs/upgrade.txt)
- import_playbook: ../anslib/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade.yml
  vars:
    openshift_enable_service_catalog: false

- name: Configure cluster hosts names 
  hosts: nodes
  roles:
    - { role: ands_network, action: install_post }