Per-Ole
Per-Ole
try to specifiy the current version in the required_plugins section `packer { required_plugins { xenserver= { version = "v0.5.0" source = "github.com/ddelnano/xenserver" } } }`
The xenserver-iso builder starts the VM boots the image and loads autounattened.xml and the scripts. Then when its about to connect to winrm it fails in aloop as you can...
192.168.1.20 = XCP-NG Poolmaster 192.168.1.21 = XCP-NG slave 192.168.1.22 = Virtual machine I'm not sure how the xenserver-iso builder works, but in my opinion it should do the winrm connection...
After updating to latest builder version and packer 1.6.5 it looks better. winrm_use_ssl=true defaults to port 5986 without the need to specify the winrm port. I still get this errors...
Thats ok, Just glad someone picked this up :) I will probably use your terraform provider later in a follow up project to this one. Another thought, would it be...
@ddelnano I agree in the future support for XO will make more sense. But atm it would probably be faster to get the current version of the builder working directly...
Has anyone got autoinstall to work? I always get prompted with the "Add 'autoinstall' to your kernel command line to avoid this" Even on unmodified template example. Don't have this...