From 006f333828db373435daa15483d2ab753048f62a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 13 Mar 2018 05:01:30 +0100 Subject: Production --- playbooks/openshift-add-nodes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'playbooks/openshift-add-nodes.yml') diff --git a/playbooks/openshift-add-nodes.yml b/playbooks/openshift-add-nodes.yml index 3d3efc4..6d3ace6 100644 --- a/playbooks/openshift-add-nodes.yml +++ b/playbooks/openshift-add-nodes.yml @@ -2,9 +2,10 @@ hosts: nodes:new_nodes roles: - { role: ands_facts } - - { role: ands_common, os_update: true } - { role: ands_network, action: install_pre } +- import_playbook: x-os-update.yml + # I am not sure if etcd will be automatic here. If not, we may need to run etcd scaleup afterwards # if node is also in new_etcd list - import_playbook: ../anslib/openshift-ansible/playbooks/prerequisites.yml -- cgit v1.2.3