2024-11-18 11:28:02 +01:00
|
|
|
#+title: Infra
|
|
|
|
|
|
|
|
This directory contains the definition of the VMs that host our infrastructure.
|
|
|
|
Their configuration can be updated via NixOps4. Run
|
|
|
|
|
|
|
|
#+begin_src sh
|
|
|
|
nixops4 deployments list
|
|
|
|
#+end_src
|
|
|
|
|
2024-11-18 11:55:50 +01:00
|
|
|
to see the available deployments. Given a deployment (eg. ~git~), run
|
2024-11-18 11:28:02 +01:00
|
|
|
|
|
|
|
#+begin_src sh
|
|
|
|
nixops4 apply <deployment>
|
|
|
|
#+end_src
|
|
|
|
|
2024-11-18 11:44:35 +01:00
|
|
|
* Deployments
|
|
|
|
|
|
|
|
- ~git~ :: Machines hosting our Git infrastructure, eg. Forgejo and its actions
|
|
|
|
runners
|
2024-11-18 11:55:50 +01:00
|
|
|
- ~web~ :: Machines hosting our online content, eg. the website or the wiki
|
2024-12-16 13:06:35 +01:00
|
|
|
- ~other~ :: Machines without a specific purpose
|
2024-11-18 11:44:35 +01:00
|
|
|
|
2024-11-18 11:28:02 +01:00
|
|
|
* Procolix machines
|
|
|
|
|
|
|
|
These machines are hosted on the Procolix Proxmox instance, to which
|
|
|
|
non-Procolix members of the project do not have access. They host our stable
|
|
|
|
infrastructure.
|
|
|
|
|
2024-12-16 13:15:34 +01:00
|
|
|
| Machine | Proxmox | Description | Deployment |
|
|
|
|
|---------+-------------+------------------------+------------|
|
|
|
|
| vm02116 | Procolix | Forgejo | ~git~ |
|
|
|
|
| vm02179 | Procolix | /unused/ | ~other~ |
|
|
|
|
| vm02186 | Procolix | /unused/ | ~other~ |
|
|
|
|
| vm02187 | Procolix | Wiki | ~web~ |
|
|
|
|
| fedi300 | Fediversity | Forgejo actions runner | ~git~ |
|