Commit 626c0dc9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

ECOC F5GA Telemetry Demo:

- Fixed agg topology descriptor
parent d6fee7ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
            {"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",
                "timeout": 120, "verify": false
                "timeout": 120, "verify_certs": false, "import_topology": "topology"
            }}}
        ]}},
        {"device_id": {"device_uuid": {"uuid": "NCE-T"}}, "device_type": "ip-sdn-controller",
@@ -23,7 +23,7 @@
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port",     "resource_value": "8444"}},
            {"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, "import_topology": "topology"
                "timeout": 120, "verify_certs": false, "import_topology": "topology"
            }}}
        ]}},
        {"device_id": {"device_uuid": {"uuid": "OLT"}}, "device_type": "emu-packet-router",