Initial support - Elastic Fleet Node

This commit is contained in:
Josh Brower
2023-01-24 13:36:30 -05:00
parent f811223ba7
commit 81ee333b07
8 changed files with 86 additions and 15 deletions

View File

@@ -408,7 +408,19 @@ if ! [[ -f $install_opt_file ]]; then
whiptail_sensor_nics
set_minion_info
whiptail_end_settings
elif [[ $is_fleet ]]; then
check_requirements "fleet"
networking_needful
check_network_manager_conf
set_network_dev_status_list
collect_mngr_hostname
add_mngr_ip_to_hosts
check_manager_connection
detect_cloud
set_minion_info
whiptail_end_settings
elif [[ $is_searchnode ]]; then
check_requirements "elasticsearch"
networking_needful