16306: Hide "easy install" option from the install docs.
authorTom Clegg <tom@curii.com>
Tue, 19 Jan 2021 20:42:50 +0000 (15:42 -0500)
committerTom Clegg <tom@curii.com>
Tue, 19 Jan 2021 20:42:50 +0000 (15:42 -0500)
To be un-hidden when it is fully implemented and usable.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

doc/_config.yml
doc/install/automatic.html.textile.liquid
doc/install/index.html.textile.liquid

index 5386e8797a2b2680b5804a322f4b6c966496ee32..75a55b469d56b62bfdc083b5bcdb291ff0c88f91 100644 (file)
@@ -208,8 +208,6 @@ navbar:
       - install/arvados-on-kubernetes.html.textile.liquid
       - install/arvados-on-kubernetes-minikube.html.textile.liquid
       - install/arvados-on-kubernetes-GKE.html.textile.liquid
-    - Automatic installation:
-      - install/automatic.html.textile.liquid
     - Manual installation:
       - install/install-manual-prerequisites.html.textile.liquid
       - install/packages.html.textile.liquid
index 049bf68917b7ed6a33594ad4e6df5c80d06c6b1b..79e85053876efceac9c1328336d187cbd02eb929 100644 (file)
@@ -9,6 +9,10 @@ Copyright (C) The Arvados Authors. All rights reserved.
 SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
+{% include 'notebox_begin' %}
+This installation method is not fully implemented, which is why this page is not yet listed in the "table of installation options":{{site.baseurl}}/install/index.html or in the left nav.
+{% include 'notebox_end' %}
+
 This method sets up a new Arvados cluster using a single host/VM. It is the easiest way to get a new production cluster up and running.
 
 A single-node installation supports all Arvados functionality at small scale. Substantial workloads will require additional nodes and configuration steps.
@@ -24,7 +28,9 @@ You will need:
 h2. Initialize the cluster
 
 <pre>
-# apt-get install arvados-server
+# echo > /etc/apt/sources.list.d/arvados.list "deb http://apt.arvados.org/buster buster main"
+# apt-get update
+# apt-get install arvados-server-easy
 # arvados-server init -type production -cluster-id x9999 -controller-address x9999.example.com -admin-email example@gmail.com.example
 </pre>
 
index f16ae2dad2af0a39afdfffcb4104034fa946ec35..1b27ca6ed9a7727b788f5a7aac6d691349d96e32 100644 (file)
@@ -25,7 +25,6 @@ table(table table-bordered table-condensed).
 |"Installation with Salt":salt-single-host.html (single host)|Easy|no|yes|no|yes|yes|
 |"Installation with Salt":salt-multi-host.html (multi host)|Moderate|yes|yes|yes|yes|yes|
 |"Arvados on Kubernetes":arvados-on-kubernetes.html|Easy ^1^|yes|yes ^2^|no ^2^|no|yes|
-|"Automatic single-node install":automatic.html (experimental)|Easy|yes|yes|no|yes|yes|
 |"Manual installation":install-manual-prerequisites.html|Hard|yes|yes|yes|no|no|
 |"Cluster Operation Subscription supported by Curii":mailto:info@curii.com|N/A ^3^|yes|yes|yes|yes|yes|
 </div>