forked from zalando-stups/zalando-stups.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bubbles.yml
95 lines (93 loc) · 2.13 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
---
# https://github.com/mbostock/d3/wiki/Force-Layout#force
config:
linkDistance: 150
linkStrength: 0.1
friction: 0.9
charge: -300
gravity: 0.05
theta: 0.8
alpha: 0.1
height: 600
nodes:
- name: "pierone"
id: "pierone"
aka: "Docker Registry"
href: "https://github.com/zalando-stups/pierone"
- name: "kio"
id: "kio"
aka: "Application Registry"
href: "https://github.com/zalando-stups/kio"
- name: "yourturn"
id: "yourturn"
aka: "Developer Console UI"
href: "https://github.com/zalando-stups/yourturn"
- name: "mint"
id: "mint"
aka: "Secret Distributor"
- name: "magnificent"
id: "magnificent"
aka: "Zapper"
href: "https://github.com/zalando-stups/magnificent"
- name: "fullstop"
id: "fullstop"
aka: "Audit reporting"
href: "https://github.com/zalando-stups/fullstop"
- name: "sevenseconds"
id: "sevenseconds"
aka: "AWS Account Configurator"
href: "https://github.com/zalando-stups/sevenseconds"
- name: "odd"
id: "odd"
aka: "SSH Bastion Host"
href: "https://github.com/zalando-stups/odd"
- name: "even"
id: "even"
aka: "SSH Access Service"
href: "https://github.com/zalando-stups/even"
- name: "taupage"
id: "taupage"
aka: "Zalando AMI"
href: "https://github.com/zalando-stups/taupage"
- name: "berry"
id: "berry"
aka: "Agent"
- name: "twintip"
id: "twintip"
aka: "Team Registry"
- name: "IAM"
id: "iam"
aka: "Identity Provider"
type: "aws"
- name: "Mai"
id: "mai"
aka: "AWS SAML Login CLI"
node_links:
- source: "pierone"
target: "iam"
- source: "pierone"
target: "kio"
- source: "kio"
target: "yourturn"
- source: "yourturn"
target: "magnificent"
- source: "magnificent"
target: "fullstop"
- source: "yourturn"
target: "fullstop"
- source: "iam"
target: "mint"
- source: "pierone"
target: "taupage"
- source: "mint"
target: "berry"
- source: "taupage"
target: "odd"
- source: "odd"
target: "even"
- source: "odd"
target: "sevenseconds"
- source: "kio"
target: "twintip"
- source: "mai"
target: "iam"