Commit 5db96792 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

ECOC F5GA Telemetry Demo:

- Fixed topology descriptors
parent df7d5bfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
                "timeout": 120, "verify_certs": false, "import_topology": "topology"
            }}}
        ]}},
        {"device_id": {"device_uuid": {"uuid": "NCE-T"}}, "device_type": "ip-sdn-controller",
        {"device_id": {"device_uuid": {"uuid": "NCE-T"}}, "device_type": "nce",
        "device_drivers": ["DEVICEDRIVER_IETF_ACTN"],
        "device_config": {"config_rules": [
            {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "10.254.0.9"}},
+4 −4
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@
            {"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-FAN"}}, "device_type": "ip-sdn-controller",
        "device_drivers": ["DEVICEDRIVER_IETF_ACTN"],
        {"device_id": {"device_uuid": {"uuid": "NCE-FAN"}}, "device_type": "nce",
        "device_drivers": ["DEVICEDRIVER_NCE"],
        "device_config": {"config_rules": [
            {"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": "http", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data",
                "timeout": 120, "verify": false
                "timeout": 120, "verify_certs": false, "import_topology": "topology"
            }}}
        ]}}
    ],