Creating test environments using Playa Mesos
Apache Mesos test environments can be quickly created using Playa Mesos. You can take a look at the official repository from the following URL:
https://github.com/mesosphere/playa-mesos.
Before using this project, make sure in your environment that you install and configure VirtualBox, Vagrant, and an Ubuntu machine image that contains Mesos and Marathon preinstalled.
Installations
Follow the below instructions to get started with Playa Mesos
Install VirtualBox: You can navigate to https://www.virtualbox.org/wiki/Downloads and download and install the appropriate version for your environment
Install Vagrant: You can use the methods described in the Installing Aurora section of Chapter 4, Service Scheduling and Management Frameworks, to get started with Vagrant
Playa: You can clone the repository with the following command:
$ git clone https://github.com/mesosphere/playa-mesos # Make sure the tests are passed $ cd playa-mesos $ bin/test # Start the...