summaryrefslogtreecommitdiff
path: root/roles/openshift_version/meta
AgeCommit message (Collapse)Author
2017-12-08Remove container_runtime from the openshift_versionScott Dodson
2017-12-08openshift_version: add dependency to openshift_factsGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-08openshift_version: add dependency to container_runtimeGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-01Implement container runtime roleMichael Gugino
2017-08-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
2017-05-11Extend repoquery command (of lib_utils role) to ignore excludersJan Chaloupka
2016-09-29Skip the docker role in early upgrade stages.Devan Goodwin
This improves the situation further and prevents configuration changes from accidentally triggering docker restarts, before we've evacuated nodes. Now in two places, we skip the role entirely, instead of previous implementation which only skipped upgrading the installed version. (which did not catch config issues)
2016-06-13Restore 3.2 RPM version check before upgrading.Devan Goodwin
2016-06-13Make openshift_version role docker dep conditional.Devan Goodwin
2016-06-01Update openshift_version author info.Devan Goodwin
2016-05-31Break version calc out into a role, separate yaml for containerized/rpm.Devan Goodwin