From 26abe9067154676df31060bec3b3981ca5af0e05 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:19:46 -0400 Subject: [PATCH] Removed duplicate kafka setup Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com> --- setup/so-setup | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index a50fea19d..191b25ef2 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -629,15 +629,6 @@ if ! [[ -f $install_opt_file ]]; then set_minion_info whiptail_end_settings - elif [[ $is_kafka ]]; then - info "Setting up as node type Kafka broker" - #check_requirements "kafka" - networking_needful - collect_mngr_hostname - add_mngr_ip_to_hosts - check_manager_connection - set_minion_info - whiptail_end_settings fi if [[ $waitforstate ]]; then