vmware driver error
frank3427 opened this issue · 5 comments
I am using you templates.
how do i get past this error?
Build 'my-vm' errored: Failed creating VMware driver: Unable to initialize any driver for this platform. The errors
from each driver are shown below. Please fix at least one driver
to continue:
- ssh: handshake failed: ssh: unable to authenticate, attempted methods [none keyboard-interactive], no supported methods remain
==> Some builds didn't complete successfully and had errors:
--> my-vm: Failed creating VMware driver: Unable to initialize any driver for this platform. The errors
from each driver are shown below. Please fix at least one driver
to continue:
- ssh: handshake failed: ssh: unable to authenticate, attempted methods [none keyboard-interactive], no supported methods remain
==> Builds finished but no artifacts were created.
Hi,
are you using the free ESXi variant from VMWare or the commercial vSphere?
I'm asking because this project is targeted towards the free version.
As far as I know VM templates are not supported here.
You should also have a look at this GitHub project:
https://github.com/chrisipa/cloud-portal
Here you can also use can VM templates for vSphere provisionings.
I am using the free esxi version,
Did you activate the SSH service as documented in the README.md file?
Yes, I am now able to build OVF
Great that it also worked for you ...