top and seed registry for importpcap node

This commit is contained in:
m0duspwnens
2020-08-11 12:27:21 -04:00
parent 11433b87e6
commit f6a85ac852
3 changed files with 38 additions and 5 deletions

View File

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