summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/restart_hosts.yml
Commit message (Collapse)AuthorAgeFilesLines
* increase implicit 300s default timeout to explicit 600sJan Chaloupka2017-06-281-0/+1
|
* More fixes for reboot/wait for hosts.Devan Goodwin2017-02-101-2/+14
|
* Moving to ansible variable.Kenny Woodson2017-02-071-1/+1
|
* Specifying port for wait_for call.Kenny Woodson2017-02-071-0/+1
|
* Fix host when waiting for a master system restart.Devan Goodwin2017-02-011-1/+2
| | | | | | Discovered situations where the inventory hostname may not be resolvable with operations. Switching to the ssh host (an IP) should always be correct.
* More reliable wait for master after full host reboot.Devan Goodwin2017-01-181-5/+12
| | | | | | | | | | This would fail in some environments where openshift.common.hostname was not reachable from the local system running ansible. Additionally it is also possible the API port would not be available even if the host were. Instead we wait for master ssh connection to come back up, then wait for the master API on the remote host just as we do for the "service" style restart.
* YAML LintingRussell Teague2016-12-121-0/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* openshift-master/restart : use openshift.common.hostname instead of ↵Mark Chappell2016-12-021-1/+1
| | | | | | | inventory_hostname When using a dynamic inventory inventory_hostname isn't guaranteed to be usable. We should use openshift.common.hostname which already copes with this
* Drop pacemaker restart logic.Devan Goodwin2016-10-191-24/+2
| | | | | Pacemaker clusters are no longer supported, and in some cases bugs here were causing upgrade failures.
* Validate pacemaker cluster members.Andrew Butcher2016-01-121-2/+13
|
* Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-111-0/+28
Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.