File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ define echo_yellow
5252 @echo "\033[0;33m$(subst ",,$(1 ) ) \033[0m"
5353endef
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...
5758COMPONENTS =builder cache controller database logger registry
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Trying out Deis? Continue following these instructions for a local cluster setup
2727## Install prerequisites
2828On 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
3333If 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:
Original file line number Diff line number Diff line change 1212end
1313
1414Vagrant . 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 |
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments