summaryrefslogtreecommitdiffstats
path: root/playbooks/init/base_packages.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add base package installation to upgrade playbooksRussell Teague2018-02-071-2/+3
| | | | | | | | 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
* Don't use 'omit' for package moduleVadim Rutkovsky2018-02-021-1/+2
| | | | 'name' param is required and can't be skipped. 'when' is used instead
* Add kube service ipaddress to no_proxy listScott Dodson2018-01-241-0/+1
| | | | Computed as the first ip address in the portal_net
* Fix node scaleup playsMichael Gugino2018-01-181-1/+3
| | | | | | | | Currently, users have no way to run preqrequisites.yml on just newly added nodes during scaleup. This commit ensures only the new nodes are changed during scaleup as well as ensure prerequisites are run.
* install base_packages on oo_all_hostsMichael Gugino2018-01-081-2/+2
| | | | | | | This commit ensures base packages are installed for oo_all_hosts, which is what we were doing previously. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1530516
* Remove references to deployment_typeMichael Gugino2017-12-211-0/+37
Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.