packer-plugin-xenserver
packer-plugin-xenserver copied to clipboard
A builder plugin for Packer.IO to support building XenServer images.
Failed getting the "github.com/ddelnano/xenserver" plugin: 1 error occurred: * could not get sha256 checksum file for github.com/ddelnano/xenserver version 1.0.0. Is the file present on the release and correctly named ?...
In the #7 (examples/ubuntu/ubuntu-2004.pkr.hcl) the boot command types the autoinstall config twice. ``` boot_command = [ " autoinstall ds=nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/", " autoinstall ds=nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/"...
I dont know how possible this would be but I would really like to be able to provide content directly to the files hosted either in the `http_directory` setting or...
Hi, i'm trying to use the packer example you have provided but i always get the the autoinstall prompt. Tried it totally vanilla, just with creds to my xcp-ng host....
Hello, I am getting this error when building the iso.centos8 example in xcp-ng 8.2. Does someone know the reason? I have attached the full logs [here](https://github.com/ddelnano/packer-plugin-xenserver/files/8641510/logs-packer.txt). I just figured out...
Hello. Any time I tried to build vm (ubuntu and centos) I got the same error: xenserver-iso.ubuntu-2004: **Error detecting local IP**: ssh: handshake failed ``` 2021/11/21 05:47:34 packer-plugin-xenserver_v0.3.2_x5.0_linux_amd64 plugin: 2021/11/21...
This timeout was lowered from the previous `60000s` value and the `ssh_handshake_attempts` (which was set to 10000) was removed. This is causing the ubuntu example to fail with the following...
While testing the examples I supplied the wrong ip address for my xcp-ng, so i canceled the build. After `Cancelling build after receiving interrupt` packer still waits for the connection...
The xva builder is currently not tested and doesn't seem to work packer currently doesn't recognize `xenserver-xva` as a valid source this can be seen with the minimal configuration ```hcl...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.26.0. Commits 5bcd010 go.mod: update golang.org/x dependencies 3375612 ssh: add support for unpadded RSA signatures bb80217 ssh: don't use dsa keys in integration tests 6879722...