It seems that vmware dhcp will gladly give the leased IP to another machine if it will have the same machine-id (systemd uses for dhcp client request), so it needs to be cleaned up before wrapping the image to not cause same IP use in parallel execution.
Related Issue
fixes: #16
How Has This Been Tested?
Manually
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
It seems that vmware dhcp will gladly give the leased IP to another machine if it will have the same machine-id (systemd uses for dhcp client request), so it needs to be cleaned up before wrapping the image to not cause same IP use in parallel execution.
Related Issue
fixes: #16
How Has This Been Tested?
Manually
Types of changes
Checklist: