Skip to content
Snippets Groups Projects
Verified Commit ae827fd6 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

tf-stage1: remove git repos experimental servers

This has moved to production.
parent 6fd76799
No related branches found
No related tags found
No related merge requests found
......@@ -134,14 +134,6 @@ locals {
server_type = "cx11"
domain = "redirect"
}
"repos-git.archlinux.org" = {
server_type = "cpx11"
domain = "repos-git"
}
"repos.sandbox.archlinux.org" = {
server_type = "cpx21"
domain = "repos.sandbox"
}
"reproducible.archlinux.org" = {
server_type = "cx11"
domain = "reproducible"
......@@ -304,7 +296,6 @@ locals {
registry = { value = "gitlab" }
repos = { value = "gemini" }
rsync = { value = "gemini" }
"rsync.sandbox" = { value = "repos.sandbox" }
sources = { value = "gemini" }
"static.conf" = { value = "redirect" }
status = { value = "stats.uptimerobot.com." }
......@@ -621,17 +612,3 @@ 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
}
resource "hcloud_volume" "repos_sandbox" {
name = "repos.sandbox"
size = 500
server_id = hcloud_server.machine["repos.sandbox.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