----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16200/ -----------------------------------------------------------
Review request for Aurora, Bill Farner and Brian Wickman. Bugs: AURORA-8 https://issues.apache.org/jira/browse/AURORA-8 Repository: aurora Description ------- Use binaries for vagrant up. This is a significant speedup - we now skip building mesos from source. Before: Bringing up the devtools took 24 minutes: vagrant up 36.41s user 4.28s system 2% cpu 24:20.66 total In this version it takes less than 8 minutes: vagrant up devtools 31.22s user 3.14s system 7% cpu 7:43.25 total So now a full new Aurora cluster takes less than 13 min: vagrant up 102.64s user 12.44s system 15% cpu 12:47.19 total Diffs ----- examples/vagrant/provision-aurora-scheduler.sh 43def01079bc9a3db026fcd72cec61909a7e91d8 examples/vagrant/provision-dev-environment.sh 957f93d47ea3c2e67955d0930284caf4a02776ff examples/vagrant/provision-mesos-master.sh 9ee047bd77dd765d5af77098886b1e0e7cb4a03a examples/vagrant/provision-mesos-slave.sh 7cce033bf9ef31d1ead3a3220d9d0c710cea73b7 Diff: https://reviews.apache.org/r/16200/diff/ Testing ------- vagrant destroy vagrant up Verified that job submission and all components work. Thanks, Kevin Sweeney