Page MenuHomeSoftware Heritage

D8687.id31377.diff
No OneTemporary

D8687.id31377.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
@@ -123,6 +123,40 @@
value = module.scrubber1.summary
}
+
+module "migration" {
+ source = "../modules/node"
+ config = local.config
+ template = var.templates["stable-zfs"]
+
+ hostname = "migration"
+ description = "Migration"
+ hypervisor = "branly"
+ sockets = "1"
+ cores = "4"
+ memory = "16192"
+
+ networks = [{
+ id = 0
+ ip = "192.168.100.140"
+ gateway = local.config["gateway_ip"]
+ bridge = local.config["bridge"]
+ }]
+
+ storages = [{
+ storage = "proxmox"
+ size = "20G"
+ }, {
+ storage = "proxmox"
+ size = "20G"
+ }
+ ]
+}
+
+output "migration_summary" {
+ value = module.migration.summary
+}
+
module "maven-exporter" {
source = "../modules/node"
template = var.templates["stable-zfs"]

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 17, 10:30 PM (2 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3226677

Event Timeline