openslice / io.openslice.mano

MANO wrapper service
Apache License 2.0
2 stars 1 forks source link

Investigate parallelism on NFVO deployments' status updates #10

Open kostistr opened 1 year ago

kostistr commented 1 year ago

2023-04-12 13:18:28,515 DEBUG org.springframework.web.client.RestTemplate : HTTP POST https://osm.upatras.gr:9999/osm/admin/v1/tokens/, 2023-04-12 13:59:59,148 INFO io.openslice.mano.MANOClient : getDeploymentByIdEager: The experiment of the deployment is 449, 2023-04-12 13:59:59,148 INFO io.openslice.mano.MANOController : Current status change before termination is :RUNNING

One the above code, if the status update for deployment 449 fails due to OSM unreachability (bad creds), it will retry 3 times and move on to the next deployment's status update. If the next deployment faces the same issue, this will be reproduced.

The suggestion is to investigate pararrel status update requests on all active deployments.