sonata-nfv / tng-industrial-pilot

5GTANGO Smart Manufacturing Pilot
13 stars 17 forks source link

FMP: Integration with remote command and control server (trigger quarantine status) #320

Closed mpeuster closed 4 years ago

mpeuster commented 4 years ago

The FMP must be able to trigger the remote CC server to trigger/reset the quarantine status of NS2.

This will be done through the REST interface of the CC.

The FMP should also display (and maybe constantly poll) the current quarantine status from the CC.

mpeuster commented 4 years ago

There is no Dockerfile and build documentation in the repo. Without this, I cannot work on the issue.

mpeuster commented 4 years ago

Build is working and FMP can be deployed. Details: https://github.com/CN-UPB/tng-smpilot-fmp/blob/master/README.md Problem: Action buttons do not show up.

mpeuster commented 4 years ago

Isolation/deisolation mechanism currently faked by wait functionality in backend/src/index.js: https://github.com/CN-UPB/tng-smpilot-fmp/blob/8bb060daede37ce4f2b60f4cd5cd09d8ea33cceb/backend/src/index.js#L150

mpeuster commented 4 years ago

Made good progress. FMP now triggers the SMP-CC. We will do a full test tomorrow.

mpeuster commented 4 years ago

We did a fully working test of the FMP-based reconfiguration today and it worked as it should. Closed.