Skip to content

Commit

Permalink
Merge pull request #2875 from jcpowermac/CORS-1338
Browse files Browse the repository at this point in the history
Update vSphere platform struct for IPI
  • Loading branch information
openshift-merge-robot authored Jan 3, 2020
2 parents 28d1b45 + 48a5095 commit d19c4c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkg/types/vsphere/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,17 @@ type Platform struct {
Datacenter string `json:"datacenter"`
// DefaultDatastore is the default datastore to use for provisioning volumes.
DefaultDatastore string `json:"defaultDatastore"`
// Folder is the name of the folder that will be used and/or created for
// virtual machines.
Folder string `json:"folder,omitempty"`
// Cluster is the name of the cluster virtual machines will be cloned into.
Cluster string `json:"cluster,omitempty"`
// ClusterOSImage overrides the url provided in rhcos.json to download the RHCOS OVA
ClusterOSImage string `json:"clusterOSImage,omitempty"`
// APIVIP is the virtual IP address for the api endpoint
APIVIP string `json:"apiVIP,omitempty"`
// IngressVIP is the virtual IP address for ingress
IngressVIP string `json:"ingressVIP,omitempty"`
// DNSVIP is the virtual IP address for DNS
DNSVIP string `json:"dnsVIP,omitempty"`
}

0 comments on commit d19c4c4

Please sign in to comment.