hosts/suwako-vie0: upgrade to 9004 series
This commit is contained in:
parent
fa8a202fff
commit
d798bb84b1
|
@ -25,8 +25,8 @@ locals {
|
|||
enthalpy_node_organization = "core"
|
||||
}
|
||||
"suwako-vie0" = {
|
||||
endpoints_v4 = ["110.172.148.83"]
|
||||
endpoints_v6 = ["2a0d:f302:136:7d2a::1"]
|
||||
endpoints_v4 = ["203.34.137.22"]
|
||||
endpoints_v6 = ["2a0d:f302:137:fd9c::1"]
|
||||
enthalpy_node_id = parseint("763", 16)
|
||||
enthalpy_node_organization = "core"
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -18,10 +18,10 @@
|
|||
IPv6AcceptRA = false;
|
||||
};
|
||||
routes = [
|
||||
{ Destination = "110.172.148.65"; }
|
||||
{ Destination = "2a0d:f302:136::1"; }
|
||||
{ Gateway = "110.172.148.65"; }
|
||||
{ Gateway = "2a0d:f302:136::1"; }
|
||||
{ Destination = "203.34.137.1"; }
|
||||
{ Destination = "2a0d:f302:137::1"; }
|
||||
{ Gateway = "203.34.137.1"; }
|
||||
{ Gateway = "2a0d:f302:137::1"; }
|
||||
];
|
||||
dhcpV4Config.RouteMetric = 1024;
|
||||
dhcpV6Config.RouteMetric = 1024;
|
||||
|
|
|
@ -96,9 +96,9 @@
|
|||
},
|
||||
"suwako-vie0": {
|
||||
"b2_backup_bucket_name": "rebmit-backup-suwako-vie0",
|
||||
"endpoints": ["110.172.148.83", "2a0d:f302:136:7d2a::1"],
|
||||
"endpoints_v4": ["110.172.148.83"],
|
||||
"endpoints_v6": ["2a0d:f302:136:7d2a::1"],
|
||||
"endpoints": ["203.34.137.22", "2a0d:f302:137:fd9c::1"],
|
||||
"endpoints_v4": ["203.34.137.22"],
|
||||
"endpoints_v6": ["2a0d:f302:137:fd9c::1"],
|
||||
"enthalpy_node_address": "fde3:3be3:a244:7630::1",
|
||||
"enthalpy_node_id": 1891,
|
||||
"enthalpy_node_organization": "rebmit's core network",
|
||||
|
|
Loading…
Reference in a new issue