-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPLAT-1272: Support Nutanix Failure Domains #7730
SPLAT-1272: Support Nutanix Failure Domains #7730
Conversation
/hold openshift/api#1578 must merge and this must be revendored |
I don't see any changes the platform spec validation https://github.com/openshift/installer/blob/master/pkg/types/nutanix/validation/platform.go |
0c51b58
to
06963b0
Compare
@jcpowermac Added some validation for the failure domains configuration in this file. |
/retest-required |
@yanhua121 you might want to start taking a look at golint since we are waiting on the api changes. There is a few items in there to fix. |
06963b0
to
570f643
Compare
@yanhua121: This pull request references SPLAT-1272 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "4.15.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
570f643
to
f4b3f5c
Compare
f4b3f5c
to
e72a6b5
Compare
@jcpowermac The api dependency versioning is updated, and all your review comments are addressed. The go-lint test also passed. Could you take another look, thanks. |
/retest-required |
/hold cancel |
/test e2e-nutanix-ovn |
/assign @jhixson74 |
/lgtm |
Please separate vendor changes into their own commit. |
bee9978
to
f2e410a
Compare
@r4f4 Should the go.mod and go.sum changes be included in the vendor commit? |
f2e410a
to
2dd6d78
Compare
There is no clear consensus on that. I know that @patrickdillon prefers separate commits ( |
@r4f4 All your comments are addressed. Could you take another look? |
/lgtm |
/assign @patrickdillon |
2dd6d78
to
5f01650
Compare
Either way is fine. After learning about separating go.mod & go.sum into separate commits from the installer docs I have found it beneficial in my own workflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/retest-required |
1 similar comment
/retest-required |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required |
@yanhua121: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
8032847
into
openshift:master
[ART PR BUILD NOTIFIER] This PR has been included in build ose-installer-altinfra-container-v4.15.0-202311281631.p0.g8032847.assembly.stream for distgit ose-installer-altinfra. |
Nutanix Failure Domains support
Depends on openshift/api#1578