-
Notifications
You must be signed in to change notification settings - Fork 6
workflow_manager
Roald Lemmen edited this page Aug 15, 2018
·
4 revisions
+--------------+
| smif-app |
+-------|------+
| http-api
|
|
+-------|------+
(cli)----| smif-manager ------------------+
+-------|------+ |
| |
| |
| http-api | http-api
+-------|------+ +-------|------+
cli ----| smif-runner | | dafni |
+--------------+ +--------------+
- Configure a system-of-systems
- Start / stop Modelruns
- Visualise results
- Manage dependencies between models
- Manage decision iterations
- Coordinate jobs and expose workflows to workers-pool
- Runs jobs (workflows) and sends results back to smif-manager
Worker-pool
+-----------------------------------------------------------------------+
| |
| local-machine ouce-cluster dafni |
| +-------------+ +-------------+ +-------------+ +-------------+ |
| | smif-runner | | smif-runner | | smif-runner | | smif-runner | |
| +-------------+ +-------------+ +-------------+ +-------------+ |
| +-------------+ +-------------+ +-------------+ |
| | smif-runner | | smif-runner | | smif-runner | |
| +-------------+ +-------------+ +-------------+ |
| |
+-----------------------------------------------------------------------+
smif-runner register <ip> <number_of_jobs>
register a runner to the smif-manager
A local service that duplicates the Dafni scheduler API
smif-runner run
run the runner service
smif-runner status
get status of runner