Commit 55053adf authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component - IETF ACTN Service Handler:

- Fixed OSU tunnel / Etht Service settings
parent ac87d8ba
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
# These hardcoded values will be updated with proper logic in second phase of the PoC

VPN_VLAN_TAGS_TO_SERVICE_NAME = {
    (21, 101): ('osu_tunnel_1', 'etht_service_1'),
    (31, 201): ('osu_tunnel_2', 'etht_service_2'),
    (21, 201): ('osu_tunnel_1', 'etht_service_1'),
    (31, 101): ('osu_tunnel_2', 'etht_service_2'),
}

OSU_TUNNEL_SETTINGS = {
@@ -26,8 +26,8 @@ OSU_TUNNEL_SETTINGS = {
        'bidirectional': True,
        'delay': 20,
        'ttp_channel_names': {
            ('10.0.10.1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2',
            ('10.0.30.1', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1',
            ('O-PE1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2',
            ('O-PE2', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1',
        }
    },
    'osu_tunnel_2': {
@@ -36,8 +36,8 @@ OSU_TUNNEL_SETTINGS = {
        'bidirectional': True,
        'delay': 20,
        'ttp_channel_names': {
            ('10.0.10.1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2',
            ('10.0.30.1', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1',
            ('O-PE1', '200'): 'och:1-odu2:1-oduflex:1-osuflex:2',
            ('O-PE2', '200'): 'och:1-odu2:1-oduflex:3-osuflex:1',
        }
    },
}