Skip to content

Commit

Permalink
providers/ovh-baremetal: add first implementation
Browse files Browse the repository at this point in the history
This provider uses openstack settings.
  • Loading branch information
spnngl committed Mar 31, 2023
1 parent 36b3331 commit e271cb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/providers/openstack/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ func init() {
Name: "brightbox",
Fetch: fetchConfig,
})
// the ovh-baremetal platform ID just uses the OpenStack provider code
platform.Register(platform.Provider{
Name: "ovh-baremetal",
Fetch: fetchConfig,
})
}

func fetchConfig(f *resource.Fetcher) (types.Config, report.Report, error) {
Expand Down

0 comments on commit e271cb0

Please sign in to comment.