You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the plugin on one of our systems, but I am missing something.
When running the build:
./bin/packer build --only=edge-xenserver -debug -on-error=ask /tmp/packer.json
Failed to initialize build 'edge-xenserver': error initializing builder 'xenserver-iso': plugin exited before we could connect
Debug mode enabled. Builds will not be parallelized.
edge-xenserver output will be in this color.
==> Builds finished but no artifacts were created.
I cannot get any further information or error on what the issue is :(
After building from source I see the files there:
bash-4.3# ls -l bin/
total 88808
-rwxr-xr-x 1 root root 3175268 Aug 2 12:15 gox
-rwxr-xr-x 1 root root 54773371 Aug 2 12:16 packer
-rwxr-xr-x 1 root root 16530287 Aug 2 12:16 packer-builder-xenserver-iso
-rwxr-xr-x 1 root root 16453197 Aug 2 12:16 packer-builder-xenserver-xva
bash-4.3# ./bin/packer-builder-xenserver-iso
panic: Please do not execute plugins directly. Packer will execute these for you.
goroutine 1 [running]:
main.main()
/go/src/github.com/xenserver/packer-builder-xenserver/plugin/builder-xenserver-iso/main.go:11 +0x9e
Some values are bogus, just showing what values are. I tried with adding bogus remote_host, or invalid user/pass, but error does not change. When logging into xenserver the values are correct.
Thank you for any help
The text was updated successfully, but these errors were encountered:
Hy,
I am trying to install the plugin on one of our systems, but I am missing something.
When running the build:
I cannot get any further information or error on what the issue is :(
After building from source I see the files there:
The config is very basic:
Some values are bogus, just showing what values are. I tried with adding bogus remote_host, or invalid user/pass, but error does not change. When logging into xenserver the values are correct.
Thank you for any help
The text was updated successfully, but these errors were encountered: