Bug 1391794

Summary: pre_upgrade checks didn't report stoped master/node service
Product: OpenShift Container Platform Reporter: liujia <jiajliu>
Component: Cluster Version OperatorAssignee: Scott Dodson <sdodson>
Status: CLOSED WONTFIX QA Contact: liujia <jiajliu>
Severity: low Docs Contact:
Priority: low    
Version: 3.4.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-25 15:51:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description liujia 2016-11-04 05:05:15 UTC
Description of problem:
When master or node service was stoped, ran pre_upgrade playbook before upgrade, it did not report this abnormal serives status.

Version-Release number of selected component (if applicable):
ansible-2.2.0.0-0.100.el7.noarch
openshift-ansible-playbooks-3.4.16-1.git.0.c846018.el7.noarch

How reproducible:
always

Steps to Reproduce:
1. Stoped master/node service in OCP3.4 cluster
2. Run pre_upgrade playbook
# ansible-playbook -i hosts /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade.yml -e openshift_upgrade_nodes_serial=4 --tags pre_upgrade

Actual results:
The playbook complete successfully without any errors or results about stoped services.

Expected results:
It should report the error.