-
Story
-
Resolution: Done
-
Normal
-
None
-
openshift-4.15
-
Strategic Product Work
-
3
-
False
-
None
-
False
-
OCPSTRAT-698 - [GA] Support static IP assignments with vSphere IPI
-
-
{}USER STORY:{}
As an OpenShift administrator, I want the vSphere installer to use the IPAddress/IPAddressClaim information when creating machine in Terraform
{}DESCRIPTION:{}
vSphere IPI installation of static IP machines currently embeds the static IP information into the machine object data. We would like to change this to leverage the IPAM way of using IPAddressClaim / IPAddress object data. This means the machine object config will contain the addressesFromPools configuration instead of the static ip config directly.
{}ACCEPTANCE CRITERIA:{}
During the installation, the Terraform logic will no longer expect the static IP information to be embedded in the machine object data. After install, machines will contain a pool references.
{}ENGINEERING DETAILS:{}
This story should be focusing on enhancing the Terraform logic to take advantage of using IPAddress/IPAddressClaim.