Merge pull request #11271 from Security-Onion-Solutions/jertel/auto

addl node types
This commit is contained in:
Jason Ertel
2023-09-07 17:25:08 -04:00
committed by GitHub

View File

@@ -194,6 +194,18 @@ if [ -n "$test_profile" ]; then
install_type=DESKTOP
MSRVIP_OFFSET=-3
is_desktop_grid=true
elif [[ "$test_profile" =~ "-idh" ]]; then
install_type=IDH
HOSTNAME=idh
MSRVIP_OFFSET=-4
elif [[ "$test_profile" =~ "-receiver" ]]; then
install_type=RECEIVER
HOSTNAME=receiver
MSRVIP_OFFSET=-5
elif [[ "$test_profile" =~ "-fleet" ]]; then
install_type=FLEET
HOSTNAME=fleet
MSRVIP_OFFSET=-6
else
HOSTNAME=manager
fi