Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enxebre/apollo-aurora-plugin
https://github.com/enxebre/apollo-aurora-plugin
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enxebre/apollo-aurora-plugin
- Owner: enxebre
- Created: 2016-06-09T11:45:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T08:14:06.000Z (over 9 years ago)
- Last Synced: 2024-11-07T05:53:58.455Z (3 months ago)
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Apollo Aurora Plugin
====================This is an Apollo Plugin for running [Apache Aurora Mesos Framework](http://aurora.apache.org/) inside a docker container by using [medallia/docker-aurora-scheduler.](https://github.com/medallia/docker-aurora-scheduler)
This plugin is untested and its use in a real environment is not yet recommended.
The main purpose of this plugin at the moment is to serve as an example for [developing and deploying plugins on top of Apollo.](https://github.com/Capgemini/Apollo/blob/master/CONTRIBUTING.md)
For seeing it in action:
* Go to [https://github.com/Capgemini/Apollo/tree/master/contrib-plugins/plugins.yml](https://github.com/Capgemini/Apollo/tree/master/contrib-plugins/plugins.yml) and uncomment the code.
* Go to [https://github.com/Capgemini/Apollo/tree/master/contrib-plugins/playbook.yml](https://github.com/Capgemini/Apollo/tree/master/contrib-plugins/plugins.yml) and uncomment the code.
* Run:
```bash
ansible-galaxy install -n -r contrib-plugins/plugins.yml
/bin/bash apollo_launch.sh
```