-
Notifications
You must be signed in to change notification settings - Fork 211
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-1800: Add support for vSphere host and vm group based zonal #1285
SPLAT-1800: Add support for vSphere host and vm group based zonal #1285
Conversation
Skipping CI for Draft Pull Request. |
f1bc5e8
to
9eb6c19
Compare
/test ? |
@jcpowermac: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/test goimports |
9eb6c19
to
dba857c
Compare
/test goimports |
d098ada
to
188cb86
Compare
@jcpowermac: This pull request references SPLAT-1800 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 story to target the "4.18.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 openshift-eng/jira-lifecycle-plugin repository. |
1ae6b9b
to
b856851
Compare
b856851
to
074a358
Compare
bf7b850
to
4a4d0f3
Compare
4a4d0f3
to
51f6b24
Compare
51f6b24
to
967611f
Compare
a9f4094
to
4e9d690
Compare
@jcpowermac: This pull request references SPLAT-1800 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 story to target the "4.19.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 openshift-eng/jira-lifecycle-plugin repository. |
4e2951d
to
8335f3c
Compare
/hold see a test problem |
This PR adds vm-host group zonal feature to MAO. Misc required change: - Added RealClock to NewKubeRecorder and NewLoggingEventRecorder Changes: - Added FeatureGateVSphereHostVMGroupZonal - Added modifyVMGroup which adds or removes a virtual machine from the vCenter cluster's vm-host group associated with the failure domain - Added validation for the length of a vm-group name - Added vm-host group tests
8335f3c
to
9b838c3
Compare
/hold cancel |
/retest |
/retest-required |
@jcpowermac: 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-sigs/prow repository. I understand the commands that are listed here. |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed 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 |
ea1636d
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: ose-machine-api-operator |
Changes
Misc required change:
Changes:
the vCenter cluster's vm-host group associated with the failure domain
Additional PRs