From 50895ee30475fadcd09d5a36cd508590f6620826 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 24 Jan 2023 10:16:58 -0500 Subject: [PATCH] need to set_minion_info in setup for each node type --- setup/so-setup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/so-setup b/setup/so-setup index 5088395f3..2644ca220 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -366,6 +366,7 @@ if ! [[ -f $install_opt_file ]]; then whiptail_airgap fi detect_cloud + set_minion_info set_default_log_size >> $setup_log 2>&1 info "Verifying all network devices are managed by Network Manager that should be" check_network_manager_conf @@ -385,6 +386,7 @@ if ! [[ -f $install_opt_file ]]; then whiptail_airgap fi detect_cloud + set_minion_info set_default_log_size >> $setup_log 2>&1 info "Verifying all network devices are managed by Network Manager that should be" check_network_manager_conf @@ -429,6 +431,7 @@ if ! [[ -f $install_opt_file ]]; then collect_mngr_hostname add_mngr_ip_to_hosts check_manager_connection + set_minion_info whiptail_end_settings elif [[ $is_idh ]]; then @@ -437,6 +440,7 @@ if ! [[ -f $install_opt_file ]]; then collect_mngr_hostname add_mngr_ip_to_hosts check_manager_connection + set_minion_info whiptail_end_settings elif [[ $is_import ]]; then @@ -466,6 +470,7 @@ if ! [[ -f $install_opt_file ]]; then collect_mngr_hostname add_mngr_ip_to_hosts check_manager_connection + set_minion_info whiptail_end_settings fi