Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement container runtime role | Michael Gugino | 2017-12-01 | 1 | -16/+0 |
| | |||||
* | Refactor of openshift_version. | Kenny Woodson | 2017-08-08 | 1 | -1/+0 |
| | |||||
* | Add dependency on docker to openshift_docker role. | Devan Goodwin | 2016-07-11 | 1 | -0/+2 |
| | | | | | | | | | | | I think this is intended anytime a role uses openshift_docker. Fixes issue where docker_version is ignored for rpm based installs. We made the dependency in openshift_version conditional to allow use of openshift_version without significantly impacting the system, however nothing ever actually ran the docker role after that, resulting in docker simply being installed via the rpm dependency on atomic-openshift. | ||||
* | Break version calc out into a role, separate yaml for containerized/rpm. | Devan Goodwin | 2016-05-31 | 1 | -3/+1 |
| | |||||
* | Downgrade to docker 1.8.2 if installing OSE < 3.2 | Scott Dodson | 2016-04-05 | 1 | -0/+1 |
| | |||||
* | Docker role refactor | Jason DeTiberus | 2016-03-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included | ||||
* | Containerization work by @sdodson | Scott Dodson | 2015-12-15 | 1 | -0/+16 |