Compare commits

1 Commits

Author SHA1 Message Date
Jan Kundrát
049b077ee4 Use real IP addresses for the US-based Cassinis
Change-Id: I158bb84261a56d71074155880c4359033b2f1044
2020-03-07 16:49:39 -08:00
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{ {
"elements": [ "elements": [
{ {
"uid": "netconf:10.0.254.105:830", "uid": "netconf:10.0.254.76:830",
"type": "Transceiver" "type": "Transceiver"
}, },
{ {
@@ -11,7 +11,7 @@
"target_pch_out_db": -2.0, "target_pch_out_db": -2.0,
"per_degree_target_pch_out_db": [ "per_degree_target_pch_out_db": [
{ {
"to_node": "netconf:10.0.254.105:830", "to_node": "netconf:10.0.254.76:830",
"target_pch_out_db": -25 "target_pch_out_db": -25
}, },
{ {
@@ -260,7 +260,7 @@
} }
}, },
{ {
"uid": "netconf:10.0.254.103:830", "uid": "netconf:10.0.254.77:830",
"type": "Transceiver" "type": "Transceiver"
}, },
{ {
@@ -270,7 +270,7 @@
"target_pch_out_db": -2.0, "target_pch_out_db": -2.0,
"per_degree_target_pch_out_db": [ "per_degree_target_pch_out_db": [
{ {
"to_node": "netconf:10.0.254.103:830", "to_node": "netconf:10.0.254.77:830",
"target_pch_out_db": -25 "target_pch_out_db": -25
}, },
{ {
@@ -852,12 +852,12 @@
], ],
"connections": [ "connections": [
{ {
"from_node": "netconf:10.0.254.105:830", "from_node": "netconf:10.0.254.76:830",
"to_node": "netconf:10.0.254.107:830" "to_node": "netconf:10.0.254.107:830"
}, },
{ {
"from_node": "netconf:10.0.254.107:830", "from_node": "netconf:10.0.254.107:830",
"to_node": "netconf:10.0.254.105:830" "to_node": "netconf:10.0.254.76:830"
}, },
{ {
"from_node": "netconf:10.0.254.78:830", "from_node": "netconf:10.0.254.78:830",
@@ -972,12 +972,12 @@
"to_node": "netconf:10.0.254.78:830" "to_node": "netconf:10.0.254.78:830"
}, },
{ {
"from_node": "netconf:10.0.254.103:830", "from_node": "netconf:10.0.254.77:830",
"to_node": "netconf:10.0.254.225:830" "to_node": "netconf:10.0.254.225:830"
}, },
{ {
"from_node": "netconf:10.0.254.225:830", "from_node": "netconf:10.0.254.225:830",
"to_node": "netconf:10.0.254.103:830" "to_node": "netconf:10.0.254.77:830"
}, },
{ {
"from_node": "netconf:10.0.254.100:830", "from_node": "netconf:10.0.254.100:830",

View File

@@ -143,8 +143,8 @@ for _, E in enumerate(J["elements"]):
translate = { translate = {
#"trx-Amsterdam": "10.0.254.93", #"trx-Amsterdam": "10.0.254.93",
#"trx-Bremen": "10.0.254.94", #"trx-Bremen": "10.0.254.94",
"trx-Amsterdam": "10.0.254.105", "trx-Amsterdam": "10.0.254.76",
"trx-Bremen": "10.0.254.103", "trx-Bremen": "10.0.254.77",
# Amsterdam A/D: coherent-v9u # Amsterdam A/D: coherent-v9u
"roadm-Amsterdam-AD": "10.0.254.107", "roadm-Amsterdam-AD": "10.0.254.107",