Bug 1251878

Summary: [origin_platformmanagement_480]Builder and S2I still work after Atomic-enterprise started even add the disabledFeatures config
Product: OKD Reporter: weiwei jiang <wjiang>
Component: PodAssignee: Michal Minar <miminar>
Status: CLOSED CURRENTRELEASE QA Contact: Jianwei Hou <jhou>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: gpei, libra-bugs, mmccomas, pweil, wsun
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: 2015-11-23 21:16:18 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 weiwei jiang 2015-08-10 08:21:13 UTC
Description of problem:
After start atomic-enterprise, the builder and S2I still work,
and even add the following config to master-config.yaml, builder and S2I still work:
disabledFeatures:
 - Web Console
 - Builder
 - S2I Builder


Version-Release number of selected component (if applicable):
devenv-fedora_2129
# atomic-enterprise version  
atomic-enterprise v1.0.4-112-g1954a4b 
kubernetes v1.0.0


How reproducible:
always

Steps to Reproduce:
1. Start atomic-enterprise
 atomic-enterprise start --master-config=openshift.local.config/master/master-config.yaml --node-config=openshift.local.config/node-ip-10-11-200-112/node-config.yaml 
2. Create application which need S2I build
3. Check if the build can work or not

Actual results:
Build and S2I work fine

Expected results:
Build and S2I should not work for atomic-enterprise.

Additional info:

Comment 2 Gaoyun Pei 2015-11-11 05:15:39 UTC
Now the Atomic Enterprise Platform is using atomic-openshift-master/node service just as OpenShift Enterprise, the related feature would be disabled according to the deployment_type when installing the environment. 
Move the bug to VERIFIED for the AEP could installed successfully and WebConsole/Builder/S2I Builder is disabled by default.