Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

marathon (5) Versions 2.1.0

Installs/Configures Apache Marathon

Policyfile
Berkshelf
Knife
cookbook 'marathon', '= 2.1.0', :supermarket
cookbook 'marathon', '= 2.1.0'
knife supermarket install marathon
knife supermarket download marathon
README
Dependencies
Changelog
Quality 100%

Marathon Cookbook

Build Status

Description

Application cookbook for installing Mesosphere's Marathon.
Marathon is an Apache Mesos framework for long-running services.

Requirements

Chef 12.0.0+

This cookbook also assumes you will be running a zookeeper cluster for
production use of Mesos and Marathon.

This cookbook also depends on the mesos cookbook.

The following cookbooks are dependencies:
* apt
* yum
* java
* mesos (used for installing the Mesos libraries)

The following cookbooks are recommended:
* zookeeper

Newer versions of marathon will support the --disable-ha option, so the
service will not depend on zookeeper.

Platform:

Tested on

  • Ubuntu 14.04
  • CentOS 6.7

This cookbook includes cross-platform testing support via test-kitchen, see
TESTING.md.

Attributes

  • node['marathon']['version'] - Marathon version to install.
  • node['marathon']['source']['url'] - Marathon tarball URL.
  • node['marathon']['source']['checksum'] - Tarball SHA-256 checksum.

  • node['marathon']['home'] - Home installation directory. Default: '/opt/marathon'.

  • node['marathon']['user'] - The user to run tasks as on mesos slaves. Default: 'marathon'.

  • node['marathon']['group'] - The group to run tasks as on mesos slaves. Default: 'marathon'.

  • node['marathon']['jvm']['Xmx512m'] - JVM option. Default: 'true'.

  • node['marathon']['flags']['master'] - The URL of the Mesos master. Default: 'zk://localhost:2181/mesos'.

Note: Both the ['jvm'] and ['flags'] node support dynamic generation of all JVM
and Marathon command line flags. Please read the [the wrapper template](templates/default/wrapper.erb)
to see how these are generated.

Development

Please see the [Contributing](CONTRIBUTING.md) and [Issue Reporting](ISSUES.md) Guidelines.

License and Author

Copyright 2015 Medidata Solutions Worldwide

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

Dependent cookbooks

java >= 0.0.0
apt >= 0.0.0
yum >= 0.0.0
mesos >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Change Log

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

Unreleased

2.1.0 - 2015-12-26

Changed

  • Complete refactor of cookbook
  • Default installed Marathon version is now 0.13.0
  • Default to logging to syslog
  • Manage Marathon process using Upstart

1.0.2 - 2014-10-31

Bug fixes

  • Resolve gem dependecy for marathon_app LWRP
  • Pin zookeeper cookbook to known working version

1.0.1 - 2014-02-03

New features

  • Add retry logic for exhibitor discover zookeepers method

1.0.0 - 2014-01-27

New features

  • Release to open source

0.1.0 - 2013-10-09

New features

  • Initial cookbook commit

Collaborator Number Metric
            

2.1.0 passed this metric

Foodcritic Metric
            

2.1.0 passed this metric

Foodcritic Metric
            

2.1.0 passed this metric

License Metric
            

2.1.0 passed this metric