[ARVADOS] updated: 2.1.0-1742-gf07d3baa6

Git user git at public.arvados.org
Thu Dec 16 19:46:53 UTC 2021


Summary of changes:
 tools/compute-images/arvados-images-aws.json | 6 ++++++
 1 file changed, 6 insertions(+)

       via  f07d3baa67d172c7b606b0382013193e8c4f265d (commit)
      from  2e1049531cb7389cc5633b47d8a41e602da295f3 (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 f07d3baa67d172c7b606b0382013193e8c4f265d
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Dec 16 14:46:36 2021 -0500

    18325: use a bigger root volume while building the AMI on AWS.
    
    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 0865343dc..55fe3815c 100644
--- a/tools/compute-images/arvados-images-aws.json
+++ b/tools/compute-images/arvados-images-aws.json
@@ -30,6 +30,12 @@
     "associate_public_ip_address": "{{user `associate_public_ip_address`}}",
     "ssh_username": "{{user `ssh_user`}}",
     "ami_name": "arvados-{{user `arvados_cluster`}}-compute-{{isotime \"20060102150405\"}}",
+    "launch_block_device_mappings": [{
+      "device_name": "/dev/xvda",
+      "volume_size": 20,
+      "volume_type": "gp2",
+      "delete_on_termination": true
+    }],
     "ami_block_device_mappings": [
       {
         "device_name": "/dev/xvdb",

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list