From 33d83a91af1303fded444155cfccb4762a2b7080 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 27 Mar 2018 10:22:01 -0400 Subject: [PATCH] Setup Script - Storage node testing --- so-setup-network.sh | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index dc156b934..403b83dd1 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -618,12 +618,19 @@ if (whiptail_you_sure) then LSINPUTTHREADS=1 LSINPUTBATCHCOUNT=125 fi - configure_minion node copy_ssh_key - #saltify - #configure_minion node - #copy_ssh_key - #copy_minion_pillar STORAGENODE + saltify + configure_minion node + node_pillar + copy_minion_pillar STORAGENODE + salt_checkin + # Accept the Salt Key + accept_salt_key_remote + # Do the big checkin but first let them know it will take a bit. + salt_checkin_message + salt_checkin + + whiptail_setup_complete fi else