Skip to content

Quickly build Mesos sandbox environments using Vagrant. Run apps on top!

License

Notifications You must be signed in to change notification settings

kaysoky/playa-mesos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playa Mesos x4 (+ SSL)

Playa Mesos helps you quickly create Apache Mesos test environments. A VirtualBox image, which has Mesos, Marathon, and Chronos is built from source using Packer.

Requirements

Quick Start

  1. Install VirtualBox

  2. Install Vagrant

  3. Install Packer

  4. Update your PATH to point to Packer.

export PATH=$PATH:/path/where/i/extracted/packer/archive/
  1. Clone this repository
git clone https://github.com/kaysoky/playa-mesos.git
cd playa-mesos
  1. Make sure tests pass
bin/test
  1. Destroy any existing VM
vagrant destroy
  1. Build the Vagrant box image
bin/build
  1. Start the VM
vagrant up
  1. Do stuff

Mesos Web UI: 10.141.141.10:5050

Marathon Web UI: 10.141.141.10:8080

SSH to the VM bash vagrant ssh ... exit

  1. Halt the VM
vagrant halt
  1. Destroy the VM
vagrant destroy

About

Quickly build Mesos sandbox environments using Vagrant. Run apps on top!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 91.4%
  • Ruby 8.6%