Bug 1567970

Summary: Multiple networkPluginName entries in node config file
Product: OpenShift Container Platform Reporter: Kenjiro Nakayama <knakayam>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED ERRATA QA Contact: Wenkai Shi <weshi>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.7.0CC: aos-bugs, jokerman, mmccomas, wmeng
Target Milestone: ---   
Target Release: 3.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Duplicate networkPluginName entries have been removed from node-config.yaml. The duplication was necessary only for OCP 3.2 and older.
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-30 19:13:03 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 Kenjiro Nakayama 2018-04-16 13:54:49 UTC
Description of problem:
- After installed openshift, two networkPluginName entries.


Version-Release number of the following components:

  # rpm -qa |grep openshift-ansible
  openshift-ansible-playbooks-3.7.42-1.git.2.9ee4e71.el7.noarch
  openshift-ansible-filter-plugins-3.7.42-1.git.2.9ee4e71.el7.noarch
  openshift-ansible-lookup-plugins-3.7.42-1.git.2.9ee4e71.el7.noarch
  openshift-ansible-roles-3.7.42-1.git.2.9ee4e71.el7.noarch
  openshift-ansible-3.7.42-1.git.2.9ee4e71.el7.noarch
  openshift-ansible-docs-3.7.42-1.git.2.9ee4e71.el7.noarch
  openshift-ansible-callback-plugins-3.7.42-1.git.2.9ee4e71.el7.noarch


How reproducible: 100%

Steps to Reproduce:
1. Install openshift cluster - e.g:

    # ansible-playbook /usr/share/ansible/openshift-ansible/playbooks/byo/config.yml


Actual results:

- There are two entries of networkPluginName in /etc/origin/node/node-config.yaml

  networkPluginName: redhat/openshift-ovs-subnet
  # networkConfig struct introduced in origin 1.0.6 and OSE 3.0.2 which
  # deprecates networkPluginName above. The two should match.
  networkConfig:
     mtu: 1450
     networkPluginName: redhat/openshift-ovs-subnet


Expected results:

- Only one networkPluginName entry under networkConfig.

Comment 3 Wenkai Shi 2018-05-16 07:08:40 UTC
Verified with version openshift-ansible-3.10.0-0.46.0.git.0.85c3afd.el7, the deprecated one has been removed.

# grep -n -B 3  "networkPluginName" /etc/origin/node/node-config.yaml
46-masterKubeConfig: node.kubeconfig
47-networkConfig:
48-  mtu: 1450
49:  networkPluginName: redhat/openshift-ovs-subnet

Comment 5 errata-xmlrpc 2018-07-30 19:13:03 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:1816