Tags: nanovms/ops
Tags
allow to manage hyper-v images and virtual machines (#547) (#875) * create stubs to compile ops in windows * Add script to convert wsl paths to powershell accessible paths * Add powershell script to create vm with no disks * Add powershell script to attach image disk * Build image and convert to vhdx, the format accepted by hyper-v * Support listing images, deleting images and building images from packages in hyper-v * Renames time2Human and bytes2Human to be used in hyperv module * Support listing, deleting, stopping and starting hyper-v instances * Implement GetInstances on onprem provider * Assign external vmswitch to hyper-v vms * Creates an external vm switch if it does not exist * checks whether hyper-v provider commands are run by a administrator
(Suggestion): Config structure/order and variable descriptions (#849) * Reorder config and descriptions initiated. * All config parameters initialized with comment and 'to be described...' removed. * Added more definitions from ops-documentation. * URLs for cloud providers (AWS and Azure) added * Minor spelling errors fixed as reported by the Go Report Card