Story #9745
[Crunch2] crunch-dispatch-slurm can get API host and token from config.json
100%
Description
In order to run, crunch-dispatch-slurm requires the usual ARVADOS_API_HOST
and ARVADOS_API_TOKEN
environment variables set. Additional configuration goes in /etc/arvados/crunch-dispatach-slurm/config.json
. This means that the typical install requires writing two files: a configuration file for the init system to set the environment variables, and then config.json
for other options.
Teach crunch-dispatch-slurm to read the API hostname and token from config.json
[configuration names TBD]. Update the Install Guide to point users to doing all configuration there. This will simplify crunch-dispatch-slurm administration.
Subtasks
Associated revisions
History
#1
Updated by Brett Smith over 4 years ago
- Description updated (diff)
#2
Updated by Tom Clegg over 4 years ago
9745-cds-api-config
#3
Updated by Brett Smith over 4 years ago
- Status changed from New to In Progress
- Assigned To set to Tom Clegg
- Target version set to 2016-08-17 sprint
- Story points set to 0.5
#4
Updated by Radhika Chippada over 4 years ago
LGTM at 608f6a78
Does this need install guide updates?
#5
Updated by Brett Smith over 4 years ago
#6
Updated by Radhika Chippada over 4 years ago
#7
Updated by Radhika Chippada over 4 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:ac4ee0eb5a2d581b7bb4d26b475f0fbcf64b0630.
closes #9745
Merge branch '9745-cds-api-config'