Actions
Feature #14197
closed[controller] Federated container requests
Start date:
09/21/2018
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
2.0
Release:
Release relationship:
Auto
Description
arvados-controller routes GET, PUT or POST operation on container requests to remote clusters based on the cluster id in the uuid (GET/PUT) or cluster_id request parameter (POST).
Must also be able to GET remote container records as well.
Updated by Peter Amstutz over 6 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 6 years ago
- Status changed from In Progress to New
Updated by Peter Amstutz over 6 years ago
- Related to Feature #13619: [Controller] Federated multi object retrieval added
Updated by Tom Morris over 6 years ago
- Target version changed from To Be Groomed to Arvados Future Sprints
Updated by Tom Morris over 6 years ago
- Target version changed from Arvados Future Sprints to 2018-10-03 Sprint
Updated by Peter Amstutz over 6 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 6 years ago
14197-federated-containers @ 1dd4997ebfe9e1bce4073aed9abb37f89ae90845
Support GET, PUT/PATCH and POST (object create) for containers and container requests.
https://ci.curoverse.com/view/Developer/job/developer-run-tests/902/
Updated by Lucas Di Pentima over 6 years ago
- On the remote container request creation tests, I think it would be convenient to also assert that the created object’s uuid match with the desired cluster prefix, to confirm that the object was created on the correct cluster.
- Should we also test POSTs on unknown cluster_id prefixes?
Updated by Peter Amstutz over 6 years ago
Lucas Di Pentima wrote:
- On the remote container request creation tests, I think it would be convenient to also assert that the created object’s uuid match with the desired cluster prefix, to confirm that the object was created on the correct cluster.
Added check to existing create requests.
- Should we also test POSTs on unknown cluster_id prefixes?
Added test.
14197-federated-containers @ 959fc42ba11fbe4f803511ffcb8945bae537ff21
https://ci.curoverse.com/view/Developer/job/developer-run-tests/903/
Updated by Peter Amstutz over 6 years ago
- Status changed from In Progress to Resolved
Actions