Skip to content

Commit

Permalink
bump versions to Mesos 0.20.0, Marathon 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace committed Feb 7, 2015
1 parent 5bd02d1 commit dfca68e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Spin up your [Mesos](http://mesos.apache.org) Cluster with [Vagrant](http://www.vagrantup.com)! (Both Virtualbox and AWS are supported.)

This spins up Mesos 0.20.1 cluster and also spins up a framework server node in which [Marathon](https://github.com/mesosphere/marathon) (0.7.1) and [Chronos](http://github.com/mesos/chronos) (2.1.0) are runinng. This means you can build your own __Mesos+Marathon+Chronos+Docker__ PaaS with `vagrant up`!! Marathon works as distributed `init.d` and Chronos works as distributed `cron`!! _If you wanted to deploy docker containers, please refer to the chapter "Deploy Docker Container with Marathon" in [thig blog entry](http://frankhinek.com/deploy-docker-containers-on-mesos-0-20/)._
This spins up Mesos 0.21.0 cluster and also spins up a framework server node in which [Marathon](https://github.com/mesosphere/marathon) (0.8.0) and [Chronos](http://github.com/mesos/chronos) (2.1.0) are runinng. This means you can build your own __Mesos+Marathon+Chronos+Docker__ PaaS with `vagrant up`!! Marathon works as distributed `init.d` and Chronos works as distributed `cron`!! _If you wanted to deploy docker containers, please refer to the chapter "Deploy Docker Container with Marathon" in [thig blog entry](http://frankhinek.com/deploy-docker-containers-on-mesos-0-20/)._

* Using VirtualBox
* [Mesos Standalone on VirtualBox](#svb)
Expand Down
2 changes: 1 addition & 1 deletion multinodes/cluster.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mesos cluster configurations
mesos_version: "0.20.1"
mesos_version: "0.21.0"

# The numbers of servers
##############################
Expand Down
2 changes: 1 addition & 1 deletion standalone/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# vagrant plugins required:
# vagrant-berkshelf, vagrant-omnibus, vagrant-hosts
require 'yaml'
mesos_version = "0.20.1"
mesos_version = "0.21.0"

Vagrant.configure("2") do |config|
# https://vagrantcloud.com/everpeace/boxes/mesos
Expand Down

0 comments on commit dfca68e

Please sign in to comment.