setup bridge and fix salt before first highstate for hypervisors

This commit is contained in:
Josh Patterson
2025-05-16 14:24:07 -04:00
parent 9e0f13cce5
commit 6988f03ebc
4 changed files with 61 additions and 45 deletions

View File

@@ -822,6 +822,7 @@ if ! [[ -f $install_opt_file ]]; then
checkin_at_boot
set_initial_firewall_access
logCmd "salt-call schedule.enable -linfo --local"
hypervisor_local_states
verify_setup
else
touch /root/accept_changes
@@ -847,6 +848,7 @@ if ! [[ -f $install_opt_file ]]; then
configure_minion "$minion_type"
check_sos_appliance
drop_install_options
hypervisor_local_states
verify_setup
fi