kytos-ng / pathfinder

Kytos main path finder Network Application (NApp)
https://kytos-ng.github.io/api/pathfinder.html
MIT License
0 stars 7 forks source link

Upgrade core dependencies #25

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Explored it locally still works as it used to:

2022-09-12 12:45:11,097 - INFO [werkzeug] (Thread-111) 127.0.0.1 - - [12/Sep/2022 12:45:11] "POST /api/kytos/flow_manager/v2/flows/00:00:00:00:00:00:00:03 HTTP/1.1" 202 -
2022-09-12 12:45:11,111 - INFO [kytos.napps.kytos/mef_eline] (Thread-105) EVC(0bfda87b3c0043, epl) was deployed.
2022-09-12 12:45:11,118 - INFO [werkzeug] (Thread-105) 127.0.0.1 - - [12/Sep/2022 12:45:11] "POST /api/kytos/mef_eline/v2/evc/ HTTP/1.1" 201 -
2022-09-12 12:45:11,119 - INFO [werkzeug] (Thread-112) 127.0.0.1 - - [12/Sep/2022 12:45:11] "POST /api/kytos/pathfinder/v2/ HTTP/1.1" 200 -
2022-09-12 12:45:11,126 - WARNING [kytos.napps.kytos/mef_eline] (thread_pool_app_1) Failover path for EVC(0bfda87b3c0043, epl) was not deployed: No available path was found

kytos $> 2022-09-12 12:45:24,424 - INFO [werkzeug] (Thread-113) 127.0.0.1 - - [12/Sep/2022 12:45:24] "POST /api/kytos/pathfinder/v2 HTTP/1.1" 200 -
kytos $> 2022-09-12 12:45:38,641 - INFO [werkzeug] (Thread-114) 127.0.0.1 - - [12/Sep/2022 12:45:38] "POST /api/kytos/pathfinder/v2 HTTP/1.1" 200 -
2022-09-12 12:46:01,645 - INFO [werkzeug] (Thread-118) 127.0.0.1 - - [12/Sep/2022 12:46:01] "GET /api/kytos/topology/v3/ HTTP/1.1" 200 -
2022-09-12 12:46:23,702 - INFO [werkzeug] (Thread-119) 127.0.0.1 - - [12/Sep/2022 12:46:23] "POST /api/kytos/topology/v3/links/4d42dc0852278accac7d9df15418f6d921db160b13d674029a87cef1b5
f67f30/metadata HTTP/1.1" 201 -
2022-09-12 12:46:35,974 - INFO [werkzeug] (Thread-120) 127.0.0.1 - - [12/Sep/2022 12:46:35] "POST /api/kytos/pathfinder/v2 HTTP/1.1" 400 -
2022-09-12 12:46:46,116 - INFO [werkzeug] (Thread-121) 127.0.0.1 - - [12/Sep/2022 12:46:46] "POST /api/kytos/pathfinder/v2 HTTP/1.1" 200 -
2022-09-12 12:46:50,142 - INFO [werkzeug] (Thread-122) 127.0.0.1 - - [12/Sep/2022 12:46:50] "POST /api/kytos/pathfinder/v2 HTTP/1.1" 200 -
2022-09-12 12:46:53,477 - INFO [werkzeug] (Thread-123) 127.0.0.1 - - [12/Sep/2022 12:46:53] "POST /api/kytos/pathfinder/v2 HTTP/1.1" 200 -
kytos $>
{
    "paths": [
        {
            "cost": 8,
            "hops": [
                "00:00:00:00:00:00:00:01:1",
                "00:00:00:00:00:00:00:01",
                "00:00:00:00:00:00:00:01:2",
                "00:00:00:00:00:00:00:02:2",
                "00:00:00:00:00:00:00:02",
                "00:00:00:00:00:00:00:02:3",
                "00:00:00:00:00:00:00:03:2",
                "00:00:00:00:00:00:00:03",
                "00:00:00:00:00:00:00:03:1"
            ],
            "metrics": {
                "ownership": "A"
            }
        }
    ]
}
viniarck commented 1 year ago

https://github.com/kytos-ng/kytos/pull/284 has landed, I'll go ahead and merge this.