Page MenuHomeSoftware Heritage

D8399.id30313.diff
No OneTemporary

D8399.id30313.diff

diff --git a/proxmox/terraform/production/production.tf b/proxmox/terraform/production/production.tf
--- a/proxmox/terraform/production/production.tf
+++ b/proxmox/terraform/production/production.tf
@@ -1,4 +1,3 @@
-
module "kelvingrove" {
source = "../modules/node"
config = local.config
@@ -169,3 +168,33 @@
output "scrubber1_summary" {
value = module.scrubber1.summary
}
+
+module "maven-exporter01" {
+ source = "../modules/node"
+ template = var.templates["stable-zfs"]
+ config = local.config
+ hostname = "maven-exporter01"
+ description = "Maven index exporter to run containers and expose export.fld files"
+ hypervisor = "pompidou"
+ sockets = "1"
+ cores = "4"
+ onboot = true
+ memory = "4096"
+ balloon = "2048"
+
+ networks = [{
+ id = 0
+ ip = "192.168.100.10"
+ gateway = local.config["gateway_ip"]
+ bridge = local.config["bridge"]
+ }]
+
+ storages = [{
+ storage = "proxmox"
+ size = "20G"
+ }, {
+ storage = "proxmox"
+ size = "50G"
+ }
+ ]
+}

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 3, 3:39 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221254

Event Timeline