Bug 1324278

Summary: Logging deployer should not be given daemonset-admin role
Product: OpenShift Container Platform Reporter: Xia Zhao <xiazhao>
Component: DocumentationAssignee: Vikram Goyal <vigoyal>
Status: CLOSED CURRENTRELEASE QA Contact: Vikram Goyal <vigoyal>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: medium    
Version: 3.1.0CC: aos-bugs, jokerman, mmccomas
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-12-29 11:15:26 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 Xia Zhao 2016-04-06 03:54:00 UTC
Problem description: 
Logging deployer should not be given daemonset-admin role, since the fluentd daemonset feauture is not in OSE

Version-Release number of selected component (if applicable):
https://docs.openshift.com/enterprise/3.1/install_config/aggregate_logging.html#pre-deployment-configuration

How reproducible:
Always

Steps to Reproduce:
Visit https://docs.openshift.com/enterprise/3.1/install_config/aggregate_logging.html#pre-deployment-configuration

Actual Result:
$ oc policy add-role-to-user daemonset-admin --serviceaccount logging-deployer

Expected Result:
Should remove this line: 
$ oc policy add-role-to-user daemonset-admin --serviceaccount logging-deployer

Additional info:

Comment 1 Vikram Goyal 2017-12-29 11:15:26 UTC
Fixed in 3.1 and 3.2 docs. 3.3 onwards the docs have different steps.

https://github.com/openshift/openshift-docs/commit/dafc6615dfa40d73a4f351b4693a147966b93d5f

and 

https://github.com/openshift/openshift-docs/commit/f27e9e7804281ad8c499fd3f54f954f787b929a2

Closing this bug.