# OPS - What you might want to know
## Frontend
[EM](https://tumwlrt-move-ii-test.srv.mwn.de/)
[FM](https://tumwlrt-move-ii-prod.srv.mwn.de/)
[Database / Auth](https://tumwlrt-move-ii-prod-db.srv.mwn.de/)
[FMb](https://tumwlrt-move-ii-test2.srv.mwn.de/)
[Public](https://tumwlrt-move-ii-prod2.srv.mwn.de/)
## Key Repositories
[OPS Documentation](https://gitlab.lrz.de/move-ii/ops_documentation)
[Frontend](https://gitlab.lrz.de/move-ii/ops_mcc-frontend)
[OPS Confidential](https://gitlab.lrz.de/move-ii/ops_confidential)
[Move Confidential](https://gitlab.lrz.de/move-ii/move-ii_confidential)
[OPS Utilities](https://gitlab.lrz.de/move-ii/ops_utilities)
[Authorization](https://gitlab.lrz.de/move-ii/ops_mcc-authorization)
[Howto Setup New Ops Server](https://gitlab.lrz.de/move-ii/ops_documentation/-/blob/master/setup/set_up_new_ops_server.md)
[ADCS Backend](https://gitlab.lrz.de/move-ii/ops_mcc-adcs)
And many more backends with the same structure
[VPN Anleitung](https://doku.lrz.de/display/PUBLIC/VPN+-+eduVPN)
https://docs.google.com/presentation/d/1pT7ydAdfVkimKv4ez95-O6CVoXXwpBpcz_V7S8fPR2s/edit#slide=id.g3b53a0ce2a_2_113
## Applications
- all run in a docker container
- Deployment via gitlab pipeline
- development deploys EM
- master deploys FM and FMb
# Current Issues
- Servers still run on an old debian that needs to be updated, or we lose the servers.
- As far as i know we mainly want to keep **prod** and **prod-db**
- Updating the OS should not be too difficult, because most services run in docker and get deployed via pipeline
### Stuff not deployed via Pipeline, that might need extra care when upgrading debian
- Rabbitmq
- HaProxy
- Database
- UFW Firewall
- Gitlab Runner
Most of this should be described [Here](https://gitlab.lrz.de/move-ii/ops_documentation/-/blob/master/setup/set_up_new_ops_server.md)