Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ func ObserveCloudProviderNames(genericListers configobserver.Listers, recorder e
return previouslyObservedConfig, errs
case configv1.AWSPlatform:
cloudProvider = "aws"
case configv1.VSpherePlatform:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an issue linking all vsphere related PRs into a single place? Just for reference. Otherwise, looks good.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vsphere intra platform got introduced by openshift/api#182. Though, it's quite generic PR.

cloudProvider = "vsphere"
case configv1.LibvirtPlatform:
case configv1.OpenStackPlatform:
// TODO(flaper87): Enable this once we've figured out a way to write the cloud provider config in the master nodes
Expand Down