[ARVADOS] updated: 2.1.0-2095-gcaf63ceb7
Git user
git at public.arvados.org
Thu Mar 17 18:01:17 UTC 2022
Summary of changes:
sdk/python/arvados/keep.py | 2 ++
sdk/python/tests/test_keep_client.py | 6 ++++++
tools/compute-images/arvados-images-aws.json | 4 ++--
3 files changed, 10 insertions(+), 2 deletions(-)
via caf63ceb7b163ee37756b07a714dbc32944f9567 (commit)
via 1d6b2385431b702e0c0614d8dfe9ad27c35b4682 (commit)
via aebc2c0d06422698979a822bd59b9354e4bd8487 (commit)
from 8d797490d2975aa0bf0473469ce76c3717efc261 (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 caf63ceb7b163ee37756b07a714dbc32944f9567
Author: Ward Vandewege <ward at curii.com>
Date: Thu Mar 17 13:59:32 2022 -0400
When building compute node images on AWS, default to gp3 for the root
filesystem, and use an m5.large by default instead of m4.large.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/tools/compute-images/arvados-images-aws.json b/tools/compute-images/arvados-images-aws.json
index 131aa8a87..94cb24adf 100644
--- a/tools/compute-images/arvados-images-aws.json
+++ b/tools/compute-images/arvados-images-aws.json
@@ -25,7 +25,7 @@
"region": "{{user `aws_default_region`}}",
"ena_support": "true",
"source_ami": "{{user `aws_source_ami`}}",
- "instance_type": "m4.large",
+ "instance_type": "m5.large",
"vpc_id": "{{user `vpc_id`}}",
"subnet_id": "{{user `subnet_id`}}",
"associate_public_ip_address": "{{user `associate_public_ip_address`}}",
@@ -34,7 +34,7 @@
"launch_block_device_mappings": [{
"device_name": "/dev/xvda",
"volume_size": 20,
- "volume_type": "gp2",
+ "volume_type": "gp3",
"delete_on_termination": true
}],
"ami_block_device_mappings": [
commit 1d6b2385431b702e0c0614d8dfe9ad27c35b4682
Merge: 8d797490d aebc2c0d0
Author: Ward Vandewege <ward at curii.com>
Date: Thu Mar 17 13:58:31 2022 -0400
Merge branch '18890-python-sdk-verifyhost'
closes #18890
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list