mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Setup Script - Added progress bars for node install
This commit is contained in:
@@ -1972,20 +1972,20 @@ if (whiptail_you_sure); then
|
||||
{
|
||||
sleep 0.5
|
||||
echo -e "XXX\n0\nSetting Initial Firewall Policy... \nXXX"
|
||||
set_initial_firewall_policy
|
||||
set_initial_firewall_policy >>~/sosetup.log 2>&1
|
||||
echo -e "XXX\n5\nInstalling Salt Packages... \nXXX"
|
||||
saltify
|
||||
saltify >>~/sosetup.log 2>&1
|
||||
echo -e "XXX\n20\nInstalling Docker... \nXXX"
|
||||
docker_install
|
||||
docker_install >>~/sosetup.log 2>&1
|
||||
echo -e "XXX\n30\nInitializing Minion... \nXXX"
|
||||
configure_minion node
|
||||
set_node_type
|
||||
node_pillar
|
||||
copy_minion_pillar nodes
|
||||
configure_minion node >>~/sosetup.log 2>&1
|
||||
set_node_type >>~/sosetup.log 2>&1
|
||||
node_pillar >>~/sosetup.log 2>&1
|
||||
copy_minion_pillar nodes >>~/sosetup.log 2>&1
|
||||
echo -e "XXX\n35\nSending and Accepting Salt Key... \nXXX"
|
||||
salt_firstcheckin
|
||||
salt_firstcheckin >>~/sosetup.log 2>&1
|
||||
# Accept the Salt Key
|
||||
accept_salt_key_remote
|
||||
accept_salt_key_remote >>~/sosetup.log 2>&1
|
||||
echo -e "XXX\n40\nApplying SSL Certificates... \nXXX"
|
||||
salt-call state.apply ca >>~/sosetup.log 2>&1
|
||||
salt-call state.apply ssl >>~/sosetup.log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user