Project

General

Profile

Actions

Bug #6942

closed

[Documentation] Improve compute node setup script

Added by Brett Smith over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Documentation
Target version:
Story points:
0.5

Description

Near the bottom of the compute node install guide, there's a shell script that includes a Python script to create the initial compute node record in Arvados. This script needs the following improvements:

  • socket.gethostname() may return the shortname or FQDN depending on exactly how /etc/hosts is written, which we don't want to fix. Improvement: make sure to always get the FQDN, then split it up into shortname and domain parts.
  • The body of the create request should include the address and domain fields.
  • The shell should should $ARVADOS_API_HOST in URLs, rather than the api shortname, to work in a wider variety of installations.

Subtasks 1 (0 open1 closed)

Task #7060: Review 6942-improve-compute-node-setup-scriptResolvedWard Vandewege08/10/2015Actions
Actions

Also available in: Atom PDF