-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhosts
107 lines (85 loc) · 1.96 KB
/
hosts
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
#######################
#
# Experimental environment
# (single server)
#
#######################
[experimental-web]
staging.oae.org # 192.168.38.93
[experimental-app]
staging.oae.org # 192.168.38.93
# [experimental-mq]
# staging.oae.org # 192.168.38.93
[experimental-cache]
staging.oae.org # 192.168.38.93
[experimental-db]
staging.oae.org # 192.168.38.93
[experimental-etherpad]
staging.oae.org # 192.168.38.93
[experimental-ethercalc]
staging.oae.org # 192.168.38.93
[experimental-search]
staging.oae.org # 192.168.38.93
#######################
#
# Staging environment
# (multi server)
#
#######################
# nginx server group
[esup-web]
nginx.staging.oae.org # 192.168.38.93
# hilary server group
[esup-app]
hilary1.staging.oae.org # 192.168.38.94
hilary2.staging.oae.org # 192.168.38.95
# [esup-mq]
# rabbit.staging.oae.org # 192.168.38.90
# redis server group
[esup-cache]
redis.staging.oae.org # 192.168.38.91
# database server group
[esup-db]
cassandra1.staging.oae.org # 96
cassandra2.staging.oae.org # 97
cassandra3.staging.oae.org # 98
# etherpad server group
[esup-etherpad]
etherpad1.staging.oae.org # 192.168.38.92
etherpad2.staging.oae.org # 192.168.38.101
# ethercalc server group
[esup-ethercalc]
etherpad1.staging.oae.org # 192.168.38.92
etherpad2.staging.oae.org # 192.168.38.101
# elasticsearch server group
[esup-search]
elastic1.staging.oae.org # 192.168.38.102
# elastic2.staging.oae.org # 192.168.38.103
# nfs client server group
[esup-nfs-client]
hilary1.staging.oae.org # 192.168.38.94
hilary2.staging.oae.org # 192.168.38.95
staging.oae.org # 192.168.38.93
# nfs server server group
[esup-nfs-server]
nfs.staging.oae.org # 192.168.38.93
[experimental:children]
experimental-web
experimental-app
# experimental-mq
experimental-cache
experimental-db
experimental-ethercalc
experimental-etherpad
experimental-search
[esup:children]
esup-web
esup-app
# esup-mq
esup-cache
esup-db
esup-etherpad
esup-ethercalc
esup-search
esup-nfs-client
esup-nfs-server