Skip to content

Commit 12c4e8c

Browse files
committed
Remove commented-out network interface details and streamline OS type applicability in VM checks
1 parent bbb0c5c commit 12c4e8c

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

src/roles/configuration_checks/tasks/files/network.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ enums:
8888
- table: &table "table"
8989
- report: &report [*check, *section, *table]
9090

91-
# Following Checks for networking
92-
# No of network interface 1
93-
# Network Interface DJWP2-SECE-SAP01-RH7_rh7scs_z1_00l986-nic
94-
# Subnet DJWP2-SECE-SAP01_app-subnet
95-
# Accelerated Networking Enabled
96-
# No of IP configurations 2
97-
# IP Details #1 172.235.2.12
98-
# IP Details #2 172.235.2.13
99-
10091
checks:
10192
- id: "NET-0001"
10293
name: "No of network interface"

src/roles/configuration_checks/tasks/files/virtual_machine.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,18 +265,15 @@ checks:
265265
severity: *info
266266
workload: *workload
267267
applicability:
268-
os_type: [*suse, *redhat, *oraclelinux]
269-
os_version: *all_versions
268+
os_type: [*suse]
270269
hardware_type: *vm
271-
role: *role
272-
database_type: *db
273270
collector_type: *command
274271
collector_args:
275272
command: "/bin/cat /etc/os-release | grep VARIANT_ID | cut -d '=' -f2 | tr -d '\"'"
276273
user: *root
277274
report: *check
278275

279-
- id: "IC-0012"
276+
- id: "IC-0013"
280277
name: "OS Timezone"
281278
description: "Checks the OS timezone"
282279
category: *vm_check

0 commit comments

Comments
 (0)