Skip to content

Commit

Permalink
remove resilient storage from r10
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Oct 17, 2024
1 parent 448b8c0 commit 9c1b828
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions iso/empanadas/empanadas/configs/el10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
- 'AppStream'
- 'CRB'
- 'HighAvailability'
- 'ResilientStorage'
- 'RT'
- 'NFV'
- 'SAP'
Expand Down Expand Up @@ -190,9 +189,6 @@
HighAvailability:
- BaseOS
- AppStream
ResilientStorage:
- BaseOS
- AppStream
RT:
- BaseOS
- AppStream
Expand Down
4 changes: 0 additions & 4 deletions iso/empanadas/empanadas/configs/el10lh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
- 'AppStream'
- 'CRB'
- 'HighAvailability'
- 'ResilientStorage'
- 'RT'
- 'NFV'
- 'SAP'
Expand Down Expand Up @@ -190,9 +189,6 @@
HighAvailability:
- BaseOS
- AppStream
ResilientStorage:
- BaseOS
- AppStream
RT:
- BaseOS
- AppStream
Expand Down
2 changes: 2 additions & 0 deletions mangle/ipa/ipaauditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ def user_deep_list(api, user, groups):
host_list = [] if not hostgroup_data.get('member_host', None) else hostgroup_data['member_host']
hbac_hosts.extend(host_list)

print(hbac_rule_list)
print(groups)
new_hbac_hosts = sorted(set(hbac_hosts))
print('User Has Access To These Hosts')
print('------------------------------------------')
Expand Down

0 comments on commit 9c1b828

Please sign in to comment.