This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathrainbond.yaml.default
200 lines (190 loc) · 3.08 KB
/
rainbond.yaml.default
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
# rainbond global config
rbd-version: 3.7.2
rbd-path: /opt/rainbond
install-type:
master-hostname: manage01
master-private-ip:
master-public-ip:
vip:
domain:
install-script-path:
public-image-domain: rainbond
private-image-domain: goodrain.me
reg-uuid:
secretkey:
docker:
version: 1.12.6,fbecf51
mirrors:
enabled: true
url: "https://bf3asb4c.mirror.aliyuncs.com"
dns:
current:
master: 114.114.114.114
slave: 1.2.4.8
etcd-endpoints:
lb-endpoints:
# rbd-db
database:
type: mysql
mysql:
image: rbd-db
version: 3.6
host:
port: 3306
user:
pass:
cockroachdb:
image: cockroach
version: v2.0.2
host:
port: 26257
user:
pass:
storage:
type:
server_args: "/grdata *(rw,sync,no_root_squash,no_subtree_check)"
client_args:
# etcd
etcd:
server:
image: etcd
version: v3.2.13
enabled: true
bind:
host:
token:
members:
- host:
name:
port: 2379
proxy:
image: etcd
version: v3.2.13
enabled: true
# kubernetes
kubernetes:
cfssl:
image: cfssl
version: dev
kubecfg:
image: kubecfg
version: dev
cni:
image: cni
version: k8s_v3.7.2
api:
image: kube-apiserver
version: v1.6.4
manager:
image: kube-controller-manager
version: v1.6.4
schedule:
image: kube-scheduler
version: v1.6.4
# network
network:
type:
calico:
image: calico-node
version: v2.4.1
enabled: true
bind:
net:
midonet:
net:
cidr:
router_id:
# plugins
plugins:
image: plugins
tcm:
image: plugins
version: tcm
tag: tcm
mesh:
image: plugins
version: mesh
tag: mesh
metatag: mesh_plugin
#proxy
proxy:
runner:
image: runner
version: latest
adapter:
image: adapter
version: 3.6
pause:
image: pause-amd64
version: "3.0"
builder:
image: builder
version: 3.7
# rainbond components
rainbond-modules:
rbd-dns:
image: rbd-dns
version: 3.7
rbd-registry:
image: rbd-registry
version: 2.3.1
rbd-repo:
image: rbd-repo
version: 3.7
rbd-api:
image: rbd-api
version: 3.7.2
rbd-worker:
image: rbd-worker
version: 3.7.2
rbd-eventlog:
image: rbd-eventlog
version: 3.7.2
rbd-entrance:
image: rbd-entrance
version: 3.7.2
rbd-chaos:
image: rbd-chaos
version: 3.7.2
rbd-lb:
image: rbd-lb
version: 3.7
rbd-mq:
image: rbd-mq
version: 3.7.2
rbd-webcli:
image: rbd-webcli
version: 3.7.2
rbd-app-ui:
image: rbd-app-ui
version: 3.7.2
rbd-monitor:
image: rbd-monitor
version: 3.7.2
rbd-cni:
image: cni
version: rbd_v3.7.2
k8s-cni:
image: cni
version: k8s_v3.7.2
rbd-grafana:
image: grafana
version: 5.2.2
rbd-alert:
image: rbd-alert
version: v0.15.2
rbd-scope:
image: scope
version: 1.9.1
zookeeper:
image: zookeeper
version: 3.4
cassandra:
image: cassandra
version: 3.11.3
midonet-api:
image: midonet-api
version: v2015.06
midolman:
image: midolman
version: v2015.06