Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
azure: Add new platform
Browse files Browse the repository at this point in the history
This adds new platform azure to lokomotive.

Signed-off-by: Kautilya Tripathi <kautilya@kinvolk.io>
  • Loading branch information
knrt10 committed Jan 31, 2022
1 parent b8bd858 commit 3c240ac
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/cmd/cluster/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"github.com/kinvolk/lokomotive/pkg/platform"
"github.com/kinvolk/lokomotive/pkg/platform/aks"
"github.com/kinvolk/lokomotive/pkg/platform/aws"
"github.com/kinvolk/lokomotive/pkg/platform/azure"
"github.com/kinvolk/lokomotive/pkg/platform/baremetal"
"github.com/kinvolk/lokomotive/pkg/platform/equinixmetal"
"github.com/kinvolk/lokomotive/pkg/platform/tinkerbell"
Expand Down Expand Up @@ -79,6 +80,7 @@ func getPlatform(name string) (platform.Platform, error) {
platforms := map[string]platform.Platform{
aks.Name: aks.NewConfig(),
aws.Name: aws.NewConfig(),
azure.Name: azure.NewConfig(),
equinixmetal.Name: equinixmetal.NewConfig(),
baremetal.Name: baremetal.NewConfig(),
tinkerbell.Name: tinkerbell.NewConfig(),
Expand Down
Loading

0 comments on commit 3c240ac

Please sign in to comment.