refactor: streamline error handling with contextlib in template preparation

This commit is contained in:
2026-05-26 18:42:32 +02:00
parent 9c84e66dc3
commit 5d1ec39b1d
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ and releases it on VM destroy. The guest applies the static IP at boot:
(``template/guest-setup/windows/ci-static-ip.ps1``) runs at system startup
as SYSTEM and applies the static IP before WinRM starts.
This eliminates the DHCP / VMware-Tools IP-detect polling loop (20180 s
This eliminates the DHCP / VMware-Tools IP-detect polling loop (20-180 s
variance observed in B7 benchmarks). After the VM reaches *running* state the
host knows the IP immediately and goes straight to the transport probe.