POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Support arguments for placement algorithms. #211

Closed mvousden closed 3 years ago

mvousden commented 3 years ago

Do not review until #185 has been merged in. Resolves #184.

This changeset introduces an argument-holding object, Placer::args, which holds arguments staged to operate on the next placement algorithm that is invoked.

See the documentation PR at https://github.com/POETSII/orchestrator-documentation/pull/12 for an explanation.

Tested by using the ddos supervisor example (because it's got a lot of devices in it), by:

All of the above have been run under valgrind (no errors), and in "all" mode.