-
Notifications
You must be signed in to change notification settings - Fork 150
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
Jr/17 linux guacamole issue when package mirror is stopped #3822
Conversation
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
/test-force-approve docs only |
@jonnyry can you fix the conflicts? Thanks. |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 2c0ec1d) (in response to this comment from @marrobi) |
Head branch was pushed to by a user without write access
@marrobi conflicts fixed |
/test-force-approve |
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 23e4798. |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 23e4798) (in response to this comment from @marrobi) |
Resolves #3811
What is being addressed
If a Linux VM is created while the Nexus package mirror VM is stopped, the Linux VM fails to create properly, meaning Guacamole connections to it fail.
When using the PowerShell start/stop scripts provided in the documentation on test environments, the start script does not restart the package mirror, leading to this issue.
How is this addressed
This change extends the start script, to start all VMs in the core resource group. It also aligns the PowerShell start script behaviour with the make tre-start behaviour, which already starts the core VMs.