From 22f26e0ec919edc9a30ae76d8fb2fade04c577f8 Mon Sep 17 00:00:00 2001 From: ParallelCluster AMI bot Date: Mon, 29 Jul 2019 09:31:43 +0000 Subject: [PATCH] Update AMI List Build Number 112 aws-parallelcluster-cookbook Git hash: 0b491479cf0faa4212d87f4f578c7c18a7b8b570 aws-parallelcluster-node Git hash: 52a72871fcabd56d27d0930338fd3bd2fe1c48bc Signed-off-by: ParallelCluster AMI bot --- amis.txt | 6 ++++++ cloudformation/aws-parallelcluster.cfn.json | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/amis.txt b/amis.txt index 8ed0b78ed3..775445b40c 100644 --- a/amis.txt +++ b/amis.txt @@ -6,6 +6,8 @@ ap-south-1: ami-08d877dddd63d4f11 ap-southeast-1: ami-0797836c2582f62b3 ap-southeast-2: ami-097287dbf20f32cd2 ca-central-1: ami-00695df58bfe70532 +cn-north-1: ami-0bf01904468ac34e0 +cn-northwest-1: ami-07ce7fae883830295 eu-central-1: ami-0ae496b08133b7003 eu-north-1: ami-006772a1e3158c024 eu-west-1: ami-03112372c8bd7886e @@ -62,6 +64,8 @@ ap-south-1: ami-047d504b1c9897a71 ap-southeast-1: ami-0497ef9ffb2284737 ap-southeast-2: ami-07c920b78a691f3de ca-central-1: ami-0a25d23a0f47e04df +cn-north-1: ami-0d20db2e290c07266 +cn-northwest-1: ami-091c2a6f3a16fe374 eu-central-1: ami-0cd4c9af30dce9c71 eu-north-1: ami-02a5769e4d5f5c4c9 eu-west-1: ami-00aeb9a13213998a0 @@ -82,6 +86,8 @@ ap-south-1: ami-0e4af994480d249c6 ap-southeast-1: ami-0e51553a3f083c9d3 ap-southeast-2: ami-0404f148f2106e206 ca-central-1: ami-079729e8f44ea4e33 +cn-north-1: ami-0f71072a6c2f049fc +cn-northwest-1: ami-0625b09f99c971e40 eu-central-1: ami-054fd0d64e09a12d5 eu-north-1: ami-08984e346e48bc46f eu-west-1: ami-0c5c2481e10335e90 diff --git a/cloudformation/aws-parallelcluster.cfn.json b/cloudformation/aws-parallelcluster.cfn.json index a05d9694af..1bc2fc3598 100644 --- a/cloudformation/aws-parallelcluster.cfn.json +++ b/cloudformation/aws-parallelcluster.cfn.json @@ -1180,6 +1180,16 @@ "ubuntu1404": "ami-0a25d23a0f47e04df", "ubuntu1604": "ami-079729e8f44ea4e33" }, + "cn-north-1": { + "alinux": "ami-0bf01904468ac34e0", + "ubuntu1404": "ami-0d20db2e290c07266", + "ubuntu1604": "ami-0f71072a6c2f049fc" + }, + "cn-northwest-1": { + "alinux": "ami-07ce7fae883830295", + "ubuntu1404": "ami-091c2a6f3a16fe374", + "ubuntu1604": "ami-0625b09f99c971e40" + }, "eu-central-1": { "alinux": "ami-0ae496b08133b7003", "centos6": "ami-047fc8e8af243d384",