hyper setup init

This commit is contained in:
m0duspwnens
2024-07-31 15:49:32 -04:00
parent 810be2c9d2
commit 52e52f35f7
4 changed files with 29 additions and 0 deletions

View File

@@ -624,6 +624,16 @@ if ! [[ -f $install_opt_file ]]; then
set_minion_info
whiptail_end_settings
elif [[ $is_hypervisor ]]; then
info "Setting up as node type hypervisor"
check_requirements
networking_needful
collect_mngr_hostname
add_mngr_ip_to_hosts
check_manager_connection
set_minion_info
whiptail_end_settings
fi
if [[ $waitforstate ]]; then