[ARVADOS] updated: 2.4.0-13-g22191360b
Git user
git at public.arvados.org
Tue Apr 26 12:54:33 UTC 2022
Summary of changes:
.../config_examples/multi_host/aws/pillars/arvados.sls | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
via 22191360b2a3c40e92f4c994242771cf2c0a6e3e (commit)
from 1b2a8aedb4081d34540c9864631230bf120540dc (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 22191360b2a3c40e92f4c994242771cf2c0a6e3e
Author: Ward Vandewege <ward at curii.com>
Date: Tue Apr 26 08:52:53 2022 -0400
Salt installer multinode AWS example: modernize Arvados config a bit,
switch to using one S3 bucket for simplicity, make sure that the default
setting for CloudVMs/DriverParameters/IAMInstanceProfile matches
Volumes/DriverParameters/IAMRole.
refs #19054
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
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 b92c818b8..c284934dd 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,11 +118,12 @@ arvados:
Driver: ec2
DriverParameters:
Region: FIXME
- EBSVolumeType: gp2
+ EBSVolumeType: gp3
AdminUsername: FIXME
### This SG should allow SSH from the dispatcher to the compute nodes
SecurityGroupIDs: ['sg-FIXMEFIXMEFIXMEFI']
SubnetID: subnet-FIXMEFIXMEFIXMEFI
+ IAMInstanceProfile: __CLUSTER__-keepstore-00-iam-role
DispatchPrivateKey: |
-----BEGIN OPENSSH PRIVATE KEY-----
Read https://doc.arvados.org/install/crunch2-cloud/install-compute-node.html#sshkeypair
@@ -139,16 +140,10 @@ arvados:
Replication: 2
Driver: S3
DriverParameters:
+ UseAWSS3v2Driver: true
Bucket: __CLUSTER__-nyw5e-000000000000000-volume
IAMRole: __CLUSTER__-keepstore-00-iam-role
Region: FIXME
- __CLUSTER__-nyw5e-0000000000000001:
- Replication: 2
- Driver: S3
- DriverParameters:
- Bucket: __CLUSTER__-nyw5e-000000000000001-volume
- IAMRole: __CLUSTER__-keepstore-01-iam-role
- Region: FIXME
Users:
NewUsersAreActive: true
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list