-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
Strategic Product Work
-
5
-
False
-
None
-
False
-
OCPSTRAT-130 - [Technology Preview] Support static IP assignments with vSphere IPI
{}USER STORY:{}
As an OpenShift engineer, I want to apply an IP configuration to machine resources so that the machine API can apply the IP configuration to extra config.
{}DESCRIPTION:{}
The OpenShift installer needs to be modified to produce machine resources for the compute nodes rather than machinesets when compute machines are configured with static IP addresses.
{}Required:{}
- PR is approved
- Unit tests cover added function
{}Nice to have:{}
{}ACCEPTANCE CRITERIA:{}
{}ENGINEERING DETAILS:{}
https://github.com/openshift/enhancements/pull/1267
When IP configuration is provided in the vSphere platform specification, worker asset generation should generate machines for each replica in the worker machine pool. When static IPs are defined, a compute machineset is still to be generated, however, its replica count will be 0.
Validation notes:
- If the number of compute static IPs is less than the number of replicas in the worker pool, the installer should fail validation.