Merge pull request #1942 from Security-Onion-Solutions/jertel/refactor-seed

Jertel/refactor seed
This commit is contained in:
Jason Ertel
2020-11-16 18:46:28 -05:00
committed by GitHub
8 changed files with 89 additions and 154 deletions

View File

@@ -599,9 +599,9 @@ fi
else
set_progress_str 26 'Downloading containers from the internet'
fi
import_registry_docker >> $setup_log 2>&1
import_registry_docker >> $setup_log 2>&1
salt-call state.apply -l info registry >> $setup_log 2>&1
docker_seed_registry 2>> "$setup_log" # ~ 60% when finished
docker_seed_registry # ~ 60% when finished
set_progress_str 60 "$(print_salt_state_apply 'manager')"
if [[ "$STRELKARULES" == 1 ]]; then