-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
None
-
False
-
None
-
False
-
None
-
None
-
None
-
None
-
Sprint 209, Sprint 210, Sprint 211, Sprint 212
User Story:
As a developer of OpenShift Installer, I want to:
- use the Machine and MachineSet types from the openshift/api repo rather than the openshift/machine-api-operator repo
so that I can:
- use types that are not deprecated
- eliminate the module dependencies brought in by the openshift/machine-api-operator that would not otherwise be needed by the installer
Acceptance Criteria:
Description of criteria:
- installer code uses machine and machineset types from openshift/api
- installer code uses MachineProviderConfig types from openshift/api
- openshift/machine-api-operator module removed from installer vendor
(optional) Out of Scope:
Any changes to the fields of Machine, MachineSet, or MachineProviderConfig.
Engineering Details: