summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-master
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2018-02-05 15:32:55 -0500
committerRussell Teague <rteague@redhat.com>2018-02-07 11:16:55 -0500
commitb683605bd97a798589000d32d1b9ea15bf75666d (patch)
treef2567296b08974132fe3864151272293f18550b7 /playbooks/openshift-master
parent5e7eaaf7b8b30f8343b1564853b82c1e768f546e (diff)
downloadopenshift-b683605bd97a798589000d32d1b9ea15bf75666d.tar.gz
openshift-b683605bd97a798589000d32d1b9ea15bf75666d.tar.bz2
openshift-b683605bd97a798589000d32d1b9ea15bf75666d.tar.xz
openshift-b683605bd97a798589000d32d1b9ea15bf75666d.zip
Add base package installation to upgrade playbooks
Hosts will need python ipaddress module installed if it was not installed during initial installation. Bug 1540537 https://bugzilla.redhat.com/show_bug.cgi?id=1540537
Diffstat (limited to 'playbooks/openshift-master')
-rw-r--r--playbooks/openshift-master/scaleup.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/openshift-master/scaleup.yml b/playbooks/openshift-master/scaleup.yml
index 09e205afc..0ca5d1a61 100644
--- a/playbooks/openshift-master/scaleup.yml
+++ b/playbooks/openshift-master/scaleup.yml
@@ -32,6 +32,7 @@
- import_playbook: ../prerequisites.yml
vars:
l_scale_up_hosts: "oo_nodes_to_config:oo_masters_to_config"
+ l_base_packages_hosts: "oo_nodes_to_config:oo_masters_to_config"
l_init_fact_hosts: "oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config:oo_nodes_to_config"
l_sanity_check_hosts: "{{ groups['oo_nodes_to_config'] | union(groups['oo_masters_to_config']) }}"