Skip to content

Commit 369c2f4

Browse files
committed
1 parent 0212030 commit 369c2f4

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ define echo_yellow
5252
@echo "\033[0;33m$(subst ",,$(1))\033[0m"
5353
endef
5454

55+
# TODO: re-evaluate the start order now that we're on fleet 0.3.2.
5556
# due to scheduling problems with fleet 0.2.0, start order of components
5657
# is fragile. hopefully this can be changed soon...
5758
COMPONENTS=builder cache controller database logger registry

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Trying out Deis? Continue following these instructions for a local cluster setup
2727
## Install prerequisites
2828
On your workstation:
2929
* Install [Vagrant](http://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
30-
* Install the fleetctl client: Install v0.2.0 from the [fleet GitHub page](https://github.com/coreos/fleet/releases).
30+
* Install the fleetctl client: Install v0.3.2 from the [fleet GitHub page](https://github.com/coreos/fleet/releases).
3131
* Install the Docker client if you want to run Docker commands locally (optional)
3232

3333
If you're on Ubuntu, you need to install the nfs-kernel-server package as it's required for sharing folders between your host and your CoreOS VM:

Vagrantfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ else
1212
end
1313

1414
Vagrant.configure("2") do |config|
15-
config.vm.box = "coreos-310.1.0"
16-
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/310.1.0/coreos_production_vagrant.box"
15+
config.vm.box = "coreos-324.1.0"
16+
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/324.1.0/coreos_production_vagrant.box"
1717

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

2222
config.vm.provider :virtualbox do |vb, override|

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-f1eaadf0"
7+
"AMI" : "ami-836c2f82"
88
},
99
"sa-east-1" : {
10-
"AMI" : "ami-0d2b8610"
10+
"AMI" : "ami-43ab075e"
1111
},
1212
"ap-southeast-2" : {
13-
"AMI" : "ami-e952c9d3"
13+
"AMI" : "ami-4ba53f71"
1414
},
1515
"ap-southeast-1" : {
16-
"AMI" : "ami-4494c616"
16+
"AMI" : "ami-946d30c6"
1717
},
1818
"us-east-1" : {
19-
"AMI" : "ami-6e2ecd06"
19+
"AMI" : "ami-3221c95a"
2020
},
2121
"us-west-2" : {
22-
"AMI" : "ami-29374119"
22+
"AMI" : "ami-a1c6b791"
2323
},
2424
"us-west-1" : {
25-
"AMI" : "ami-3eb08b7b"
25+
"AMI" : "ami-3c080d79"
2626
},
2727
"eu-west-1" : {
28-
"AMI" : "ami-1b34f26c"
28+
"AMI" : "ami-3f7ab948"
2929
}
3030
}
3131
},

0 commit comments

Comments
 (0)