-
Notifications
You must be signed in to change notification settings - Fork 3
/
bubbles.yml
128 lines (126 loc) · 3.57 KB
/
bubbles.yml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
# https://github.com/mbostock/d3/wiki/Force-Layout#force
config:
nodeRadius: 45
linkDistance: 300
linkStrength: 0.1
friction: 0.9
charge: -400
gravity: 0.025
theta: 0.8
alpha: 0.1
height: 768
nodes:
- name: "Pier One"
id: "pierone"
aka: "Docker Registry"
github: "https://github.com/zalando-stups/pierone"
docs: "http://docs.stups.io/en/latest/components/pierone.html"
- name: "Kio"
id: "kio"
aka: "Application Registry"
github: "https://github.com/zalando-stups/kio"
docs: "http://docs.stups.io/en/latest/components/kio.html"
- name: "YOUR TURN"
id: "yourturn"
aka: "Developer Console"
github: "https://github.com/zalando-stups/yourturn"
docs: "http://docs.stups.io/en/latest/components/yourturn.html"
- name: "mint"
id: "mint"
aka: "Secret Distributor"
github: "https://github.com/zalando-stups/mint"
docs: "http://docs.stups.io/en/latest/components/mint.html"
- name: "berry"
id: "berry"
aka: "Secret Fetcher"
github: "https://github.com/zalando-stups/berry"
docs: "http://docs.stups.io/en/latest/components/berry.html"
- name: "fullstop"
id: "fullstop"
aka: "Audit reporting"
github: "https://github.com/zalando-stups/fullstop"
docs: "http://docs.stups.io/en/latest/components/fullstop.html"
- name: "seven seconds"
id: "sevenseconds"
aka: "AWS Account Configurator"
github: "https://github.com/zalando-stups/sevenseconds"
docs: "http://docs.stups.io/en/latest/components/sevenseconds.html"
- name: "odd"
id: "odd"
aka: "SSH Bastion Host"
github: "https://github.com/zalando-stups/odd"
docs: "http://docs.stups.io/en/latest/components/odd.html"
- name: "even"
id: "even"
aka: "SSH Access Service"
github: "https://github.com/zalando-stups/even"
docs: "http://docs.stups.io/en/latest/components/even.html"
- name: "taupage"
id: "taupage"
aka: "AWS STUPS AMI"
github: "https://github.com/zalando-stups/taupage"
docs: "http://docs.stups.io/en/latest/components/taupage.html"
- name: "TWINTIP"
id: "twintip"
aka: "API Registry"
github: "https://github.com/zalando-stups/twintip"
docs: "http://docs.stups.io/en/latest/components/twintip.html"
- name: "IAM"
id: "iam"
aka: "Identity Provider"
type: "aws"
- name: "Mai"
id: "mai"
aka: "AWS SAML Login CLI"
github: "https://github.com/zalando-stups/mai"
docs: "http://docs.stups.io/en/latest/components/mai.html"
- name: "Senza"
id: "senza"
aka: "Deployment tool"
github: "https://github.com/zalando-stups/senza"
docs: "http://docs.stups.io/en/latest/components/senza.html"
- name: "Piu"
id: "piu"
aka: "CLI for even"
github: "https://github.com/zalando-stups/piu"
docs: "http://docs.stups.io/en/latest/components/piu.html"
node_links:
- source: "pierone"
target: "yourturn"
- source: "kio"
target: "yourturn"
- source: "kio"
target: "fullstop"
- source: "yourturn"
target: "fullstop"
- source: "yourturn"
target: "mint"
- source: "yourturn"
target: "twintip"
- source: "iam"
target: "mint"
- source: "pierone"
target: "taupage"
- source: "mint"
target: "berry"
- source: "mint"
target: "kio"
- source: "berry"
target: "taupage"
- source: "taupage"
target: "odd"
- source: "odd"
target: "even"
- source: "odd"
target: "sevenseconds"
- source: "kio"
target: "twintip"
- source: "mai"
target: "iam"
- source: "mai"
target: "sevenseconds"
- source: "piu"
target: "even"
- source: "senza"
target: "taupage"