Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123122
D8687.id31377.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1020 B
Subscribers
None
D8687.id31377.diff
View Options
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
Details
Attached
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
Attached To
D8687: Add migration node
Event Timeline
Log In to Comment