Actions
Bug #5285
closed[SDKs] arv-run-pipeline-instance does not use 'settings.conf' file like other 'arv' tools
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
SDKs
Target version:
Story points:
-
Description
Having the file
$HOME/.config/arvados/settings.confwith the proper variables does not get used by 'arv-run-pipeline-instance'. It would be nice to have this tool be consistent with the rest of the 'arv' command line tools.
Related issues
Updated by Brett Smith over 9 years ago
- Subject changed from arv-run-pipeline-instance does not use 'settings.conf' file like other 'arv' tools to [SDKs] arv-run-pipeline-instance does not use 'settings.conf' file like other 'arv' tools
- Category set to SDKs
This tool already uses the Arvados class from the Ruby SDK, which reads from the configuration file. However, it also has separate checks early on for the ARVADOS environment variables, and bails if they're not set. Fixing this might be as simple as refactoring to get configuration from Arvados as needed.
Updated by Peter Amstutz over 9 years ago
- Target version changed from Bug Triage to 2015-04-01 sprint
Updated by Peter Amstutz over 9 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 9 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|commit:4925686f6aa7214568ebd60be3acaa49dbf9dd1a.
Actions