-
Notifications
You must be signed in to change notification settings - Fork 7
/
devops.json
71 lines (71 loc) · 2 KB
/
devops.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Gutsy",
"description": "Gutsy makes dashboards from devop.json files.",
"tags": [
"node",
"dashboard"
],
"contacts": [
{
"team_name": "Operations",
"members": [
{
"name": "Geoff Greer",
"sso": "geoffrey.greer",
"github": "ggreer",
"mailto": "[email protected]",
"ircnick": "ggreer"
},
{
"name": "Matt Kaniaris",
"sso": "matt4795",
"github": "kans",
"mailto": "[email protected]",
"ircnick": "kansface"
},
{
"name": "Lucy Mendel",
"sso": "lucy.mendel",
"github": "diN0bot",
"mailto": "[email protected]",
"ircnick": "diN0bot"
},
{
"name": "Felix Sargent",
"sso": "felix.sargent",
"github": "http://github.com/fsargent",
"mailto": "[email protected]",
"ircnick": "fsargent"
}
]
}
],
"links": {
"Site - Production": "http://dashboard.rax.io/"
},
"dependent_services": ["highscores"],
"environments": [
{
"type": "Production",
"platforms": [
"Ubuntu 10.04"
],
"regions": [],
"url": {
"url": "http://dashboard.rax.io/"
}
}
],
"related_apis": {
"github": {
"url": "https://api.github.com",
"org": "racker",
"repo": "gutsy",
"username": "racker-api",
"apikey": "ahD5ohru5Tha3jei"
},
"highscores": {
"project": "gutsy"
}
}
}