summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Install node packages in one task instead of 3Michael Gugino2018-01-041-24/+14
| | | | | This commit reduces the number of package tasks from 3 to 1.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-2/+2
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-2/+2
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Merge pull request #6456 from mgugino-upstream-stage/node-factsMichael Gugino2017-12-171-1/+1
|\ | | | | Remove openshift_node_facts part 1
| * Remove openshift_node_facts part 1Michael Gugino2017-12-141-1/+1
| | | | | | | | | | This commit removes some items from openshift_facts for the openshit_node role.
* | Deprecate using Ansible tests as filtersRussell Teague2017-12-141-3/+3
|/
* Remove openshift.common.service_typeMichael Gugino2017-12-071-2/+2
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* retry package operationsLuke Meyer2017-11-301-0/+6
| | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
* Fix node system container varMichael Gugino2017-11-211-1/+1
| | | | Fix logic, make it simpler.
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-2/+2
|
* Fix containerized node service unit placement orderMichael Gugino2017-10-121-2/+0
| | | | | | | | | | | | | | Currently, non-containerized nodes have systemd service unit files created after registry auth credentials are created. Containerized nodes place service unit files prior to creation of these credentials. This commit ensures systemd service units are created at the correct time for both containerized and non-containerized nodes. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500642
* Re-enabling new tuned profile hierarchy (PR5089)Jiri Mencak2017-09-121-3/+1
|
* Remove openshift-commonMichael Gugino2017-09-061-1/+1
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-0/+33