Mission Control - allows for easy launching of apps on Marathon
Project description
A project launcher for Marathon
Installation
To install using a terminal:
$ virtualenv ve $ source ve/bin/activate (ve)$ pip install mission-control2 (ve)$ ve/bin/django-admin migrate --noinput
Running
Because this system uses GitHub with OAuth2 for authentication there are a few steps one needs to complete in order to get a working system:
Create a super user:
(ve)$ ve/bin/django-admin createsuperuser
Start the application on local address 127.0.0.1:8000:
(ve)$ ve/bin/django-admin runserver
OAuth works with HTTP based callbacks & token exchange, for this to work our local server needs to be reachable on the Internet. Ngrok is a great utility that allows for this. Follow the installation instructions on the Ngrok website for your operating system. Once installed run:
$ ngrok 8000
This will generate a random ngrok.com subdomain for you on which your local server will be reachable. The random subdomain address is useful for adhoc testing but we would recommend you use something predictable. This can be done using the -subdomain command line argument:
$ ngrok -subdomain mytestingtunnel 8000
Next you need to generate a pair of secret keys for OAuth in your GitHub account. You can do this at https://github.com/settings/applications/new:
Once saved, GitHub will have generated the unique keys you will need to complete the OAuth setup:
You can specify the following environment variables to configure the app:
# Django settings
SECRET_KEY
PROJECT_ROOT
DATABASE_URL
# Mesos Settings
MESOS_DEFAULT_MEMORY_ALLOCATION
MESOS_MARATHON_HOST
MESOS_HTTP_PORT
MESOS_DEFAULT_CPU_SHARE
MESOS_DEFAULT_INSTANCES
# Log Driver settings
LOGDRIVER_PATH
LOGDRIVER_BACKLOG
# Sentry configuration
RAVEN_DSN
RAVEN_CONFIG
# Social Auth
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET
Once all this is done visit Mission Control via your custom http://mytestingtunnel.ngrok.com tunnel and sign-up via GitHub.
You’ll be greeted with an empty page since no applications have been created yet. Only Django superusers are allowed to create new applications. You’ll need to login into the Django admin page as the superuser you created earlier and promote the account created via GitHub to being a super user to expose the application creation features.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mission-control2-3.0.5.tar.gz
.
File metadata
- Download URL: mission-control2-3.0.5.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fb4afbb470eddba7e5844b5e5e227fa3a65d54e91cbd693209af6ca13f8806e |
|
MD5 | 4b35fad185dba850890c9bbfbb817fcb |
|
BLAKE2b-256 | e4f94c0e70fa04ec24395ef17701fe6435da47b3686b3168028dde6f4e20c911 |