feat(lite): add start shutdown action host - #10314
Open
Elise-FZI wants to merge 3 commits into
Open
Conversation
Elise-FZI
changed the base branch from
master
to
lite/action-force-reboot-host
August 27, 2026 09:00
Elise-FZI
force-pushed
the
lite/action-start-shutdown-host
branch
2 times, most recently
from
August 27, 2026 13:10
ca37e28 to
b1305ad
Compare
Elise-FZI
force-pushed
the
lite/action-start-shutdown-host
branch
3 times, most recently
from
August 27, 2026 14:44
66e4654 to
25c5017
Compare
|
Linked to Plane Work Item(s) This comment was auto-generated by Plane |
Elise-FZI
force-pushed
the
lite/action-start-shutdown-host
branch
from
August 27, 2026 15:18
25c5017 to
c25af7f
Compare
Elise-FZI
force-pushed
the
lite/action-start-shutdown-host
branch
2 times, most recently
from
September 1, 2026 12:15
56d9ed4 to
b125374
Compare
Elise-FZI
marked this pull request as ready for review
September 1, 2026 12:25
MarieGarde
reviewed
Sep 2, 2026
|
|
||
| await reboot(hostRef) | ||
| }, | ||
|
|
MarieGarde
reviewed
Sep 2, 2026
| function startHost() { | ||
| return openActionModal({ | ||
| props: { | ||
| accent: 'warning', |
Collaborator
There was a problem hiding this comment.
Suggested change
| accent: 'warning', | |
| accent: 'info', |
MarieGarde
reviewed
Sep 2, 2026
| action: 'start', | ||
| object: 'host', | ||
| hostName: host.name_label, | ||
| icon: 'status:warning-picto', |
Collaborator
There was a problem hiding this comment.
Suggested change
| icon: 'status:warning-picto', | |
| icon: 'status:info-picto', |
MarieGarde
reviewed
Sep 2, 2026
| function shutdownHost() { | ||
| return openActionModal({ | ||
| props: { | ||
| accent: 'warning', |
Collaborator
There was a problem hiding this comment.
Suggested change
| accent: 'warning', | |
| accent: 'info', |
MarieGarde
reviewed
Sep 2, 2026
| action: 'shutdown', | ||
| object: 'host', | ||
| hostName: host.name_label, | ||
| icon: 'status:warning-picto', |
Collaborator
There was a problem hiding this comment.
Suggested change
| icon: 'status:warning-picto', | |
| icon: 'status:info-picto', |
MarieGarde
requested changes
Sep 2, 2026
Elise-FZI
force-pushed
the
lite/action-start-shutdown-host
branch
from
September 4, 2026 08:48
755467e to
424a416
Compare
Elise-FZI
force-pushed
the
lite/action-start-shutdown-host
branch
from
September 4, 2026 12:34
424a416 to
3187b33
Compare
This file contains hidden or 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
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.
Description
🔗 XO-2698
!! Do not run tests on the classic test environment !!
Note : the "start" cannot be tested because tests are done on nested hosts, which cannot be reactivated. We start from the premise that it is validated as the call is indeed launched towards the backend.
Screenshots
Checklist
Fixes #007,See xoa-support#42,See https://...)Introduced byCHANGELOG.unreleased.mdReview process
If you are an external contributor, you can skip this part. Simply create the pull request, and we'll get back to you as soon as possible.
Notes: