summaryrefslogtreecommitdiffstats
path: root/roles/openshift_docker_facts/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Work towards determining openshift_version when unspecified.Devan Goodwin2016-05-251-1/+0
| | | | | | | openshift_docker role was largely useless now, but also almost did what we needed. (deps ordering still needs to be changed) Remove defaulting of openshift_version.
* The openshift_docker role must set the version facts for containerized installsBrenton Leanhardt2016-04-141-0/+2
QE found that for fresh installs we were basing the docker version facts of the images that could be pulled prior to configuring /etc/sysconfig/docker. This is an edge case but something we need to fix.