0.0
No commit activity in last 3 years
No release in over 3 years
Interact with the Marathon API for your Mesos cluster
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

>= 4.7
~> 2.0.1
 Project Readme

lita-marathon

Interact with the Marathon API for your Mesos cluster

Installation

Within your Lita setup, make a new authorized group called 'deployers'.

As an admin using the Slack adaptor for example:

lita auth add <user.id/user.name> deployers

Add lita-marathon to your Lita instance's Gemfile:

gem "lita-marathon"

Configuration

Required Configuration

config.handlers.marathon.url = "http://example.com"

Usage

m(arathon) list <filter> # List apps
m(arathon) count <filter> # Show instance counts
m(arathon) (force-)restart <filter> # Restart apps
m(arathon) (force-)suspend <filter> # Suspend apps
m(arathon) (force-)scale <filter> <instances> # Scale apps