| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docker_upgrade variable | Michael Gugino | 2018-02-12 | 1 | -1/+1 |
* | Add the ability to specify a timeout for node drain operations | Scott Dodson | 2018-01-10 | 1 | -3/+9 |
* | Migrate to import_role for static role inclusion | Scott Dodson | 2018-01-05 | 1 | -1/+1 |
* | Move validate_hosts to prerequisites.yml | Michael Gugino | 2017-12-20 | 1 | -3/+0 |
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 3 | -4/+4 |
* | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 3 | -7/+7 |
* | Refactor upgrade codepaths step 1 | Michael Gugino | 2017-12-12 | 3 | -83/+3 |
* | Add openshift_facts to upgrade plays for service_type | Michael Gugino | 2017-12-09 | 1 | -0/+1 |
* | Merge pull request #6278 from mgugino-upstream-stage/service_type | Michael Gugino | 2017-12-08 | 2 | -6/+6 |
|\ |
|
| * | Remove openshift.common.service_type | Michael Gugino | 2017-12-07 | 2 | -6/+6 |
* | | Merge pull request #6371 from mtnbikenc/include-to-import_playbook | OpenShift Merge Robot | 2017-12-07 | 2 | -5/+5 |
|\ \
| |/
|/| |
|
| * | Include Deprecation: Convert to import_playbook | Russell Teague | 2017-12-07 | 2 | -5/+5 |
* | | Remove all uses of openshift.common.admin_binary | Scott Dodson | 2017-12-07 | 1 | -1/+1 |
|/ |
|
* | Implement container runtime role | Michael Gugino | 2017-12-01 | 1 | -4/+0 |
* | retry package operations | Luke Meyer | 2017-11-30 | 1 | -0/+2 |
* | With dnf repoquery and excluded packages, --disableexcludes=all is needed to ... | Jan Pazdziora | 2017-11-22 | 1 | -1/+1 |
* | Playbook Consolidation - Initialization | Russell Teague | 2017-11-15 | 1 | -1/+1 |
* | more retries on repoquery_cmd | Luke Meyer | 2017-09-19 | 1 | -0/+4 |
* | Remove openshift-common | Michael Gugino | 2017-09-06 | 1 | -1/+0 |
* | Test: Fail on entry point playbooks in common | Russell Teague | 2017-08-29 | 3 | -1/+1 |
* | Remove remaining references to openshift-master.service | Clayton Coleman | 2017-08-08 | 2 | -2/+0 |
* | Merge pull request #4778 from jkaurredhat/drain_upgrade-1.6 | Scott Dodson | 2017-07-18 | 1 | -1/+1 |
|\ |
|
| * | drain still pending in below files without fix : | jkaurredhat | 2017-07-18 | 1 | -1/+1 |
* | | Add drain retries after 60 second delay | Scott Dodson | 2017-07-18 | 1 | -0/+4 |
* | | Wrap docker stop in retries | Scott Dodson | 2017-07-18 | 1 | -1/+7 |
* | | Test docker restart with retries 3 delay 30 | Steve Milner | 2017-07-18 | 1 | -0/+4 |
* | | increase implicit 300s default timeout to explicit 600s | Jan Chaloupka | 2017-06-28 | 1 | -0/+1 |
|/ |
|
* | Refactor docker upgrade playbooks | Russell Teague | 2017-04-10 | 3 | -0/+97 |
* | Merge pull request #2786 from dgoodwin/docker-1.12 | Scott Dodson | 2017-01-17 | 1 | -3/+3 |
|\ |
|
| * | Begin requiring Docker 1.12. | Devan Goodwin | 2016-11-10 | 1 | -4/+3 |
* | | Remove spurious argument | Rodolfo Carvalho | 2017-01-09 | 1 | -1/+1 |
* | | Use openshift.common.hostname when verifying API port available. | Andrew Butcher | 2017-01-06 | 1 | -7/+5 |
* | | YAML Linting | Russell Teague | 2016-12-12 | 1 | -2/+1 |
* | | Silence warnings when using rpm directly | Dag Wieers | 2016-12-08 | 1 | -0/+2 |
* | | Cleanup ovs file and restart docker on every upgrade. | Devan Goodwin | 2016-11-30 | 2 | -27/+31 |
* | | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -1/+1 |
|/ |
|
* | Fix typos | Rodolfo Carvalho | 2016-10-19 | 1 | -1/+1 |
* | upgrade: Don't check avail docker version if not already installed. | Devan Goodwin | 2016-10-14 | 1 | -2/+4 |
* | Use pre_upgrade tag instread of a dry run variable. | Devan Goodwin | 2016-09-29 | 1 | -1/+1 |
* | Merge pull request #2295 from dgoodwin/override-docker-upgrade | Scott Dodson | 2016-09-15 | 1 | -1/+1 |
|\ |
|
| * | Allow overriding the Docker 1.10 requirement for upgrade. | Devan Goodwin | 2016-08-15 | 1 | -1/+1 |
* | | Reload docker facts after upgrading docker | Scott Dodson | 2016-08-30 | 1 | -0/+4 |
|/ |
|
* | Improvements for Docker 1.10+ upgrade image nuking. | Devan Goodwin | 2016-08-11 | 1 | -0/+14 |
* | Shutdown Docker before upgrading the rpm. | Devan Goodwin | 2016-08-10 | 1 | -0/+4 |
* | Fixes for non-containerized separate etcd hosts. | Devan Goodwin | 2016-06-28 | 1 | -1/+1 |
* | More docker upgrade fixes. | Devan Goodwin | 2016-06-27 | 2 | -21/+16 |
* | Only nuke images when crossing the Docker 1.10 boundary in upgrade. | Devan Goodwin | 2016-06-27 | 2 | -23/+21 |
* | Allow skipping Docker upgrade during OpenShift upgrade. | Devan Goodwin | 2016-06-24 | 1 | -0/+13 |
* | Refactor 3.2 upgrade to avoid killing nodes without evac. | Devan Goodwin | 2016-06-23 | 2 | -0/+89 |