Commit 71908367 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

ECOC F5GA Telemetry Demo:

- Corrected underlay controller IP addresses on topology descriptors
parent 725b4c19
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    "devices": [
        {"device_id": {"device_uuid": {"uuid": "TFS-IP"}}, "name": "TFS-IP", "device_type": "teraflowsdn",
        "device_drivers": ["DEVICEDRIVER_IETF_L3VPN"], "device_config": {"config_rules": [
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.6.208"}},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.0.12"}},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port",     "resource_value": "80"         }},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": {
                "scheme": "http", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data",
@@ -17,8 +17,8 @@
        ]}},
        {"device_id": {"device_uuid": {"uuid": "NCE-T"}}, "name": "NCE-T", "device_type": "ip-sdn-controller",
        "device_drivers": ["DEVICEDRIVER_IETF_ACTN"], "device_config": {"config_rules": [
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.6.221"}},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port",     "resource_value": "8443"        }},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.0.9"}},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port",     "resource_value": "8081"      }},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": {
                "scheme": "https", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data",
                "timeout": 120, "verify": false
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    "devices": [
        {"device_id": {"device_uuid": {"uuid": "TFS-AGG"}}, "name": "TFS-AGG", "device_type": "teraflowsdn",
        "device_drivers": ["DEVICEDRIVER_IETF_L3VPN"], "device_config": {"config_rules": [
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.6.221"}},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.0.11"}},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port",     "resource_value": "80"          }},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": {
                "scheme": "http", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data",
@@ -17,8 +17,8 @@
        ]}},
        {"device_id": {"device_uuid": {"uuid": "NCE-FAN"}}, "name": "NCE-FAN", "device_type": "ip-sdn-controller",
        "device_drivers": ["DEVICEDRIVER_IETF_ACTN"], "device_config": {"config_rules": [
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.6.221"}},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port",     "resource_value": "8443"        }},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.0.9"}},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port",     "resource_value": "8082"      }},
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": {
                "scheme": "https", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data",
                "timeout": 120, "verify": false