Skip to content
Snippets Groups Projects
Commit 76b8d341 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Compute component:

- added bearers for Hackfest
parent 0291c04a
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!11Merge Hackfest material into Develop
......@@ -64,4 +64,14 @@ BEARER_MAPPINGS = {
'DC1-GW:CS1-GW2': ('CS1-GW2', '10/1', '5.5.1.2', None, 0, None, None, '5.5.2.2', 222),
'DC2-GW:CS2-GW1': ('CS2-GW1', '10/1', '5.5.2.1', None, 0, None, None, '5.5.1.1', 111),
'DC2-GW:CS2-GW2': ('CS2-GW2', '10/1', '5.5.2.2', None, 0, None, None, '5.5.1.2', 222),
# NetworkX'22
'R1:1/2': ('R1', '1/2', '5.1.1.2', None, 0, None, None, None, None),
'R1:1/3': ('R1', '1/3', '5.1.1.3', None, 0, None, None, None, None),
'R2:1/2': ('R2', '1/2', '5.2.1.2', None, 0, None, None, None, None),
'R2:1/3': ('R2', '1/3', '5.2.1.3', None, 0, None, None, None, None),
'R3:1/2': ('R3', '1/2', '5.3.1.2', None, 0, None, None, None, None),
'R3:1/3': ('R3', '1/3', '5.3.1.3', None, 0, None, None, None, None),
'R4:1/2': ('R4', '1/2', '5.4.1.2', None, 0, None, None, None, None),
'R4:1/3': ('R4', '1/3', '5.4.1.3', None, 0, None, None, None, None),
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment