Forge Home

marathon

Module managing Marathon framework for Mesos

10,563 downloads

8,374 latest version

3.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.6.0 (latest)
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.2.0
  • 0.1.1
  • 0.1.0
released Aug 1st 2015
This version is compatible with:
  • Puppet >=3.5.1 < 4.0.0
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'potto-marathon', '0.6.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add potto-marathon
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install potto-marathon --version 0.6.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

potto/marathon — version 0.6.0 Aug 1st 2015

Marathon Puppet Module

Puppet
Forge Build Status

Overview

This Puppet module manages the Marathon framework for Apache Mesos.

Usage

For managing Marathon:

class{'marathon':
  zookeeper  => 'zk://localhost:2181/mesos',
}

Parameters

  • zookeeper - Zookeeper quorum for Mesos masters -- Required
  • marathon_dir - Base directory for Marathon (default: /etc/marathon)
  • conf_dir - Configuration directory for Marathon (default: /etc/marathon/conf)
  • mesos_role - Mesos role that Marathon should use (default: none)
  • event_subscriber - event subscriber type: http_callback,none (default: none)
  • http_endpoints - http endpoint to send event messages to (default: none)
  • task_launch_timeout - time, in milliseconds, to wait for a task before killing it (default: none)

File based configuration

This module writes configuration parameters into files to be read by Marathon. Given a key-value pair, the key becomes the filename and the value becomes the file content.

Requirements

  • Puppet >= 3.5.1

Dependencies

Links

For more information see Marathon project

License

Apache License 2.0