Project

General

Profile

Actions

Idea #18341

open

"arvados-server init" can set up a single-node production cluster

Added by Tom Clegg over 2 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto

Description

The following commands (copied from #18337) should result in a production-mode single host Arvados cluster:

# add-apt-repository ...
# apt-get install arvados-server-easy
# arvados-server init [some options]
[answer some questions]
OK, you can now log in to https://workbench2.example.com/
# arvados-server health
OK
For now, the intent is not to accommodate all/most real-life situations. There will be many restrictions/requirements/assumptions about the situations where this initial version will work out of the box. For example, we can assume
  • It's acceptable for TLS certificates to be signed by a local root CA generated by Arvados
  • The operator has a DNS entry configured to send all traffic to the host
  • All TCP ports on the host are open and reachable from browsers/clients
  • The operator wants Arvados to create its own user and database using a PostgreSQL server that is already installed and running on the host
  • The /etc/arvados directory does not exist
  • The operator has chosen a unique 5-character cluster ID
  • Keep blocks will be stored in a directory on the install host's filesystem (or an existing S3 bucket with credentials available via IAM role)
  • The host has enough memory, disk space, CPU power, etc. to support the expected workload

Related issues

Related to Arvados Epics - Idea #18337: Easy install via OS packageIn ProgressActions
Actions #1

Updated by Tom Clegg over 2 years ago

  • Related to Idea #18337: Easy install via OS package added
Actions #2

Updated by Tom Clegg over 2 years ago

  • Description updated (diff)
Actions #3

Updated by Peter Amstutz about 1 year ago

  • Release set to 60
Actions #4

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions

Also available in: Atom PDF