diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-02-07 16:25:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 16:25:29 -0800 |
commit | 52403c8d9ab6e604fb0060250526ae8c1587c269 (patch) | |
tree | e6c8ab29e27217adc2d763fd866097a4bd34b9c7 /playbooks/init | |
parent | 178a71a0952adc5a4137f2c0acae8e5d2cf71c62 (diff) | |
parent | b683605bd97a798589000d32d1b9ea15bf75666d (diff) | |
download | openshift-52403c8d9ab6e604fb0060250526ae8c1587c269.tar.gz openshift-52403c8d9ab6e604fb0060250526ae8c1587c269.tar.bz2 openshift-52403c8d9ab6e604fb0060250526ae8c1587c269.tar.xz openshift-52403c8d9ab6e604fb0060250526ae8c1587c269.zip |
Merge pull request #7017 from mtnbikenc/fix-1540537
Automatic merge from submit-queue.
[1540537] 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/init')
-rw-r--r-- | playbooks/init/base_packages.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/playbooks/init/base_packages.yml b/playbooks/init/base_packages.yml index 81f4dd183..addb4f44d 100644 --- a/playbooks/init/base_packages.yml +++ b/playbooks/init/base_packages.yml @@ -1,8 +1,9 @@ --- -# l_scale_up_hosts may be passed in via prerequisites.yml during scaleup plays. +# l_base_packages_hosts may be passed in via prerequisites.yml during scaleup plays +# and upgrade_control_plane.yml upgrade plays. - name: Install packages necessary for installer - hosts: "{{ l_scale_up_hosts | default('oo_all_hosts') }}" + hosts: "{{ l_base_packages_hosts | default('oo_all_hosts') }}" any_errors_fatal: true tasks: - when: |