https://github.com/dharmit/mesos-vagrant
Deploy mesos cluster using vagrant
https://github.com/dharmit/mesos-vagrant
Last synced: 11 months ago
JSON representation
Deploy mesos cluster using vagrant
- Host: GitHub
- URL: https://github.com/dharmit/mesos-vagrant
- Owner: dharmit
- License: gpl-2.0
- Created: 2015-09-12T19:12:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T11:12:24.000Z (almost 11 years ago)
- Last Synced: 2025-04-04T21:14:15.839Z (about 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mesos-vagrant
=============
Deploys Mesos cluster with a simple `vagrant up` command. Uses
[ansible](https://github.com/ansible/ansible) for provisioning
Features
--------
- [X] Deploy single-node mesos-cluster on *virtualbox* and *digitalocean*
providers
- [X] Install and start Marathon framework
- [X] Enable [Docker](https://github.com/docker/docker) containerizer for Mesos
slave
- [ ] Deploy multi-node mesos-cluster on *virtualbox* and *digitalocean*
providers
Good to have
------------
- [ ] Support for more providers
Usage
-----
Simply `cd` into a directory and do `vagrant up`. Ideally, refer the README in
respective directories as well.