Bug 1274574

Summary: MasterNode checking in diagnostics should be skipped if the networkPlugin isn't Open vSwitch
Product: OpenShift Container Platform Reporter: Anping Li <anli>
Component: NetworkingAssignee: Devan Goodwin <dgoodwin>
Status: CLOSED EOL QA Contact: Meng Bo <bmeng>
Severity: low Docs Contact:
Priority: low    
Version: 3.0.0CC: aos-bugs, bbennett, cdc, dgoodwin, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-21 16:03:22 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:
Embargoed:

Description Anping Li 2015-10-23 03:26:21 UTC
Description of problem:
if  networkPluginName is not Open vSwitch plugin in master config, diagnostics doesn't skip the MasterNode checking


Version-Release number of selected component (if applicable):
openshift version
openshift v3.0.2.902
kubernetes v1.2.0-alpha.1-1107-g4c8e6f4
etcd 2.1.2


How reproducible:
always

Steps to Reproduce:
1 set "networkPluginName: test" in master config
2 run openshift ex diagnostics


Actual Result:
It show message as below:
[Note] Running diagnostic: MasterNode
       Description: Check if master is also running node (for Open vSwitch)

Expected Result:
It should skip MasterNode checking if the networkPluginName isn't Open vSwitch