Skip to content

Commit

Permalink
chore(contrib/*): update to CoreOS 324.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and carmstrong committed May 29, 2014
1 parent 47c5796 commit 072ac1a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ else
end

Vagrant.configure("2") do |config|
config.vm.box = "coreos-324.1.0"
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/324.1.0/coreos_production_vagrant.box"
config.vm.box = "coreos-324.2.0"
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/324.2.0/coreos_production_vagrant.box"

config.vm.provider :vmware_fusion do |vb, override|
override.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/324.1.0/coreos_production_vagrant_vmware_fusion.box"
override.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/324.2.0/coreos_production_vagrant_vmware_fusion.box"
end

config.vm.provider :virtualbox do |vb, override|
Expand Down
16 changes: 8 additions & 8 deletions contrib/ec2/deis.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
"Mappings" : {
"RegionMap" : {
"ap-northeast-1" : {
"AMI" : "ami-836c2f82"
"AMI" : "ami-25175a24"
},
"sa-east-1" : {
"AMI" : "ami-43ab075e"
"AMI" : "ami-b96fc3a4"
},
"ap-southeast-2" : {
"AMI" : "ami-4ba53f71"
"AMI" : "ami-792ab043"
},
"ap-southeast-1" : {
"AMI" : "ami-946d30c6"
"AMI" : "ami-58c9940a"
},
"us-east-1" : {
"AMI" : "ami-3221c95a"
"AMI" : "ami-8a53a6e2"
},
"us-west-2" : {
"AMI" : "ami-a1c6b791"
"AMI" : "ami-a7d1a197"
},
"us-west-1" : {
"AMI" : "ami-3c080d79"
"AMI" : "ami-debdb89b"
},
"eu-west-1" : {
"AMI" : "ami-3f7ab948"
"AMI" : "ami-1df4396a"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion contrib/rackspace/provision-rackspace-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi

i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
echo_yellow "Provisioning deis-$i..."
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 ; \
supernova production boot --image 24614284-19a9-4348-bee3-a504d7094d1b --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
((i = i + 1)) ; \
done

Expand Down

0 comments on commit 072ac1a

Please sign in to comment.