Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

VMWare and HyperV Drivers not available  #9

@hspencer77

Description

@hspencer77

Looking under the following directory:

https://github.com/eucalyptus/windows-integration/tree/master/Drivers

there are no drivers for VMware and HyperV as mentioned in EucaWindowsService/Program.cs:

string xenPVFile = _installLocation + "\\xenpv.zip";
                string virtioFile = _installLocation + "\\virtio.zip";
                string vmwareFile = _installLocation + "\\vmware";
                string hypervFile = _installLocation + "\\hyperv";

                if (!(File.Exists(xenPVFile) || File.Exists(virtioFile) || File.Exists(vmwareFile) || File.Exists(hypervFile)))
                    throw new InstallException("No hypervisor is chosen!");
                int retCode = 0;

This will cause issues for Windows images that are created to run on VMware.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions