Skip to content

Commit 5e418ee

Browse files
committed
chore(contrib/*): update to CoreOS 310.1.0
We should be running the same CoreOS version everywhere.
1 parent 1174bf0 commit 5e418ee

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

contrib/ec2/deis.template

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
"Mappings" : {
55
"RegionMap" : {
66
"ap-northeast-1" : {
7-
"AMI" : "ami-77ceb476"
7+
"AMI" : "ami-f1eaadf0"
88
},
99
"sa-east-1" : {
10-
"AMI" : "ami-b7a00daa"
10+
"AMI" : "ami-0d2b8610"
1111
},
1212
"ap-southeast-2" : {
13-
"AMI" : "ami-f9cd56c3"
13+
"AMI" : "ami-e952c9d3"
1414
},
1515
"ap-southeast-1" : {
16-
"AMI" : "ami-eace9db8"
16+
"AMI" : "ami-4494c616"
1717
},
1818
"us-east-1" : {
19-
"AMI" : "ami-b01bfed8"
19+
"AMI" : "ami-6e2ecd06"
2020
},
2121
"us-west-2" : {
22-
"AMI" : "ami-ac2a5e9c"
22+
"AMI" : "ami-29374119"
2323
},
2424
"us-west-1" : {
25-
"AMI" : "ami-e2a59da7"
25+
"AMI" : "ami-3eb08b7b"
2626
},
2727
"eu-west-1" : {
28-
"AMI" : "ami-cfe125b8"
28+
"AMI" : "ami-1b34f26c"
2929
}
3030
}
3131
},

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939

4040
i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
4141
echo_yellow "Provisioning deis-$i..."
42-
supernova production boot --image c431c19c-4c09-48ef-a7c1-f4a43f65a1de --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
42+
supernova production boot --image 70210a69-081e-4a5e-b402-3cdbabfdcddd --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
4343
((i = i + 1)) ; \
4444
done
4545

0 commit comments

Comments
 (0)