cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
684 stars 229 forks source link

Support vmware tools installation #156

Closed nunnun closed 6 years ago

nunnun commented 7 years ago

Hi,

I've made a minor fix to support vmware-tools installation for VMware instance.

Currently, VMware-Tools are installed from attached CD-ROM. I think it's better to install it from copied binary compared to CD-ROM (Because we need to attach CD-ROM manually)

Please check the comment and merge it if it's useful.

Best, Hiro

ader1990 commented 7 years ago

Hello,

Thank you for the contribution, much appreciated. Currently, we are planning to add new features only on the experimental branch, as we did changes on the experimental that greatly improve the customizability (added config file based generation, hooks framework) of the windows image generation. Can you make a PR with only one commit to the experimental branch?

Thank you, Adrian Vladu

ader1990 commented 6 years ago

PR already merged with the same functionality: https://github.com/cloudbase/windows-openstack-imaging-tools/pull/163/