Actions
Bug #6152
closed[Docs] Eliminate `arv` dependency in compute node installer
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Documentation
Target version:
Story points:
0.5
Description
The ping script on the compute node install page uses arv node create
. This adds a dependency on the entire Ruby stack that doesn't exist otherwise. Make it use the Python SDK instead (which is already installed earlier in the process) to avoid that and make the installation cleaner.
Updated by Peter Amstutz over 9 years ago
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
Updated by Brett Smith over 9 years ago
- Project changed from 35 to Arvados
- Subject changed from [Docs] Document requirement to have Ruby and arvados-cli installed on compute nodes to [Docs] Eliminate `arv` dependency in compute node installer
- Description updated (diff)
- Category set to Documentation
- Assigned To set to Brett Smith
- Target version changed from Bug Triage to 2015-06-10 sprint
- Story points set to 0.5
Updated by Brett Smith over 9 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|commit:456967e1991ea8adc30038b60f5c34703b47b694.
Actions