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

ECOC F5GA Telemetry Demo:

- Updated TCP ports in topology descriptors
parent 1fe46ccd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        "device_drivers": ["DEVICEDRIVER_IETF_ACTN"],
        "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": "8444"}},
            {"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_certs": false, "import_topology": "topology"
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        "device_drivers": ["DEVICEDRIVER_IETF_ACTN"],
        "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": "8443"      }},
            {"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
+2 −2
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ case "$HOSTNAME" in

        echo "Deploying support services..."
        docker run --detach --name simap-server --publish 8080:8080 simap-server:mock
        docker run --detach --name nce-fan-ctrl --publish 8443:8443 nce-fan-ctrl:mock
        docker run --detach --name nce-t-ctrl   --publish 8444:8443 nce-t-ctrl:mock
        docker run --detach --name nce-fan-ctrl --publish 8080:8081 nce-fan-ctrl:mock
        docker run --detach --name nce-t-ctrl   --publish 8080:8082 nce-t-ctrl:mock

        sleep 2
        docker ps -a