Skip to content

Commit d49eca6

Browse files
committed
Final bits for v0.0.20 release
1 parent 1fd9ced commit d49eca6

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

amis.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
us-west-2 ami-ab7f599b
2-
eu-central-1 ami-b43705a9
3-
sa-east-1 ami-818b359c
4-
ap-northeast-1 ami-891bfb89
5-
eu-west-1 ami-87fd69f0
6-
us-east-1 ami-7660361e
7-
us-west-1 ami-86b0aac3
8-
ap-southeast-2 ami-7d730547
9-
ap-southeast-1 ami-fafcc8a8
10-
us-gov-west-1 ami-5d68097e
1+
us-west-2 ami-39d1fb09
2+
eu-central-1 ami-36eed22b
3+
sa-east-1 ami-19890c04
4+
ap-northeast-1 ami-e051abe0
5+
eu-west-1 ami-6f305018
6+
us-east-1 ami-f07f4598
7+
us-west-1 ami-a703e1e3
8+
ap-southeast-2 ami-4709747d
9+
ap-southeast-1 ami-d88bb98a

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2121

2222
console_scripts = ['cfncluster = cfncluster.cli:main']
23-
version = "0.0.99"
23+
version = "0.0.20"
2424
requires = ['boto>=2.38']
2525

2626
if sys.version_info[:2] == (2, 6):

cloudformation/cfncluster.cfn.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion" : "2010-09-09",
3-
"Description" : "AWS CloudFormation Sample Template cfncluster.cfn.json: Sample template showing an framework for deploying master + compute type clusters on AWS. **WARNING** This template creates AWS resources. You will be billed for the AWS resources used if you create a stack from this template. Version: ami-20141222-0 cfncluster-0.0.17",
3+
"Description" : "AWS CloudFormation Sample Template cfncluster.cfn.json: Sample template showing an framework for deploying master + compute type clusters on AWS. **WARNING** This template creates AWS resources. You will be billed for the AWS resources used if you create a stack from this template. Version: ami-20150415-0 cfncluster-0.0.20",
44
"Parameters" : {
55
"KeyName" : {
66
"Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances",
@@ -729,34 +729,34 @@
729729
},
730730
"AWSRegionOS2AMI" : {
731731
"us-west-2" : {
732-
"centos6" : "ami-ab7f599b"
732+
"centos6" : "ami-39d1fb09"
733733
},
734734
"eu-central-1" : {
735-
"centos6" : "ami-b43705a9"
735+
"centos6" : "ami-36eed22b"
736736
},
737737
"sa-east-1" : {
738-
"centos6" : "ami-818b359c"
738+
"centos6" : "ami-19890c04"
739739
},
740740
"ap-northeast-1" : {
741-
"centos6" : "ami-891bfb89"
741+
"centos6" : "ami-e051abe0"
742742
},
743743
"eu-west-1" : {
744-
"centos6" : "ami-87fd69f0"
744+
"centos6" : "ami-6f305018"
745745
},
746746
"us-east-1" : {
747-
"centos6" : "ami-7660361e"
747+
"centos6" : "ami-f07f4598"
748748
},
749749
"us-west-1" : {
750-
"centos6" : "ami-86b0aac3"
750+
"centos6" : "ami-a703e1e3"
751751
},
752752
"ap-southeast-2" : {
753-
"centos6" : "ami-7d730547"
753+
"centos6" : "ami-4709747d"
754754
},
755755
"ap-southeast-1" : {
756-
"centos6" : "ami-fafcc8a8"
756+
"centos6" : "ami-d88bb98a"
757757
},
758758
"us-gov-west-1" : {
759-
"centos6" : "ami-5d68097e"
759+
"centos6" : "ami-a7f99884"
760760
}
761761
},
762762
"ClusterUser" : {

0 commit comments

Comments
 (0)