mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #11271 from Security-Onion-Solutions/jertel/auto
addl node types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user