Bug 1691443
| Summary: | [RFE] Ship default role with permissions for ansible inventory callback | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Marek Hulan <mhulan> |
| Component: | Uncategorized | Assignee: | Marek Hulan <mhulan> |
| Status: | CLOSED ERRATA | QA Contact: | Lukas Pramuk <lpramuk> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | egolov, ehelms, inecas |
| Target Milestone: | 6.6.0 | Keywords: | FutureFeature |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tfm-rubygem-foreman_ansible-2.3.3 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-22 12:47:18 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Marek Hulan
2019-03-21 15:44:01 UTC
Upstream bug assigned to mhulan Upstream bug assigned to mhulan Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/26431 has been resolved. VERIFIED. @Satellite-6.6.0 Snap14 tfm-rubygem-foreman_ansible-3.0.3-3.el7sat.noarch by the following manual steps: # hammer role info --name 'Ansible Tower Inventory Reader' Id: 17 Name: Ansible Tower Inventory Reader Builtin: no Description: Permissions required for the user which is used by Ansible Tower Dynamic Inventory Item >>> the role is present # hammer role filters --name 'Ansible Tower Inventory Reader' ----|---------------|--------|------------|-----------|--------------------------------|---------------- ID | RESOURCE TYPE | SEARCH | UNLIMITED? | OVERRIDE? | ROLE | PERMISSIONS ----|---------------|--------|------------|-----------|--------------------------------|---------------- 205 | FactValue | none | yes | no | Ansible Tower Inventory Reader | view_facts 206 | Hostgroup | none | yes | no | Ansible Tower Inventory Reader | view_hostgroups 207 | Host | none | yes | no | Ansible Tower Inventory Reader | view_hosts ----|---------------|--------|------------|-----------|--------------------------------|---------------- >>> the role contains all three filters # hammer user create --login test --password changeme --mail root@localhost --auth-source Internal --roles 'Ansible Tower Inventory Reader' User [test] created. >>> the new role is assigned to the user successfully 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/RHSA-2019:3172 |