Created
August 31, 2012 20:27
-
-
Save diN0bot/3558509 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Gutsy", | |
"description": "Gutsy makes dashboards from devop.json files.", | |
"devops_version": "0.2", | |
"devopsJSON_URL": "https://github.com/Racker/gutsy/edit/master/devops.json", | |
"tags": [ | |
"node", | |
"dashboard" | |
], | |
"dependent_services": ["highscores"], | |
"environments": [ | |
{ | |
"type": "Production", | |
"platforms": [ | |
"Ubuntu 10.04" | |
], | |
"regions": [], | |
"url": { | |
"url": "" | |
} | |
} | |
], | |
"related_apis": { | |
"ruok": { | |
"Production": { | |
"ORD": "http://dashboard.rax.io:8000/gggutsy.json" | |
} | |
}, | |
"github": { | |
"url": "https://api.github.com", | |
"org": "racker", | |
"repo": "gutsy", | |
"username": "racker-api", | |
"apikey": "__external__" | |
}, | |
"highscores": { | |
"project": "gutsy" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment