File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,18 @@ type BareMetalPlatformStatus struct {
172172 // datacenter DNS, a DNS service is hosted as a static pod to serve those hostnames
173173 // to the nodes in the cluster.
174174 NodeDNSIP string `json:"nodeDNSIP,omitempty"`
175+
176+ // List of configs required to configure "metal3"
177+ HttpPort string `json:"httpPort"`
178+ ProvisioningInterface string `json:"provisioningInterface"`
179+ ProvisioningIp string `json:"provisioningIp"`
180+ DhcpRange string `json:"dhcpRange"`
181+ DeployKernelUrl string `json:"deployKernelUrl,omitempty"`
182+ DeployRamdiskUrl string `json:"deployRamdiskUrl,omitempty"`
183+ IronicEndpoint string `json:"ironicEndpoint,omitempty"`
184+ IronicInspectorEndpoint string `json:"ironicInspectorEndpoint,omitempty"`
185+ CacheUrl string `json:"cacheUrl"`
186+ RhcosImageUrl string `json:"rhcosImageUrl"`
175187}
176188
177189// OpenStackPlatformStatus holds the current status of the OpenStack infrastructure provider.
You can’t perform that action at this time.
0 commit comments