[ARVADOS] updated: 2.1.0-1836-ge3e6b3746
Git user
git at public.arvados.org
Thu Jan 20 21:37:22 UTC 2022
Summary of changes:
doc/install/salt-multi-host.html.textile.liquid | 18 +++++++++---------
.../config_examples/multi_host/aws/pillars/arvados.sls | 16 +++++-----------
2 files changed, 14 insertions(+), 20 deletions(-)
via e3e6b374664f92aa6b48c8572e70f3ba5f723b4c (commit)
from da58ec28659f5167f9658be5714731acee57dfb1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e3e6b374664f92aa6b48c8572e70f3ba5f723b4c
Author: Ward Vandewege <ward at curii.com>
Date: Thu Jan 20 16:34:08 2022 -0500
Salt installer fixes:
* documentation: fix formatting
* multi-host aws example: remove AccessViaHosts from the config file, it
is not necessary. Fix volume identifiers. Fix link to documentation by
dispatcher key.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/install/salt-multi-host.html.textile.liquid b/doc/install/salt-multi-host.html.textile.liquid
index e497240c4..83a60c9fe 100644
--- a/doc/install/salt-multi-host.html.textile.liquid
+++ b/doc/install/salt-multi-host.html.textile.liquid
@@ -111,9 +111,9 @@ h2(#installation_order). Installation order
A few Arvados nodes need to be installed in certain order. The required order is
-#. Database
-#. API server
-#. The other nodes can be installed in any order after the two above
+* Database
+* API server
+* The other nodes can be installed in any order after the two above
h2(#run_provision_script). Run the provision.sh script
@@ -137,42 +137,42 @@ arvados: Failed: 0
The distribution of role as described above can be applied running these commands:
-#. Database
+h4. Database
<notextile>
<pre><code>scp -r provision.sh local* user at host:
ssh user at host sudo ./provision.sh --config local.params --roles database
</code></pre>
</notextile>
-#. API
+h4. API
<notextile>
<pre><code>scp -r provision.sh local* user at host:
ssh user at host sudo ./provision.sh --config local.params --roles api,controller,websocket,dispatcher
</code></pre>
</notextile>
-#. Keepstore/s
+h4. Keepstore(s)
<notextile>
<pre><code>scp -r provision.sh local* user at host:
ssh user at host sudo ./provision.sh --config local.params --roles keepstore
</code></pre>
</notextile>
-#. Workbench
+h4. Workbench
<notextile>
<pre><code>scp -r provision.sh local* user at host:
ssh user at host sudo ./provision.sh --config local.params --roles workbench,workbench2,webshell
</code></pre>
</notextile>
-#. Keepproxy / Keepweb
+h4. Keepproxy / Keepweb
<notextile>
<pre><code>scp -r provision.sh local* user at host:
ssh user at host sudo ./provision.sh --config local.params --roles keepproxy,keepweb
</code></pre>
</notextile>
-#. Shell (here we copy the CLI test workflow too)
+h4. Shell (here we copy the CLI test workflow too)
<notextile>
<pre><code>scp -r provision.sh local* tests user at host:
ssh user at host sudo ./provision.sh --config local.params --roles shell
diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls
index f9cf537fb..f27aa40ac 100644
--- a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls
+++ b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls
@@ -118,8 +118,8 @@ arvados:
SubnetID: subnet-FIXMEFIXMEFIXMEFI
DispatchPrivateKey: |
-----BEGIN OPENSSH PRIVATE KEY-----
- Read https://doc.arvados.org/v2.0/install/install-dispatch-cloud.html
- for details on how to create it and where to place the key
+ Read https://doc.arvados.org/install/crunch2-cloud/install-compute-node.html#sshkeypair
+ for details on how to create this key.
FIXMEFIXMEFIXMEFI
-----END OPENSSH PRIVATE KEY-----
@@ -128,24 +128,18 @@ arvados:
Volumes:
# the volume name will be composed with
# <cluster>-nyw5e-<volume>
- __CLUSTER__-nyw5e-0000000000000000:
- AccessViaHosts:
- 'http://__KEEPSTORE0_INT_IP__:25107':
- ReadOnly: false
+ __CLUSTER__-nyw5e-000000000000000:
Replication: 2
Driver: S3
DriverParameters:
- Bucket: __CLUSTER__-nyw5e-0000000000000000-volume
+ Bucket: __CLUSTER__-nyw5e-000000000000000-volume
IAMRole: __CLUSTER__-keepstore-00-iam-role
Region: FIXME
__CLUSTER__-nyw5e-0000000000000001:
- AccessViaHosts:
- 'http://__KEEPSTORE1_INT_IP__:25107':
- ReadOnly: false
Replication: 2
Driver: S3
DriverParameters:
- Bucket: __CLUSTER__-nyw5e-0000000000000001-volume
+ Bucket: __CLUSTER__-nyw5e-000000000000001-volume
IAMRole: __CLUSTER__-keepstore-01-iam-role
Region: FIXME
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list