Bug 1320056 - ansible still configure the 'networkPluginName' when setting both 'openshift_use_nuage' and 'openshift_use_openshift_sdn' to false
Summary: ansible still configure the 'networkPluginName' when setting both 'openshift_...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Xiaoli Tian
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-22 08:58 UTC by Ma xiaoqiang
Modified: 2017-08-24 20:48 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-24 20:48:52 UTC
Target Upstream Version:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.