Bug 1319298

Summary: [Docs] [Providers] Creating the management-admin user is obsolete
Product: Red Hat CloudForms Management Engine Reporter: ldomb
Component: DocumentationAssignee: Deepti Navale <dnavale>
Status: CLOSED CURRENTRELEASE QA Contact: Dayle Parker <dayleparker>
Severity: low Docs Contact:
Priority: medium    
Version: 5.5.0CC: adahms, dayleparker, jhardy, lbopf, mfeifer, obarenbo
Target Milestone: GA   
Target Release: 5.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-05 05:14:27 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 ldomb 2016-03-18 18:20:16 UTC
Document URL: 

https://access.redhat.com/documentation/en/red-hat-cloudforms/4.0/managing-providers/chapter-3-containers-providers

Section Number and Name: 
Chapter 3 


Describe the issue: 
In OSE 3.1.1 the managmeent-infra project / service accounts gets created by the installer and does not need to be created by cfme. 

$ oc create -n management-infra -f - <<EOF
apiVersion: v1
kind: ServiceAccount
metadata:
  name: management-admin
EOF

$ oc create -f - <<EOF
apiVersion: v1
kind: ClusterRole
metadata:
  name: management-infra-admin
rules:
- resources:
  - pods/proxy
  verbs:
  - '*'
EOF

Suggestions for improvement: 

Remove the section from the documentation as this is done by the ansbile installer. 

Additional information: 
None

Comment 2 Andrew Dahms 2016-05-09 01:27:57 UTC
Assigning to Deepti for review.