Skip to content
Closed
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
11 changes: 11 additions & 0 deletions config/v1/types_infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,17 @@ type BareMetalPlatformStatus struct {
// datacenter DNS, a DNS service is hosted as a static pod to serve those hostnames
// to the nodes in the cluster.
NodeDNSIP string `json:"nodeDNSIP,omitempty"`

HttpPort string `json:"httpPort"`
ProvisioningInterface string `json:"provisioningInterface"`
ProvisioningIp string `json:"provisioningIp"`
DhcpRange string `json:"dhcpRange"`
DeployKernelUrl string `json:"deployKernelUrl"`
DeployRamdiskUrl string `json:"deployRamdiskUrl"`
IronicEndpoint string `json:"ironicEndpoint"`
IronicInspectorEndpoint string `json:"ironicInspectorEndpoint"`
CacheUrl string `json:"cacheUrl"`
RhcosImageUrl string `json:"rhcosImageUrl"`
}

// OpenStackPlatformStatus holds the current status of the OpenStack infrastructure provider.
Expand Down