Bug 1319298 - [Docs] [Providers] Creating the management-admin user is obsolete
Summary: [Docs] [Providers] Creating the management-admin user is obsolete
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Documentation
Version: 5.5.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: GA
: 5.6.0
Assignee: Deepti Navale
QA Contact: Dayle Parker
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-18 18:20 UTC by ldomb
Modified: 2017-08-30 01:32 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-05 05:14:27 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.