mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
ISO tests also use DHCP
This commit is contained in:
@@ -202,12 +202,13 @@ if [ -n "$test_profile" ]; then
|
|||||||
|
|
||||||
MINION_CIDR=10.0.0.0/8
|
MINION_CIDR=10.0.0.0/8
|
||||||
MSRV=manager
|
MSRV=manager
|
||||||
if [[ "$test_profile" =~ "-net" ]]; then
|
if [[ "$test_profile" =~ "-net" ] || [ "$test_profile" =~ "-iso" ]]; then
|
||||||
address_type=DHCP
|
address_type=DHCP
|
||||||
elif [[ "$test_profile" =~ "-cloud" ]]; then
|
elif [[ "$test_profile" =~ "-cloud" ]]; then
|
||||||
MSRVIP=10.99.1.20
|
MSRVIP=10.99.1.20
|
||||||
elif [[ "$test_profile" =~ "-airgap" ]]; then
|
elif [[ "$test_profile" =~ "-airgap" ]]; then
|
||||||
is_airgap=true
|
is_airgap=true
|
||||||
|
address_type=DHCP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "/root/public_ip" ]; then
|
if [ -f "/root/public_ip" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user