1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

13 Commits

Author SHA1 Message Date
barbacbd
1a338cf729 Fix naming convention issues on common name packages. 2025-12-02 14:31:48 -05:00
Patrick Dillon
1071658bf1 nolint deprecated capi v1beta1
Upgrading from capi v1beta1 -> v1beta2 will take a not
insignificant amount of work. I have captured that work in
https://issues.redhat.com/browse/CORS-3563
and set nolint to disable the linters from failing on this package.
2025-11-11 16:19:45 -05:00
Patrick Dillon
47812b1e00 CAPI: update API package paths
CAPI divided the API into subpackages.

For example:
sigs.k8s.io/cluster-api/exp/ipam/api/v1beta1 ->
sigs.k8s.io/cluster-api/api/ipam/v1beta1

sigs.k8s.io/cluster-api/api/v1beta1 ->
sigs.k8s.io/cluster-api/api/core/v1beta1

See: https://github.com/kubernetes-sigs/cluster-api/pull/12262

This updates the import paths accordingly.
2025-11-07 09:03:40 -05:00
vr4manta
abbe10adff Modified ova template name to use failure domain name 2025-02-10 10:16:43 -05:00
Patrick Dillon
ff9a5214e7 Support ControlPlaneCreationError on baremetal
Wraps control plane provisioning errors on baremetal IPI with the
ControlPlaneCreationError so that gather bootstrap will run
automatically in that case.
2024-10-25 12:15:43 -04:00
openshift-merge-bot[bot]
9de029b666 Merge pull request #8355 from honza/list-delay
OCPBUGS-33324: baremetal: wait before retrying ListWatch
2024-09-06 09:09:05 +00:00
Honza Pokorny
ef883f8108 baremetal: always write masters file
Even if some masters didn't finish provisioning and we had to exit due
to context cancel, we should still write the state to disk.
2024-05-07 16:22:15 -03:00
Honza Pokorny
2eacd987b0 baremetal: wait before retrying ListWatch 2024-05-06 14:13:36 -03:00
Honza Pokorny
ec35f88aa1 baremetal: write masters.json file 2024-05-01 15:36:27 -03:00
Honza Pokorny
c4f09fff0f baremetal: monitor bootstrap process 2024-04-12 14:42:03 -03:00
vr4manta
ea483e8a4e Added static ip support to CAPI installer for vSphere. 2024-02-29 14:28:11 -05:00
Joseph Callen
2bfb3d193d Use PreProvision
Move to the PreProvision interface to pre-create the required
vsphere infrastructure components prior to capi/capv running.
2024-02-14 15:55:54 -05:00
Richard Vanderpool
37a59952dc generate capi machine manifests 2024-02-14 15:54:41 -05:00