From 6f3e35e1011ad6b928a2ac5d685a81d1a0b3ac32 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 17 May 2018 15:14:07 -0400 Subject: [PATCH] Setup Script - Added additional Install Types --- pillar/nodes/example.sls | 1 + so-setup-network.sh | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pillar/nodes/example.sls b/pillar/nodes/example.sls index 89c45d62d..22dd54908 100644 --- a/pillar/nodes/example.sls +++ b/pillar/nodes/example.sls @@ -2,3 +2,4 @@ node: ls_heapsize: CHANGEME es_heapsize: CHANGEME + nodetype: CHANGEME diff --git a/so-setup-network.sh b/so-setup-network.sh index ecd31a407..5ad2be2dd 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -387,7 +387,7 @@ salt_checkin() { salt_checkin_message() { - # Wann the user that this might take a while + # Warn the user that this might take a while echo "####################################################" echo "## ##" echo "## Applying and Installing everything ##" @@ -552,7 +552,10 @@ whiptail_install_type() { "EVALMODE" "Evaluate all the things" ON \ "SENSORONLY" "Create a forward only sensor" OFF \ "MASTERONLY" "Start a new grid" OFF \ - "STORAGENODE" "Add a Storage Node" OFF 3>&1 1>&2 2>&3 ) + "STORAGENODE" "Add a Storage Hot Node with parsing" OFF \ + "PARSINGNODE" "Add a dedicated Parsing Node" OFF \ + "HOTNODE" "Add a Hot Node (Storage Node without Parsing)" OFF \ + "WARMNODE" "Add a Warm Node to an existing Hot or Storage node" OFF 3>&1 1>&2 2>&3 ) local exitstatus=$? whiptail_check_exitstatus $exitstatus