-
Notifications
You must be signed in to change notification settings - Fork 523
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-1743: Add VMGroup to VSphere Provider workspace #2074
SPLAT-1743: Add VMGroup to VSphere Provider workspace #2074
Conversation
Hello @jcpowermac! Some important instructions when contributing to openshift/api: |
@jcpowermac: This pull request references SPLAT-1743 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. |
@jcpowermac: This pull request references SPLAT-1743 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. |
/assign @JoelSpeed |
fcf94c8
to
f8d9434
Compare
For the machine api operator to support vm-host based zonal a single new field of `vmGroup` needs to be added that will indicate the vCenter cluster group to add a newly created virtual machine into.
f8d9434
to
6398ee4
Compare
@JoelSpeed updated |
@@ -190,6 +190,10 @@ type Workspace struct { | |||
// ResourcePool is the resource pool in which VMs are created/located. | |||
// +optional | |||
ResourcePool string `gcfg:"resourcepool-path,omitempty" json:"resourcePool,omitempty"` | |||
// vmGroup is the cluster vm group in which virtual machines will be added for vm host group based zonal. |
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.
On the failure domains API, we limit this field to 80 characters IIRC, is that also being implemented in the MAPI validation webhook?
@jcpowermac: The following test 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. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcpowermac, 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 |
98fc036
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
Changes
For the machine api operator to support
vm-host based zonal a single new field of
vmGroup
needs to be added that will indicatethe vCenter cluster group to add a newly created
virtual machine into.
Additional PRs