diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2025-06-30 19:05:40 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2025-06-30 19:05:40 +0200 |
commit | 027054b178a5fab136d391e535b720dcb2cb799c (patch) | |
tree | 717312b7b068b856e6bd83cb624d8bd19cdd6267 /terraform | |
parent | efd2ee9e55f631f97e2f1ebe2020d309449a8e0a (diff) | |
download | infra-027054b178a5fab136d391e535b720dcb2cb799c.tar.gz infra-027054b178a5fab136d391e535b720dcb2cb799c.tar.bz2 infra-027054b178a5fab136d391e535b720dcb2cb799c.tar.xz infra-027054b178a5fab136d391e535b720dcb2cb799c.zip |
Dropping coregonus v6 network
Diffstat (limited to 'terraform')
-rw-r--r-- | terraform/dns/dn42.tf | 10 | ||||
-rw-r--r-- | terraform/ipam6/ipam6.tf | 56 |
2 files changed, 33 insertions, 33 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index 8c27ec1..c7aab96 100644 --- a/terraform/dns/dn42.tf +++ b/terraform/dns/dn42.tf @@ -11,7 +11,7 @@ resource "linode_domain_record" "dn42-coregonus" { domain_id = linode_domain.root.id name = "coregonus.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005::ffff" + target = "fdb1:4242:3538:2006:2e0:4cff:fe98:1bb5" } resource "linode_domain_record" "dn42-danneri" { @@ -25,14 +25,14 @@ resource "linode_domain_record" "dn42-garasjepi" { domain_id = linode_domain.root.id name = "garasjepi.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005:37df:fafe:392:f991" + target = "fdb1:4242:3538:2006:e9f7:418f:49fd:8d2e" } resource "linode_domain_record" "dn42-ha-kv24" { domain_id = linode_domain.root.id name = "ha-kv24.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005:c534:9d54:8212:1ced" + target = "fdb1:4242:3538:2006:18a:90f:4264:8ca0" } resource "linode_domain_record" "dn42-ha-lhn2" { @@ -53,7 +53,7 @@ resource "linode_domain_record" "dn42-kjell" { domain_id = linode_domain.root.id name = "kjell.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005:2f0:cbff:fefe:d98c" + target = "fdb1:4242:3538:2006:2f0:cbff:fefe:d98c" } resource "linode_domain_record" "dn42-knot" { @@ -88,7 +88,7 @@ resource "linode_domain_record" "dn42-netbox" { domain_id = linode_domain.root.id name = "netbox.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005:be24:11ff:febb:5c7f" + target = "fdb1:4242:3538:2006:be24:11ff:febb:5c7f" } resource "linode_domain_record" "dn42-node1" { diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf index 355ff4b..08ad9a0 100644 --- a/terraform/ipam6/ipam6.tf +++ b/terraform/ipam6/ipam6.tf @@ -59,12 +59,8 @@ output "networks" { address = "fdb1:4242:3538:2005::" prefix = "64" hosts = { - coregonus = { - address : "fdb1:4242:3538:2005::ffff" - prefix : "128" - } kjell = { - address : "fdb1:4242:3538:2005:2f0:cbff:fefe:d98c" + address : "fdb1:4242:3538:2006:2f0:cbff:fefe:d98c" prefix : "64" } } @@ -81,14 +77,6 @@ output "networks" { address = "2a01:799:111d:1801::" prefix = "64" hosts = { - ha-kv24 = { - address : "fdb1:4242:3538:2005:c534:9d54:8212:1ced" - prefix : "64" - } - netbox = { - address : "fdb1:4242:3538:2005:be24:11ff:febb:5c7f" - prefix : "64" - } } } kv24_dn42 = { @@ -101,9 +89,21 @@ output "networks" { prefix : "128" } garasjepi = { - address : "fdb1:4242:3538:2005:37df:fafe:392:f991" + address : "fdb1:4242:3538:2006:e9f7:418f:49fd:8d2e" prefix : "128" } + ha-kv24 = { + address : "fdb1:4242:3538:2006:18a:90f:4264:8ca0" + prefix : "64" + } + netbox = { + address : "fdb1:4242:3538:2006:be24:11ff:febb:5c7f" + prefix : "64" + } + coregonus = { + address : "fdb1:4242:3538:2006:2e0:4cff:fe98:1bb5" + prefix : "64" + } } } hash_dn42 = { @@ -193,20 +193,8 @@ output "hosts" { address : "fdb1:4242:3538:2004::ffff" prefix : "128" } - coregonus = { - address : "fdb1:4242:3538:2005::ffff" - prefix : "128" - } kjell = { - address : "fdb1:4242:3538:2005:2f0:cbff:fefe:d98c" - prefix : "64" - } - ha-kv24 = { - address : "fdb1:4242:3538:2005:c534:9d54:8212:1ced" - prefix : "64" - } - netbox = { - address : "fdb1:4242:3538:2005:be24:11ff:febb:5c7f" + address : "fdb1:4242:3538:2006:2f0:cbff:fefe:d98c" prefix : "64" } kv24ix = { @@ -214,9 +202,21 @@ output "hosts" { prefix : "128" } garasjepi = { - address : "fdb1:4242:3538:2005:37df:fafe:392:f991" + address : "fdb1:4242:3538:2006:e9f7:418f:49fd:8d2e" prefix : "128" } + ha-kv24 = { + address : "fdb1:4242:3538:2006:18a:90f:4264:8ca0" + prefix : "64" + } + netbox = { + address : "fdb1:4242:3538:2006:be24:11ff:febb:5c7f" + prefix : "64" + } + coregonus = { + address : "fdb1:4242:3538:2006:2e0:4cff:fe98:1bb5" + prefix : "64" + } hash = { address : "fdb1:4242:3538:2007::ffff" prefix : "128" |