Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enxebre/apollo-core-plugin-marathon


https://github.com/enxebre/apollo-core-plugin-marathon

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

Marathon Apollo Plugin
======================
[![Join the chat at https://gitter.im/Capgemini/Apollo](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Capgemini/Apollo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![wercker status](https://app.wercker.com/status/139e779b40ee1492b5a28f28a14dc21c/s/master "wercker status")](https://app.wercker.com/project/bykey/139e779b40ee1492b5a28f28a14dc21c)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

Apollo is a plugin based system.

## Running the tests

Requirements:

* [Ansible >= 1.9.0.1](http://www.ansible.com/home)
* [Ansible-lint](https://github.com/willthames/ansible-lint)
* [Serverspecs >= 2.17.0](serverspec.org)
* [Vagrant](https://www.vagrantup.com/) For applying the role and running the serverspecs.

For running the quality checks and serverspecs just run:

```bash
# Spin up a vm from "capgemini/apollo" and provision it with ansible role
Vagrant up

# Show all available tasks
rake -T --all

# Run them all
rake
```

For more info about how to develop and contribute Apollo Plugins see [Apollo Contributing guide.](https://github.com/Capgemini/Apollo/blob/master/CONTRIBUTING.md)