
- Refactored a few files to prevent import loops - Created basic Orchestrator and ProviderDriver scheme for task exection - Created task model more concurrent-friendly task mgmt
Control
This is the external facing API service to control the rest of Drydock and query Drydock-managed data.
Anticipate basing this service on the falcon Python library
Endpoints
/tasks
POST - Create a new orchestration task and submit it for execution GET - Get status of a task DELETE - Cancel execution of a task if permitted