Workaround for problems with the Ubuntu template

This commit is contained in:
4censord 2021-04-22 12:00:09 +02:00
parent 05d31ebf90
commit 320e8de9e0

View File

@ -74,7 +74,8 @@ source "xenserver-iso" "ubuntu-2004" {
ssh_username = "testuser" ssh_username = "testuser"
ssh_password = "ubuntu" ssh_password = "ubuntu"
ssh_wait_timeout = "10m" ssh_wait_timeout = "60000s"
ssh_handshake_attempts = 10000
output_directory = "packer-ubuntu-2004-iso" output_directory = "packer-ubuntu-2004-iso"
keep_vm = "always" keep_vm = "always"