-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
enhance: Add extra_config_reboot_required
to r/virtual_machine
#1603
enhance: Add extra_config_reboot_required
to r/virtual_machine
#1603
Conversation
I've added this to review for the v2.2.0 milestone. I've also linked the originating issue and updated the context for the future changelog update. |
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.
Hi @BeryJu,
Could you also include the changes to the r/vsphere_virtual_machine
docs to include the extra_config_reboot_required
?
For example:
extra_config_reboot_required
: Allow the virtual machine to be rebooted when a change to extra_config
occurs. Default: true
.
extra_config_reboot_required
to allow a reboot override on changes to extraConfig
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 making these changes, Jens!
I'll plan to test this after we release the v2.1.0 milestone.
Ryan Johnson
Staff II Solutions Architect | VMware, Inc.
extra_config_reboot_required
to allow a reboot override on changes to extraConfigextra_config_reboot_required
to allow a reboot override on changes to extraConfig
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.
Tested this myself - worked nicely. 👍
Hi, anything blocking this from being merged? I just rebased on main. |
Bumping this again, anything missing to get this merged? |
@BeryJu, Please note that this is tagged for the Ryan Johnson |
My bad, I didn't see the tag updates, thanks for the confirmation |
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! Worked really well when tested. 🚀
extra_config_reboot_required
to allow a reboot override on changes to extraConfigextra_config_reboot_required
to r/virtual_machine
Updates `CHANGELOG.md` to include the feature provided in #1603.
extra_config_reboot_required
to r/virtual_machine
extra_config_reboot_required
to r/virtual_machine
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Adds the optional
extra_config_reboot_required
argument which allows an update toextra_config
without forcing a reboot of the virtual machine.Acceptance tests
Release Note
Release note for CHANGELOG:
resource/virtual_machine
: Addextra_config_reboot_required
to configure if a VM should reboot whenextra_config
is changed. [GH-1603]References
Closes #1070