ontoportal/ontoportal_docker

Include Hyper-V drivers so the VM image can run under Hyper-V

Opened this issue · 0 comments

Running Virtual Box or VMWare on Windows with Hyper-V enabled causes numerous issues. This seems to be by design in terms of only having a single Hypervisor per physical host on Windows.

When converting the image to run on Hyper-V, you end up in a dracut shell as the initramfs does not include the Hyper-V drivers (Simple grub fix to add these drivers as they are included in CentOS 7.9 by default)

Describe the solution you'd like
I want the Hyper-V drivers to be included in the grub configuration of the current OVA image so that migration can be performed.

I would like to see a Hyper-V image available from the distribution list.

Describe alternatives you've considered
Wrap OntoPortal up as a package to be installed onto existing environments.

Additional context
Add any other context or screenshots about the feature request here.