summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Fix docker_upgrade variableMichael Gugino2018-02-121-0/+2
| | | | | | | | | Currently, docker_upgrade is ignored during cluster upgrades. This commit ensures that the variable is respected. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1543714
* additional mounts: specify 'type' in container_runtime_crio_additional_mountsVadim Rutkovsky2018-02-121-0/+1
|
* Adding ability to provide additional mounts to crio system container.Kenny Woodson2018-02-071-0/+10
|
* Merge pull request #6905 from mgugino-upstream-stage/fix-crt-typoOpenShift Merge Robot2018-01-271-1/+1
|\ | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Fix container_runtime variable typo 'Centos' should be 'CentOS' as it corresponds to the ansible variable that determines the linux distro.
| * Fix container_runtime variable typoMichael Gugino2018-01-261-1/+1
| | | | | | | | | | | | 'Centos' should be 'CentOS' as it corresponds to the ansible variable that determines the linux distro.
* | Removing dependency on the extra stroage device.Kenny Woodson2018-01-251-1/+1
|/
* docker: use image from CentOS and Fedora registriesGiuseppe Scrivano2018-01-101-6/+6
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* crio: use Docker and CentOS registries for the imageGiuseppe Scrivano2018-01-101-19/+8
|
* Cast openshift_docker_use_system_container to boolMichael Gugino2018-01-021-1/+1
| | | | | | | | | | | | | openshift_docker_use_system_container might be passed in via ini inventory as 'openshift_docker_use_system_container=false' This condition will be interpreted as a string type, instead of boolean. Casting openshift_docker_use_system_container as bool will achieve the users desired intent. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
* Move validate_hosts to prerequisites.ymlMichael Gugino2017-12-201-2/+0
| | | | | | Move more checks outside of init/main.yml for speeding up upgrades and other operational plays that need to run.
* Merge pull request #6524 from kwoodson/docker_storage_setup_overlayScott Dodson2017-12-201-0/+14
|\ | | | | Adding support for docker-storage-setup on overlay
| * Adding support for docker-storage-setup on overlayKenny Woodson2017-12-191-0/+14
| |
* | Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+1
|/ | | | | | | | | | | | | | 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.
* docker: use Fedora /latest/ instead of hardcoding the versionGiuseppe Scrivano2017-12-131-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* container-engine: log-opts is a dictionary in the daemon.json fileGiuseppe Scrivano2017-12-081-0/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* crio: define and use l_is_node_system_containerGiuseppe Scrivano2017-12-081-0/+3
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Implement container_runtime playbooks and changesMichael Gugino2017-12-071-2/+51
| | | | | | This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.
* Implement container runtime roleMichael Gugino2017-12-011-0/+80