Bug 1487648
| Summary: | Installer does not add management-admin service account to management-infra project admin role | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Tero Ahonen <tahonen> |
| Component: | Installer | Assignee: | ewolinet |
| Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.1 | CC: | aos-bugs, jokerman, krain, mmccomas, nstephan |
| Target Milestone: | --- | ||
| Target Release: | 3.6.z | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
The service account wasn't being added for the admin role
Consequence:
The service account didn't have correct permissions
Fix:
Updated so the service account was added for the admin role
Result:
Service account has correct permissions.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-17 11:45:24 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
Tero Ahonen
2017-09-01 13:32:39 UTC
Verify this bug with openshift-ansible-3.6.173.0.35-1.git.0.6c318bc.el7.noarch.rpm Set openshift_use_manageiq=true in ansible inventory file, check rolebindings under management-infra project after installation [root@ip-172-18-9-238 ~]# oc get rolebindings NAME ROLE USERS GROUPS SERVICE ACCOUNTS SUBJECTS admin /admin management-admin management-admin system:deployer /system:deployer deployer system:image-builder /system:image-builder builder system:image-puller /system:image-puller system:serviceaccounts:management-infra *** Bug 1496981 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2900 |