summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6524 from kwoodson/docker_storage_setup_overlayScott Dodson2017-12-201-0/+10
|\ | | | | Adding support for docker-storage-setup on overlay
| * Adding support for docker-storage-setup on overlayKenny Woodson2017-12-191-0/+10
| |
* | 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.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-145-21/+46
|
* Refactor upgrade codepaths step 1Michael Gugino2017-12-121-0/+67
| | | | | | | | | | | | | | | | This commit refactors some upgrade code paths. Touched areas are: 1) Reduces usage of 'oo_all_hosts' in various places, especially when running upgrade_control_plane. 2) Reuses common code across the various upgrade* playbooks. 3) Moves docker upgrade checks into container_runtime_role. 4) Combines smaller playbooks and plays to reduce file sprawl.
* crio: define and use l_is_node_system_containerGiuseppe Scrivano2017-12-081-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Merge pull request #6362 from mgugino-upstream-stage/crt-playsScott Dodson2017-12-0711-257/+188
|\ | | | | Implement container_runtime playbooks and changes
| * Implement container_runtime playbooks and changesMichael Gugino2017-12-0711-257/+188
| | | | | | | | | | | | This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.
* | Include Deprecation: Convert to include_tasksRussell Teague2017-12-061-2/+1
|/
* Implement container runtime roleMichael Gugino2017-12-017-0/+675