Skip to content

Commit 9c1b828

Browse files
committed
remove resilient storage from r10
1 parent 448b8c0 commit 9c1b828

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

iso/empanadas/empanadas/configs/el10.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
- 'AppStream'
3232
- 'CRB'
3333
- 'HighAvailability'
34-
- 'ResilientStorage'
3534
- 'RT'
3635
- 'NFV'
3736
- 'SAP'
@@ -190,9 +189,6 @@
190189
HighAvailability:
191190
- BaseOS
192191
- AppStream
193-
ResilientStorage:
194-
- BaseOS
195-
- AppStream
196192
RT:
197193
- BaseOS
198194
- AppStream

iso/empanadas/empanadas/configs/el10lh.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
- 'AppStream'
3232
- 'CRB'
3333
- 'HighAvailability'
34-
- 'ResilientStorage'
3534
- 'RT'
3635
- 'NFV'
3736
- 'SAP'
@@ -190,9 +189,6 @@
190189
HighAvailability:
191190
- BaseOS
192191
- AppStream
193-
ResilientStorage:
194-
- BaseOS
195-
- AppStream
196192
RT:
197193
- BaseOS
198194
- AppStream

mangle/ipa/ipaauditor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@ def user_deep_list(api, user, groups):
497497
host_list = [] if not hostgroup_data.get('member_host', None) else hostgroup_data['member_host']
498498
hbac_hosts.extend(host_list)
499499

500+
print(hbac_rule_list)
501+
print(groups)
500502
new_hbac_hosts = sorted(set(hbac_hosts))
501503
print('User Has Access To These Hosts')
502504
print('------------------------------------------')

0 commit comments

Comments
 (0)