foreman_hyperv
foreman_hyperv copied to clipboard
Microsoft Hyper-V compute resource for Foreman
I have just done a fresh install of Katello / Foreman under Centos 7, and added foreman_hyperv to it. The provided plugin rpms would not install so I had to...
Hi dear, In my foreman/katello when installed this error: [root@katello ~]# gem install fog-hyperv ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: fog-hyperv requires fog-core (~> 1.42) My...
This will depend on ananace/fog-hyperv#16 for the actual backend code, but the UI would need to be extended to allow setting the VLAN information in a reasonable manner. https://docs.microsoft.com/en-us/powershell/module/hyper-v/set-vmnetworkadaptervlan?view=win10-ps Would...
Shouldn't be much work to add support for setting things like; - [x] Option for Secure boot if generation is 2 - [x] Minimum and maximum memory limits for dynamic...
Figure out good things to test, then write the tests for them. Worth looking at; [foreman_azure](https://github.com/theforeman/foreman_azure) [foreman-one](https://github.com/theforeman/foreman-one) [foreman-xen](https://github.com/theforeman/foreman-xen)
A 2 minute mockup;  Options should include; - New VHD, which acts like the current UI - Source VHD, copies said source to act as the base of the...
Should be possible to either extend the WsProxy-based system, or possibly look into running a separate proxy with [FreeRDP-WebConnect](https://github.com/FreeRDP/FreeRDP-WebConnect), or maybe something [rdpjs](https://github.com/citronneur/node-rdpjs)-based (Like [mstsc.js](https://github.com/citronneur/mstsc.js))