-
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
✨ Perennial properties #654
Merged
akutz
merged 1 commit into
vmware-tanzu:main
from
akutz:feature/set-vm-namespace-name-in-extraconfig
Aug 9, 2024
Merged
✨ Perennial properties #654
akutz
merged 1 commit into
vmware-tanzu:main
from
akutz:feature/set-vm-namespace-name-in-extraconfig
Aug 9, 2024
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
akutz
force-pushed
the
feature/set-vm-namespace-name-in-extraconfig
branch
5 times, most recently
from
August 7, 2024 21:46
eb56aba
to
083ea70
Compare
github-actions
bot
added
size/XL
Denotes a PR that changes 500-999 lines.
and removed
size/L
Denotes a PR that changes 100-499 lines.
labels
Aug 7, 2024
akutz
force-pushed
the
feature/set-vm-namespace-name-in-extraconfig
branch
from
August 7, 2024 21:50
083ea70
to
60f4b3a
Compare
github-actions
bot
added
size/L
Denotes a PR that changes 100-499 lines.
and removed
size/XL
Denotes a PR that changes 500-999 lines.
labels
Aug 7, 2024
akutz
force-pushed
the
feature/set-vm-namespace-name-in-extraconfig
branch
2 times, most recently
from
August 8, 2024 15:24
0e781a6
to
0843493
Compare
github-actions
bot
added
size/XL
Denotes a PR that changes 500-999 lines.
and removed
size/L
Denotes a PR that changes 100-499 lines.
labels
Aug 8, 2024
akutz
force-pushed
the
feature/set-vm-namespace-name-in-extraconfig
branch
3 times, most recently
from
August 8, 2024 16:36
58204bf
to
52dcfbe
Compare
bryanv
reviewed
Aug 8, 2024
akutz
force-pushed
the
feature/set-vm-namespace-name-in-extraconfig
branch
4 times, most recently
from
August 9, 2024 16:21
0735f1f
to
f06525d
Compare
1. The VM object's namespace and name are stored in ExtraConfig as the keys vmservice.namespace and vmservice.name. 2. The VM's vSphere property config.managedBy is always set to reflect the VM is managed by VM Service if it is not set to this value. 3. There is now support for always ensuring certain properties are set during each reconcile, regardless of the VM's power state or whether or not the VM is paused by the admin. For example, the aforementioned namespace/name ExtraConfig keys are included, as well as the VM's config.managedBy property.
akutz
force-pushed
the
feature/set-vm-namespace-name-in-extraconfig
branch
from
August 9, 2024 16:21
f06525d
to
09ac39a
Compare
Minimum allowed line rate is |
bryanv
approved these changes
Aug 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
This patch does three things:
The VM object's namespace and name are stored in ExtraConfig as the keys
vmservice.namespace
andvmservice.name
.The VM's vSphere property
config.managedBy
is always set to reflect the VM is managed by VM Service if it is not set to this value.There is now support for always ensuring certain properties are set during each reconcile, regardless of the VM's power state or whether or not the VM is paused by the admin. For example, the aforementioned namespace/name ExtraConfig keys are included, as well as the VM's
config.managedBy
property.Which issue(s) is/are addressed by this PR? (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes
NA
Are there any special notes for your reviewer:
Please add a release note if necessary: