-
Notifications
You must be signed in to change notification settings - Fork 48
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
✨ Adds minimum hardware version to VirtualMachine CRD #205
Merged
srm09
merged 1 commit into
vmware-tanzu:main
from
srm09:vm-api-change/add-min-hw-version
Nov 14, 2023
Merged
✨ Adds minimum hardware version to VirtualMachine CRD #205
srm09
merged 1 commit into
vmware-tanzu:main
from
srm09:vm-api-change/add-min-hw-version
Nov 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
testing-needed-e2e-fast
size/L
Denotes a PR that changes 100-499 lines.
labels
Aug 18, 2023
srm09
force-pushed
the
vm-api-change/add-min-hw-version
branch
2 times, most recently
from
August 18, 2023 17:35
9df30a3
to
12ee8d3
Compare
srm09
changed the title
✨ Adds minimum hardware version to VirtualMachine CRD [WIP]
✨ Adds minimum hardware version to VirtualMachine CRD
Aug 19, 2023
srm09
force-pushed
the
vm-api-change/add-min-hw-version
branch
from
August 21, 2023 14:18
12ee8d3
to
a3b84e7
Compare
srm09
added
testing-done-e2e-fast
Indicates the fast, low-cost e2e testing has been used to validate a PR
and removed
testing-needed-e2e-fast
labels
Aug 22, 2023
bryanv
reviewed
Aug 22, 2023
pkg/vmprovider/providers/vsphere/session/session_vm_update_test.go
Outdated
Show resolved
Hide resolved
srm09
force-pushed
the
vm-api-change/add-min-hw-version
branch
2 times, most recently
from
September 18, 2023 17:49
4f599f0
to
fa1d625
Compare
sreyasn
reviewed
Sep 19, 2023
srm09
force-pushed
the
vm-api-change/add-min-hw-version
branch
from
September 22, 2023 00:04
fa1d625
to
5faeb07
Compare
Waiting on the v1a2 work to be brought to a stable state before introducing more API changes, work has been completed for now. |
srm09
force-pushed
the
vm-api-change/add-min-hw-version
branch
2 times, most recently
from
November 1, 2023 22:53
ef1ce0e
to
2c8463e
Compare
sreyasn
reviewed
Nov 7, 2023
srm09
force-pushed
the
vm-api-change/add-min-hw-version
branch
from
November 9, 2023 00:25
2c8463e
to
0ad01d5
Compare
sreyasn
reviewed
Nov 9, 2023
srm09
force-pushed
the
vm-api-change/add-min-hw-version
branch
from
November 13, 2023 18:29
0ad01d5
to
cbcfcee
Compare
Introduces a new field on the VirtualMachine CRD which allows the user to define the minimum hardware version for the provisioned VM. The behavior of the field is as follows: - If the VMClassAsConfig FSS is enabled, it will override the hardware version derived from the VMClass's ConfigSpec if it is lower than the minimum version field. Otherwise, the value from the ConfigSpec is honored. - If the VMClassAsConfig FSS is disabled, it will reconfigure the VM post creation before the power on operation to ensure that the h/w version is atleast set to the minimum version. This means, it can override the hardware version of the OVA with a hardware version value lower than this field. Signed-off-by: Sagar Muchhal <[email protected]>
srm09
force-pushed
the
vm-api-change/add-min-hw-version
branch
from
November 13, 2023 18:38
cbcfcee
to
1853fb5
Compare
Minimum allowed line rate is |
sreyasn
approved these changes
Nov 13, 2023
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.
Thanks for working on this, Sagar. Looks good.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cla-not-required
size/L
Denotes a PR that changes 100-499 lines.
testing-done-e2e-fast
Indicates the fast, low-cost e2e testing has been used to validate a PR
testing-needed-e2e-fast
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do, and why is it needed?
Introduces a new field on the VirtualMachine CRD which allows the user to define the minimum hardware version for the provisioned VM. The behavior of the field is as follows:
Which issue(s) is/are addressed by this PR? :
Fixes #151
Are there any special notes for your reviewer:
Testing performed:
Please add a release note if necessary: