Bug 1279746

Summary: Incorrect configuration in master.yaml.v1.j2 template file
Product: OpenShift Container Platform Reporter: Gaoyun Pei <gpei>
Component: InstallerAssignee: Devan Goodwin <dgoodwin>
Status: CLOSED CURRENTRELEASE QA Contact: Ma xiaoqiang <xiama>
Severity: high Docs Contact:
Priority: high    
Version: 3.1.0CC: aos-bugs, bleanhar, dgoodwin, jokerman, mmccomas, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openshift-ansible-3.0.7-1.git.171.825ef4c Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-20 15:42:06 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 Gaoyun Pei 2015-11-10 07:55:30 UTC
Description of problem:
"disabledFeatures: null" is redundant in openshift-ansible/roles/openshift_master/templates/master.yaml.v1.j2.
After AEP installation, this line makes the env didn't disable the features as we want.


Version-Release number of selected component (if applicable):
https://github.com/openshift/openshift-ansible.git -b master

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Devan Goodwin 2015-11-10 19:55:26 UTC
Fixed as of d9e8e0ea821a87c3eb924dc89f5cd8de40ce34c8.

The redundant line should no longer appear unless it's an atomic-enterprise install.

Comment 4 Gaoyun Pei 2015-11-11 09:51:21 UTC
Verify this bug with atomic-openshift-utils-3.0.8-1.git.0.59ae79c.el7aos.noarch

The redundant line has been removed from template file.
After an atomic-enterprise installation, no "disabledFeatures: null" configured in /etc/origin/master/master-config.yaml.