Feature #15370
[arvados-dispatch-cloud] loopback driver
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
The loopback driver implements cloud.Driver by presenting a fake cloud in which
- Instances() returns a single instance named "localhost"
- Create() fails
- Destroy() fails
- Instance address points to an SSH server (brought up by the driver) that accepts the dispatcher's key and executes shell commands
- InstanceTypes should be configured with a single instance type, with the host's RAM/CPU specs
When combined with #14922 this should make crunch-dispatch-local redundant.
This will also facilitate an arvados-dispatch-cloud integration test that uses the real crunch-run program instead of a stub. This might involve a few other changes, like a configurable location for lockfiles.
Related issues
History
#1
Updated by Tom Clegg over 1 year ago
- Related to Feature #14922: [crunch-dispatch-cloud] Run multiple containers concurrently on a single VM added
#2
Updated by Tom Clegg over 1 year ago
- Related to Story #13908: [Epic] Replace SLURM for cloud job scheduling/dispatching added