summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/restart.yml
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - openshift-masterRussell Teague2017-11-221-19/+0
|
* Correct include path to not follow symlinkRussell Teague2017-09-081-1/+1
|
* Remove unnecessary folder refsRussell Teague2017-04-101-3/+3
|
* Restructure certificate redeploy playbooksAndrew Butcher2017-02-021-0/+19
|
* Perform master upgrades in a single play serially.Devan Goodwin2017-01-181-11/+0
|
* Validate system restart policy during pre-upgrade.Devan Goodwin2017-01-181-67/+0
| | | | | | | | | | This was done far into the process potentially leaving the user in a difficult situation if they had now considered they were running the upgrade playbook on a host that would be restarted. Instead check configuration and what host we're running on in pre-upgrade and allow the user to abort before making any substantial changes. This is a step towards merging master upgrade into one serial process.
* YAML LintingRussell Teague2016-12-121-7/+6
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Drop pacemaker restart logic.Devan Goodwin2016-10-191-73/+1
| | | | | Pacemaker clusters are no longer supported, and in some cases bugs here were causing upgrade failures.
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-2/+2
|
* Fail when master restart playbook finds no active masters rather than any ↵Andrew Butcher2016-01-221-7/+7
| | | | failed masters.
* Improve pacemaker 'is-active' check.Andrew Butcher2016-01-181-1/+9
|
* Add 'unknown' to possible output for the is-active check.Andrew Butcher2016-01-181-1/+1
|
* Fix cluster_method conditional in master restart playbook.Andrew Butcher2016-01-181-2/+2
|
* Call attention to openshift_master_rolling_restart_mode variable in restart ↵Andrew Butcher2016-01-151-2/+4
| | | | prompt.
* Validate pacemaker cluster members.Andrew Butcher2016-01-121-0/+13
|
* Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-111-0/+128
Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.