1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Merge pull request #2614 from Jason-ZW/add-azure-image

Add azure support
This commit is contained in:
niusmallnan
2018-12-28 14:53:38 +08:00
committed by GitHub
9 changed files with 43 additions and 312 deletions

View File

@@ -26,7 +26,7 @@ func LoadModules(cfg *config.CloudConfig) (*config.CloudConfig, error) {
}
if util.GetHypervisor() == "hyperv" {
cfg.Rancher.Modules = append(cfg.Rancher.Modules, "hv_utils", "hv_storvsc")
cfg.Rancher.Modules = append(cfg.Rancher.Modules, "hv_utils", "hv_storvsc", "hv_vmbus")
}
for _, module := range cfg.Rancher.Modules {