summaryrefslogtreecommitdiffstats
path: root/roles/openshift_docker
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'recursive loop detected in template string' for upgrading variable.Andrew Butcher2016-05-162-5/+2
|
* Do not upgrade containers to latest avail during a normal config run.Devan Goodwin2016-05-121-4/+21
|
* Fix versionScott Dodson2016-05-091-1/+1
|
* Cleanup various deprecation warnings.Andrew Butcher2016-04-291-1/+1
|
* Merge pull request #1777 from brenton/evacJason DeTiberus2016-04-251-1/+1
|\ | | | | Pod evacuation
| * Pod must be recreated for the upgradeBrenton Leanhardt2016-04-251-1/+1
| |
* | Fix image version handling for v1.2.0-rc1Scott Dodson2016-04-251-2/+3
|/
* Support mixed RPM/container installsBrenton Leanhardt2016-04-141-4/+4
|
* The openshift_docker role must set the version facts for containerized installsBrenton Leanhardt2016-04-141-0/+28
| | | | | | 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.
* Downgrade to docker 1.8.2 if installing OSE < 3.2Scott Dodson2016-04-051-0/+1
|
* Docker role refactorJason DeTiberus2016-03-143-63/+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
* Add openshift_docker_options to append arbitrary options toScott Dodson2016-02-151-4/+6
| | | | /etc/sysconfig/docker OPTIONS
* Fixes typo assigning docker_service_status_changed which leads to ↵Eric Mountain2015-12-292-3/+9
| | | | | | misinterpretation in handler. Fixes Docker restart handling to ensure openshift_docker role does restart Docker on change.
* Move all docker config into openshift_docker to minimize docker restartsScott Dodson2015-12-151-3/+29
|
* fixesJason DeTiberus2015-12-151-9/+9
|
* Containerization work by @sdodsonScott Dodson2015-12-152-0/+43