From f3c41dd13a0a86382b80d564e9de0d6b06fb1dbf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 11 Mar 2018 19:56:38 +0100 Subject: Various fixes before moving to hardware installation --- playbooks/openshift-upgrade.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'playbooks/openshift-upgrade.yml') diff --git a/playbooks/openshift-upgrade.yml b/playbooks/openshift-upgrade.yml index f2680ab..dd60639 100644 --- a/playbooks/openshift-upgrade.yml +++ b/playbooks/openshift-upgrade.yml @@ -3,5 +3,16 @@ 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 } -- cgit v1.2.3