From 1f7ff637a1e5413e2a8d8fe19ffb28b373243e6f Mon Sep 17 00:00:00 2001
From: Devan Goodwin <dgoodwin@redhat.com>
Date: Wed, 4 Jan 2017 15:40:54 -0400
Subject: 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.
---
 playbooks/byo/openshift-master/restart.yml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'playbooks/byo/openshift-master')

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
-- 
cgit v1.2.3