diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2017-01-04 15:40:54 -0400 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2017-01-18 10:40:21 -0400 |
commit | 1f7ff637a1e5413e2a8d8fe19ffb28b373243e6f (patch) | |
tree | 28d5061c3293fb4dc95f5929eadacfa9373e4282 /playbooks/byo/openshift-master/restart.yml | |
parent | 7b512bf5fc36ee9ad2df65d8e129aa52c939d98e (diff) | |
download | openshift-1f7ff637a1e5413e2a8d8fe19ffb28b373243e6f.tar.gz openshift-1f7ff637a1e5413e2a8d8fe19ffb28b373243e6f.tar.bz2 openshift-1f7ff637a1e5413e2a8d8fe19ffb28b373243e6f.tar.xz openshift-1f7ff637a1e5413e2a8d8fe19ffb28b373243e6f.zip |
Validate system restart policy during pre-upgrade.
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.
Diffstat (limited to 'playbooks/byo/openshift-master/restart.yml')
-rw-r--r-- | playbooks/byo/openshift-master/restart.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-master/restart.yml b/playbooks/byo/openshift-master/restart.yml index 0a163526a..b6cebe829 100644 --- a/playbooks/byo/openshift-master/restart.yml +++ b/playbooks/byo/openshift-master/restart.yml @@ -15,4 +15,6 @@ tasks: - include_vars: ../../byo/openshift-cluster/cluster_hosts.yml +- include: ../../common/openshift-cluster/evaluate_groups.yml +- include: ../../common/openshift-master/validate_restart.yml - include: ../../common/openshift-master/restart.yml |