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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
|
# identify the component configuration used to define the site:
site-definition site.zcml
# Turn off Zope3 developer mode.
devmode off
# number of bytecode instructions to execute between checks for
# interruptions (SIGINTR, thread switches):
interrupt-check-interval 200
# Handler threads
threads 4
<server>
type HTTP
address 10033
</server>
# non-persistent in-memory storage
<zodb>
<mappingstorage/>
</zodb>
<accesslog>
<logfile>
path /srv/beta.launchpad.net/beta-logs/beta3-access.log
</logfile>
</accesslog>
<eventlog>
<logfile>
path /srv/beta.launchpad.net/beta-logs/beta3.log
</logfile>
</eventlog>
<canonical default>
dbname launchpad_prod
dbhost jubany.ubuntu.com
# Might want this on, but for now test what will be seen in production
show_tracebacks false
bounce_address bounces@canonical.com
pid_dir /srv/beta.launchpad.net/var
<launchpad>
# restrict_to_team launchpad-beta-testers
site_message We're not beta testing any features at the moment.
# CREATE ROLE beta3 LOGIN IN ROLE launchpad
dbuser beta3
errors_address launchpad-error-reports@lists.canonical.com
# Bugs domain matches production, as production email gateway
# is being used.
bugs_domain bugs.launchpad.net
<virtual_hosts>
use_https yes
<mainsite>
hostname beta.launchpad.net
althostnames localhost, potassium.ubuntu.com
</mainsite>
<api>
hostname api.beta.launchpad.net
</api>
<blueprints>
hostname blueprints.beta.launchpad.net
</blueprints>
<code>
hostname code.beta.launchpad.net
</code>
<translations>
hostname translations.beta.launchpad.net
</translations>
<bugs>
hostname bugs.beta.launchpad.net
</bugs>
<answers>
hostname answers.beta.launchpad.net
</answers>
<openid>
hostname login.beta.launchpad.net
</openid>
<shipitubuntu>
hostname ubuntu.shipit.beta.lauchpad.net
</shipitubuntu>
<shipitkubuntu>
hostname kubuntu.shipit.beta.lauchpad.net
</shipitkubuntu>
<shipitedubuntu>
hostname edubuntu.shipit.beta.lauchpad.net
</shipitedubuntu>
<xmlrpc>
hostname xmlrpc.beta.launchpad.net
</xmlrpc>
<xmlrpc-private>
hostname xmlrpc-private.launchpad.net
</xmlrpc-private>
<feeds>
hostname feeds.launchpad.net
# don't link to ssl for feeds
rooturl http://feeds.launchpad.net/
</feeds>
</virtual_hosts>
db_statement_timeout 25000
soft_request_timeout 10000
<launchpad_session>
dbhost jubany.ubuntu.com
dbuser session_beta3
dbname session_prod
cookie beta
</launchpad_session>
<launchpad_errorreports>
errordir /srv/beta.launchpad.net/beta-logs
oops_prefix BC
copy_to_zlog false
</launchpad_errorreports>
</launchpad>
<productreleasefinder>
dbuser productreleasefinder
</productreleasefinder>
<librarian>
dbuser librarian
upload_host mizuho.ubuntu.com
upload_port 9090
download_host mizuho.ubuntu.com
download_port 8000
download_url http://launchpadlibrarian.net/
buildd_download_url http://launchpadlibrarian.net/
<librarian_server>
root /var/tmp/fatsam
</librarian_server>
<librarian_gc>
dbuser librariangc
</librarian_gc>
</librarian>
<malone>
# The From address for Malone email interface errors
bugmail_error_from_address noreply@bugs.launchpad.net
buglist_batch_size 50
</malone>
<shipit>
# XXX: salgado 2006-06-16 bug=50033:
# Even though this is empty, it must be kept so that the default
# values are used. See https://launchpad.net/bugs/50033 for details.
</shipit>
<rosetta>
<poimport>
dbuser poimport
</poimport>
<rosettaadmin>
dbuser rosettaadmin
</rosettaadmin>
</rosetta>
<distributionmirrorprober>
dbuser distributionmirror
cdimage_file_list_url http://releases.ubuntu.com/.manifest
timeout 30
</distributionmirrorprober>
<buildsequencer>
launch no
</buildsequencer>
<cveupdater>
dbuser cve
</cveupdater>
<zopeless>
send_email no
smtp_host localhost
smtp_port 25
</zopeless>
<gpghandler>
host keyserver.internal
public_host keyserver.ubuntu.com
port 11371
</gpghandler>
<statistician>
dbuser statistician
</statistician>
<processmail>
dbuser processmail
</processmail>
<answertracker>
dbuser answertracker
</answertracker>
<uploadqueue>
dbuser queued
</uploadqueue>
<codehosting>
# XXX: MichaelHudson 2007-08-31
# Even though this is empty, it must be kept so that the default
# values are used. See https://launchpad.net/bugs/50033 for details.
</codehosting>
<codeimport>
</codeimport>
<personalpackagearchive>
</personalpackagearchive>
<archivepublisher>
</archivepublisher>
# We can't use just </mailman> because ZConfig is a huge piece of crap.
<mailman>
</mailman>
<karmacacheupdater>
# Configuration used to run the karmacache updater.
dbuser karma
</karmacacheupdater>
<targetnamecacheupdater>
# Configuration used to run the bugtask targetnamecache updater.
dbuser targetnamecacheupdater
</targetnamecacheupdater>
<expiredmembershipsflagger>
dbuser teammembership
</expiredmembershipsflagger>
</canonical>
# This is the config used by the test runner.
<canonical testrunner>
dbname launchpad_ftest
show_tracebacks true
# chunkydiff may be turned off temporarily to help diagnose test
# failures, but please don't commit this setting to rocketfuel.
chunkydiff on
bounce_address bounces@canonical.com
<launchpad>
dbuser launchpad
errors_address launchpad-error-reports@lists.canonical.com
bugs_domain bugs.launchpad.net
<launchpad_errorreports>
errordir /var/tmp/lperr.test
oops_prefix T
copy_to_zlog false
</launchpad_errorreports>
<launchpad_session>
dbuser session
dbname launchpad_ftest
</launchpad_session>
</launchpad>
<librarian>
dbuser librarian
upload_host localhost
upload_port 59090
download_host localhost
download_port 58000
download_url http://localhost:58000/
buildd_download_url http://localhost:58000/
<librarian_server>
launch no
root /var/tmp/fatsam.test
</librarian_server>
</librarian>
<zopeless>
send_email false
</zopeless>
<supermirror>
dbuser supermirror
branchesdest /srv/sm-ng/mirrors
masterlock /srv/sm-ng/masterlock
</supermirror>
</canonical>
|