summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/restart_services.yml
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - openshift-masterRussell Teague2017-11-221-4/+0
|
* Combine master upgrade play with roleMichael Gugino2017-11-091-21/+3
| | | | | | | | | Currently, there are plays importing tasks directly from openshift_master role. This has caused numerous bugs and code duplicaiton in the past. This commit combines the upgrade into openshift_master role utilizing include_role syntax.
* Remove remaining references to openshift-master.serviceClayton Coleman2017-08-081-5/+0
| | | | Prevents playbooks from accidentally restarting the master service.
* increase implicit 300s default timeout to explicit 600sJan Chaloupka2017-06-281-0/+1
|
* Validate system restart policy during pre-upgrade.Devan Goodwin2017-01-181-3/+3
| | | | | | | | | | 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.
* Use openshift.common.hostname when verifying API port available.Andrew Butcher2017-01-061-7/+5
|
* 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
* Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-111-0/+27
Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.