Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows can now be supported with the adition of local templates. The template must conform to the following: * A supported version of Windows must be installed inside * vApp config settings must have the proper ovfenv (same ones as Ubuntu - instance-id, userdata, etc) * VMware tools must be installed * Cloudbase-Init must be installed, and the cloudbaseinit.metadata.services.ovfservice.OvfService set as the only value in the metadata_services config option in both cloudbase-init.conf and cloudbase-init-unattend.conf. * Sysprep the instance using: sysprep.exe /generalize /oobe /unattend:C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Conf\unattend.xml /shutdown (copy that file in C:\Unattend.xml if you encouner errors) * before cloning as template, network adapter must be removed, and any ISO file attached to the CDROM must be detached.
- Loading branch information