Federation implementation roadmap » History » Version 3
Peter Amstutz, 08/01/2018 05:55 PM
| 1 | 1 | Tom Clegg | h1. Federation implementation roadmap |
|---|---|---|---|
| 2 | |||
| 3 | Use a remote-hosted workflow |
||
| 4 | |||
| 5 | * When retrieving a workflow record for arvados-cwl-runner, API server notices workflow UUID is remote, and fetches it with salted token (instead of looking in local DB) |
||
| 6 | |||
| 7 | Mount remote-hosted collection (read-only) in a container |
||
| 8 | |||
| 9 | 2 | Peter Amstutz | * When creating a container to satisfy a CR, API searches for collection PDH in cr.mounts across federated nodes, and fetches it with salted token (instead of looking in local DB) |
| 10 | 3 | Peter Amstutz | * [[Federated collections]] |
| 11 | 1 | Tom Clegg | |
| 12 | Run some portions of a CWL workflow on a remote cluster |
||
| 13 | |||
| 14 | * When submitting container requests, a-c-r follows workflow/commandline/input UUID hints to choose a cluster |
||
| 15 | * Either a-c-r handles the multi-cluster stuff itself, or it submits CRs with "submit to cluster X" flag, and the API server acts as a proxy |