Bug 1320056

Summary: ansible still configure the 'networkPluginName' when setting both 'openshift_use_nuage' and 'openshift_use_openshift_sdn' to false
Product: OpenShift Container Platform Reporter: Ma xiaoqiang <xiama>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED WONTFIX QA Contact: Xiaoli Tian <xtian>
Severity: low Docs Contact:
Priority: medium    
Version: 3.2.0CC: aos-bugs, bleanhar, jokerman, mmccomas, xtian
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: 2017-08-24 20:48:52 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 Ma xiaoqiang 2016-03-22 08:58:31 UTC
Description of problem:
ansible still configure the 'networkPluginName' when setting both 'openshift_use_nuage' and 'openshift_use_openshift_sdn' to false


Version-Release number of selected component (if applicable):
openshift-ansible master

How reproducible:
always

Steps to Reproduce:
1. Install RPM environment on rhel7 
<--snip-->
openshift_use_nuage=false
openshift_use_openshift_sdn=false
<--snip-->

Actual results:

TASK: [openshift_node | Start and enable node] ******************************** 
failed: [openshift-*.lab.eng.nay.redhat.com] => {"failed": true}
msg: Job for atomic-openshift-node.service failed because the control process exited with error code. See "systemctl status atomic-openshift-node.service" and "journalctl -xe" for details.

failed: [openshift-*.lab.eng.nay.redhat.com] => {"failed": true}
msg: Job for atomic-openshift-node.service failed because the control process exited with error code. See "systemctl status atomic-openshift-node.service" and "journalctl -xe" for details.
FATAL: all hosts have already failed -- aborting

QE check the master and node configuration, ansible configure the networkPlugin


Expected results:
Should not configure networkPlugin in master and node configuration

Additional info: