X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/607fe087f6167061714a524dd53cbbc21b974973..2bbb460a29d6f76bc50aacdba466aa6262ed93a3:/doc/install/install-manual-prerequisites.html.textile.liquid diff --git a/doc/install/install-manual-prerequisites.html.textile.liquid b/doc/install/install-manual-prerequisites.html.textile.liquid index e90ca976a9..9aeb6e8888 100644 --- a/doc/install/install-manual-prerequisites.html.textile.liquid +++ b/doc/install/install-manual-prerequisites.html.textile.liquid @@ -3,6 +3,15 @@ layout: default navsection: installguide title: Prerequisites ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + +h2. Supported Cloud and HPC platforms + +Arvados can run in a variety of configurations. For compute scheduling, Arvados supports HPC clusters using @slurm@, and supports elastic cloud computing on AWS, Google and Azure. For storage, Arvados can store blocks on regular file systems such as ext4 or xfs, on network file systems such as GPFS, or object storage such as Azure blob storage, Amazon S3, and other object storage that supports the S3 API including Google Cloud Storage and Ceph. h2. Hardware (or virtual machines) @@ -10,7 +19,7 @@ This guide assumes you have seven systems available in the same network subnet:
table(table table-bordered table-condensed). -|_Function_|_Number of nodes_| +|_. Function|_. Number of nodes| |Arvados API, Crunch dispatcher, Git, Websockets and Workbench|1| |Arvados Compute node|1| |Arvados Keepproxy and Keep-web server|1| @@ -24,37 +33,41 @@ The number of Keepstore, shell and compute nodes listed above is a minimum. In a h2. Supported GNU/Linux distributions table(table table-bordered table-condensed). -|_Distribution_|_State_|_Last supported version_| +|_. Distribution|_. State|_. Last supported version| |CentOS 7|Supported|Latest| -|Debian 8 ("jessie")|Supported|Latest| -|Ubuntu 12.04 ("precise")|Supported|Latest| -|Ubuntu 14.04 ("trusty")|Supported|Latest| +|Debian 9 ("stretch")|Supported|Latest| |Ubuntu 16.04 ("xenial")|Supported|Latest| +|Ubuntu 18.04 ("bionic")|Supported|Latest| +|Ubuntu 14.04 ("trusty")|EOL|5f943cd451acfbdcddd84e791738c3aa5926bfed (2019-07-10)| +|Debian 8 ("jessie")|EOL|5f943cd451acfbdcddd84e791738c3aa5926bfed (2019-07-10)| +|Ubuntu 12.04 ("precise")|EOL|8ed7b6dd5d4df93a3f37096afe6d6f81c2a7ef6e (2017-05-03)| |Debian 7 ("wheezy")|EOL|997479d1408139e96ecdb42a60b4f727f814f6c9 (2016-12-28)| |CentOS 6 |EOL|997479d1408139e96ecdb42a60b4f727f814f6c9 (2016-12-28)| +Arvados packages are published for current Debian releases (until the EOL date), current Ubuntu LTS releases (until the end of standard support), and the latest version of CentOS. + h2(#repos). Arvados package repositories On any host where you install Arvados software, you'll need to set up an Arvados package repository. They're available for several popular distributions. h3. CentOS -Packages are available for CentOS 7. First, register the Curoverse signing key in RPM's database: - -{% include 'install_redhat_key' %} - -Then save this configuration block in @/etc/yum.repos.d/arvados.repo@: +Packages are available for CentOS 7. To install them with yum, save this configuration block in @/etc/yum.repos.d/arvados.repo@:
[arvados]
 name=Arvados
 baseurl=http://rpm.arvados.org/CentOS/$releasever/os/$basearch/
+gpgcheck=1
+gpgkey=http://rpm.arvados.org/CentOS/RPM-GPG-KEY-curoverse
 
+{% include 'install_redhat_key' %} + h3. Debian and Ubuntu -Packages are available for Debian 8 ("jessie"), Ubuntu 12.04 ("precise"), Ubuntu 14.04 ("trusty") and Ubuntu 16.04 ("xenial"). +Packages are available for Debian 9 ("stretch"), Ubuntu 16.04 ("xenial") and Ubuntu 18.04 ("bionic"). First, register the Curoverse signing key in apt's database: @@ -63,11 +76,10 @@ First, register the Curoverse signing key in apt's database: Configure apt to retrieve packages from the Arvados package repository. This command depends on your OS vendor and version: table(table table-bordered table-condensed). -|OS version|Command| -|Debian 8 ("jessie")|echo "deb http://apt.arvados.org/ jessie main" | sudo tee /etc/apt/sources.list.d/arvados.list| -|Ubuntu 12.04 ("precise")[1]|echo "deb http://apt.arvados.org/ precise main" | sudo tee /etc/apt/sources.list.d/arvados.list| -|Ubuntu 14.04 ("trusty")[1]|echo "deb http://apt.arvados.org/ trusty main" | sudo tee /etc/apt/sources.list.d/arvados.list| +|_. OS version|_. Command| +|Debian 9 ("stretch")|echo "deb http://apt.arvados.org/ stretch main" | sudo tee /etc/apt/sources.list.d/arvados.list| |Ubuntu 16.04 ("xenial")[1]|echo "deb http://apt.arvados.org/ xenial main" | sudo tee /etc/apt/sources.list.d/arvados.list| +|Ubuntu 18.04 ("bionic")[1]|echo "deb http://apt.arvados.org/ bionic main" | sudo tee /etc/apt/sources.list.d/arvados.list| {% include 'notebox_begin' %} @@ -118,7 +130,7 @@ By convention, we use the following hostname pattern:
table(table table-bordered table-condensed). -|_Function_|_Hostname_| +|_. Function|_. Hostname| |Arvados API|@uuid_prefix@.your.domain| |Arvados Git server|git.@uuid_prefix@.your.domain| |Arvados Keepproxy server|keep.@uuid_prefix@.your.domain|