mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-30 17:47:50 +00:00
Use real IP addresses for the US-based Cassinis
Change-Id: I158bb84261a56d71074155880c4359033b2f1044
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"uid": "netconf:10.0.254.105:830",
|
||||
"uid": "netconf:10.0.254.76:830",
|
||||
"type": "Transceiver"
|
||||
},
|
||||
{
|
||||
@@ -11,7 +11,7 @@
|
||||
"target_pch_out_db": -2.0,
|
||||
"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
|
||||
},
|
||||
{
|
||||
@@ -260,7 +260,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"uid": "netconf:10.0.254.103:830",
|
||||
"uid": "netconf:10.0.254.77:830",
|
||||
"type": "Transceiver"
|
||||
},
|
||||
{
|
||||
@@ -270,7 +270,7 @@
|
||||
"target_pch_out_db": -2.0,
|
||||
"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
|
||||
},
|
||||
{
|
||||
@@ -852,12 +852,12 @@
|
||||
],
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
@@ -972,12 +972,12 @@
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
||||
@@ -143,8 +143,8 @@ for _, E in enumerate(J["elements"]):
|
||||
translate = {
|
||||
#"trx-Amsterdam": "10.0.254.93",
|
||||
#"trx-Bremen": "10.0.254.94",
|
||||
"trx-Amsterdam": "10.0.254.105",
|
||||
"trx-Bremen": "10.0.254.103",
|
||||
"trx-Amsterdam": "10.0.254.76",
|
||||
"trx-Bremen": "10.0.254.77",
|
||||
|
||||
# Amsterdam A/D: coherent-v9u
|
||||
"roadm-Amsterdam-AD": "10.0.254.107",
|
||||
|
||||
Reference in New Issue
Block a user