Compare commits

...

4 Commits

Author SHA1 Message Date
Damien
eaa329e70d Update prod VM disk size to 80GB
All checks were successful
Terraform Deploy / Validate (push) Successful in 5s
Terraform Deploy / Plan (push) Successful in 7s
Terraform Deploy / Apply (push) Successful in 4m0s
2026-06-21 13:01:37 +02:00
Damien
eee527a9bc Increase IP Fabric VM disk size to 64GB
Some checks failed
Terraform Deploy / Validate (push) Successful in 5s
Terraform Deploy / Plan (push) Successful in 4s
Terraform Deploy / Apply (push) Failing after 2m24s
2026-06-21 12:58:30 +02:00
d0e49254ab Merge pull request 'Add IP Fabric VM to production' (#19) from feat/ipfabric_vm into dev
Some checks failed
Terraform Deploy / Validate (push) Successful in 5s
Terraform Deploy / Plan (push) Successful in 6s
Terraform Deploy / Apply (push) Failing after 1m22s
Reviewed-on: #19
2026-06-21 10:55:01 +00:00
Damien
fc32f62aa2 Add IP Fabric VM to production
All checks were successful
Terraform PR / Validate (pull_request) Successful in 7s
Terraform PR / Plan (pull_request) Successful in 6s
2026-06-21 12:40:48 +02:00

View File

@@ -42,6 +42,15 @@ virtual_machines = {
ip = "192.168.1.161"
gateway = "192.168.1.254"
tags = ["docker"]
},
"ipfabric" = {
os = "ipfabric"
cores = 16
memory = 32768
disk_gb = 80
ip = "192.168.1.162"
gateway = "192.168.1.254"
tags = ["ipfabric"]
}
}