Skip to content
Snippets Groups Projects
Verified Commit 45cb11cb authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Merge branch 'repos-git' into 'master'

Provision server for repos-git POC

See merge request !615
parents 871756ec aec13ec3
No related branches found
No related tags found
1 merge request!615Provision server for repos-git POC
Pipeline #24398 passed
......@@ -141,6 +141,10 @@ locals {
server_type = "cx11"
domain = "redirect"
}
"repos-git.archlinux.org" = {
server_type = "cpx11"
domain = "repos-git"
}
"reproducible.archlinux.org" = {
server_type = "cx11"
domain = "reproducible"
......@@ -623,3 +627,10 @@ resource "hcloud_volume" "debuginfod" {
server_id = hcloud_server.machine["debuginfod.archlinux.org"].id
delete_protection = true
}
resource "hcloud_volume" "repos-git" {
name = "repos-git"
size = 100
server_id = hcloud_server.machine["repos-git.archlinux.org"].id
delete_protection = true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment