summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/etcd/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - etcd UpgradeRussell Teague2017-12-051-29/+0
|
* Merge pull request #5518 from ingvagabund/set-quota-backend-bytes-explicitlyOpenShift Merge Robot2017-09-271-0/+6
|\ | | | | | | | | | | | | Automatic merge from submit-queue set the etcd backend quota to 4GB by default Bug: 1492891
| * Set the etcd backend quota to 4GB by defaultJan Chaloupka2017-09-261-0/+6
| |
* | consolidate etcd_common roleJan Chaloupka2017-09-251-3/+2
|/
* move etcd backup to etcd_common roleJan Chaloupka2017-06-141-1/+2
|
* move etcd upgrade related code into etcd_upgrade roleJan Chaloupka2017-05-181-1/+1
|
* move etcdctl.yml from etcd to etcd_common roleJan Chaloupka2017-05-031-1/+3
|
* etcd Upgrade RefactorRussell Teague2017-05-021-27/+1
| | | | | | * Renaming etcd_hosts_to_* to oo_etcd_hosts_to* * Moving host group evaluation to evaluate_groups.yml * Removing duplicate evaluate_groups.yml usage
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-0/+3
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* Make both backup and upgrade optionalScott Dodson2016-12-091-95/+5
|
* [upgrades] Upgrade etcd by defaultScott Dodson2016-12-091-4/+11
|
* Silence warnings when using rpm directlyDag Wieers2016-12-081-0/+2
|
* etcd_upgrade : Use different variables for rpm vs container versionsScott Dodson2016-12-061-10/+10
|
* etcd upgrade playbook is not currently applicable to embedded etcd installsScott Dodson2016-11-281-0/+3
| | | | Fixes Bug 1395945
* Make etcd containerized upgrade stepwiseScott Dodson2016-11-141-10/+35
|
* Add updates for containerizedScott Dodson2016-11-141-6/+15
|
* Add etcd upgrade for RHEL and FedoraScott Dodson2016-11-141-0/+88
On Fedora we just blindly upgrade to the latest. On RHEL we do stepwise upgrades 2.0,2.1,2.2,2.3,3.0