distributed testing

This commit is contained in:
Jason Ertel
2023-03-09 15:04:42 -05:00
parent 894a20b3ad
commit 23b344bf14
3 changed files with 21 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ if [ -n "$test_profile" ]; then
HOSTNAME=sensor
MSRVIP_OFFSET=-2
elif [[ "$test_profile" =~ "-search" ]]; then
install_type=SEARCH
install_type=SEARCHNODE
HOSTNAME=search
MSRVIP_OFFSET=-1
else
@@ -198,6 +198,7 @@ if [ -n "$test_profile" ]; then
info "Activating test profile; profile=$test_profile; install_type=$install_type"
MINION_CIDR=10.0.0.0/8
MSRV=manager
if [[ "$test_profile" =~ "-net" ]]; then
address_type=DHCP
@@ -473,7 +474,7 @@ if ! [[ -f $install_opt_file ]]; then
add_mngr_ip_to_hosts
check_manager_connection
collect_idh_services
collect_idh_preferences
collect_idh_preferences
set_minion_info
whiptail_end_settings