Task #16168
closedCreate VM for Aniruddh Zaveri (ge64zoh)
0%
Description
{noformat}
Virtual Machine:
TUMID: ge64zoh
Name of requester: Aniruddh Zaveri
VM Name: Harmonia
Description: Harmonia is a new Project we are working on as our Interactive Learning Seminar. Stephan asked us to request a VM to host Harmonia. harmonia-test.aet.cit.tum.de and harmonia.aet.cit.tum.de would be environments we would like. One for devs and one for production.
Project type: other
Supervisor: Stephan Krusche
Open ports: 5173, 8080
Additional user accounts: ge64zoh
Comments: For the test environment following users should have access.
Test environments:
ge64zoh
ge87zod
ge38nac
ge42hot
ge43yif
ge64cuj
ge47xos
{noformat}
R- Updated by requestaccess - about 2 months ago
Hi [~ge64zoh],
this Jira ticket was created automatically from your request on requestaccess.aet.cit.tum.de.
You will see the current processing status here and can add information if necessary. You can also ask questions as comments in this ticket.
Please note that all further steps are not automated.
Thank you for your patience and have a wonderful day.
Your ITG Bot
LT Updated by Leopold Thomas about 2 months ago
Hi [~ge64zoh],
I have created 2 VMs harmonia.aet.cit.tum.de and harmonia-test.aet.cit.tum.de. I have not opened the ports due to security concerns, if you really need them opened, please give a short reasoning.
Can you please ask the additional users on the test system to request an account here? [https://requestaccess.aet.cit.tum.de/account/new]
Best regards,
Leopold
AZ Updated by Aniruddh Sunil Zaveri about 2 months ago
thanks leopold, I have requested them to create the account. Could you also help me with a small issue we are facing during deployment? Docker images and the deploy workflow work, i think that we are just missing some small setting on the vm side.
LT Updated by Leopold Thomas about 2 months ago
What exactly is the issue?
AZ Updated by Aniruddh Sunil Zaveri about 2 months ago
[https://github.com/ls1intum/Harmonia/actions/runs/19950277875/job/57329645643]
we receive connection rejected when we try to run the workflow. I think its just some small setting missing on the vm side but it wonders me as when i try to connect to the vm locally with my terminal, i can run the commands and i have used my ssh key as github secret. Using my one worked for tumapply therefore its weird that its not working here.
LT Updated by Leopold Thomas about 2 months ago
I would assume this is because ufw limits the ssh access:
{color:#000000}To Action From{color}{color:#000000} {color}
{color:#000000}-- ------ ----{color}{color:#000000} {color}
{color:#000000}22 ALLOW 172.24.152.0/24 # SSH from VPN{color}{color:#000000} {color}
{color:#000000}22 ALLOW 129.187.0.0/16 # SSH from eduVPN{color}{color:#000000} {color}
{color:#000000}22 ALLOW 10.157.0.0/16 # SSH from LRZ VPN{color}
If you want, I can allow access from our self hosted github runners, or you can do the setting yourself.
AZ Updated by Aniruddh Sunil Zaveri about 2 months ago
can you please allow the access? :)