-
Notifications
You must be signed in to change notification settings - Fork 158
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
Enable scheduled shutdown of Guacamole Linux VM #4196
Conversation
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit b4a2396. ♻️ This comment has been updated with latest results. |
templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/porter.yaml
Outdated
Show resolved
Hide resolved
does the TRE recognise the machine is stopped and display a |
The page might need a refresh, not sure if any way around that, unless use the webhook somehow. Actually the UI would need to poll. I'll check and we can take that as a separate issue. |
templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/porter.yaml
Outdated
Show resolved
Hide resolved
…e-azure-linuxvm/porter.yaml Co-authored-by: Tamir Kamara <[email protected]>
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, happy to raise a separate issue for polling.
@tim-allen-ck please, can you raise the equivalent of this and scheduled for |
/test-force-approve |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit bca1bed) (in response to this comment from @marrobi) |
/test-force-approve |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit b4a2396) (in response to this comment from @tim-allen-ck) |
Add functionality to allow users to specify a daily shutdown time for Guacamole VMs, reducing costs. Update the UI to include options for enabling the shutdown schedule, setting the shutdown time, and selecting the timezone. Modify the necessary Terraform resources to implement this feature.
Will create separate issue for Windows VMs once merged.
Fixes #4186