-
Story
-
Resolution: Done
-
Normal
-
None
-
openshift-4.15
-
Strategic Product Work
-
2
-
False
-
None
-
False
-
OCPSTRAT-698 - [GA] Support static IP assignments with vSphere IPI
-
-
<!--
Please make sure to fill all story details here with enough information so
that it can be properly sized and is immediately actionable. Our Definition
of Ready for user stories is detailed in the link below:
https://docs.google.com/document/d/1Ps9hWl6ymuLOAhX_-usLmZIP4pQ8PWO15tMksh0Lb_A/
As much as possible, make sure this story represents a small chunk of work
that could be delivered within a sprint. If not, consider the possibility
of splitting it or turning it into an epic with smaller related stories.
Before submitting it, please make sure to remove all comments like this one.
-->
{}USER STORY:{}
As a cluster admin, the status field relating to the IPAddressClaimed is a bit confusing and should be improved to make it better to understand.
{}DESCRIPTION:{}
Currently the machine object has the following status:
providerStatus: conditions: - lastTransitionTime: "2023-09-04T17:50:34Z" message: All IP address claims are bound reason: WaitingForIPAddress status: "False" type: IPAddressClaimed
The reason, status and message are a bit confusing when IP address claim is bound. The above is an example of what it says when it is finished.
{}ACCEPTANCE CRITERIA:{}
The status should look something like the following when IP is claimed:
conditions: - lastTransitionTime: "2023-09-06T13:52:51Z" message: All IP address claims are bound reason: IPAddressesClaimed status: "True" type: IPAddressClaimed
reason text may change to match other condition fields formatting.
{}ENGINEERING DETAILS:{}
This most likely will involve updating a few different projects:
- openshift/machine-api-operator
- openshift/api