Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement container runtime role | Michael Gugino | 2017-12-01 | 1 | -1/+0 |
| | |||||
* | Break version calc out into a role, separate yaml for containerized/rpm. | Devan Goodwin | 2016-05-31 | 1 | -81/+0 |
| | |||||
* | Drop unnecessary node playbook version calculation. | Devan Goodwin | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Refactor openshift_version behavior. | Devan Goodwin | 2016-05-30 | 1 | -2/+27 |
| | | | | | | | | | | | | Very early in playbooks we must init the openshift_version for each host. First we determine it for the master, logic now is pushed into the openshift_docker role which we run only on first master via openshift_cli. Facts are reloaded leaving us with a first master with openshift.common.version fact we can then re-use on all other hosts. The correct version of docker should be installed as well. We then set openshift_version for all other hosts by re-using the master fact. | ||||
* | Get rpm installations functional again. | Devan Goodwin | 2016-05-26 | 1 | -3/+25 |
| | |||||
* | Convert generic openshift_version=3.2 to specific early in install. | Devan Goodwin | 2016-05-25 | 1 | -0/+12 |
| | |||||
* | Work towards determining openshift_version when unspecified. | Devan Goodwin | 2016-05-25 | 1 | -3/+16 |
| | | | | | | | 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. | ||||
* | Remove now unnecessary pull and ver check in openshift_docker role. | Devan Goodwin | 2016-05-25 | 1 | -36/+0 |
| | |||||
* | Set openshift_version in config playbooks for first master. | Devan Goodwin | 2016-05-25 | 1 | -0/+2 |
| | | | | | | | Starting to remove openshift.docker.openshift_version fact usage. openshift_version should no longer contain a leading 'v' for containerized installs, just a version number. | ||||
* | Debug output. | Devan Goodwin | 2016-05-25 | 1 | -0/+3 |
| | |||||
* | Fix 'recursive loop detected in template string' for upgrading variable. | Andrew Butcher | 2016-05-16 | 1 | -5/+0 |
| | |||||
* | Do not upgrade containers to latest avail during a normal config run. | Devan Goodwin | 2016-05-12 | 1 | -4/+21 |
| | |||||
* | Fix version | Scott Dodson | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | Cleanup various deprecation warnings. | Andrew Butcher | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1777 from brenton/evac | Jason DeTiberus | 2016-04-25 | 1 | -1/+1 |
|\ | | | | | Pod evacuation | ||||
| * | Pod must be recreated for the upgrade | Brenton Leanhardt | 2016-04-25 | 1 | -1/+1 |
| | | |||||
* | | Fix image version handling for v1.2.0-rc1 | Scott Dodson | 2016-04-25 | 1 | -2/+3 |
|/ | |||||
* | Support mixed RPM/container installs | Brenton Leanhardt | 2016-04-14 | 1 | -4/+4 |
| | |||||
* | The openshift_docker role must set the version facts for containerized installs | Brenton Leanhardt | 2016-04-14 | 1 | -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. | ||||
* | Docker role refactor | Jason DeTiberus | 2016-03-14 | 1 | -55/+0 |
| | | | | | | | | | | | | | | | - 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 to | Scott Dodson | 2016-02-15 | 1 | -4/+6 |
| | | | | /etc/sysconfig/docker OPTIONS | ||||
* | Fixes typo assigning docker_service_status_changed which leads to ↵ | Eric Mountain | 2015-12-29 | 1 | -3/+3 |
| | | | | | | 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 restarts | Scott Dodson | 2015-12-15 | 1 | -3/+29 |
| | |||||
* | fixes | Jason DeTiberus | 2015-12-15 | 1 | -9/+9 |
| | |||||
* | Containerization work by @sdodson | Scott Dodson | 2015-12-15 | 1 | -0/+27 |