~launchpad-pqm/launchpad/devel

5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
1
# A schema's sections, keys, and values are automatically inherited,
2
# except for '.optional' sections. Update this config to override key
5750.4.5 by Curtis Hovey
Merged revisions per review, and hacked a solution for None into the conf files.
3
# values. Values are strings, except for numbers that look like ints.
4
# The tokens true, false, and none are treated as True, False, and None.
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
5
[meta]
6
extends: ../lib/canonical/config/schema-lazr.conf
7
5773.4.14 by Curtis Hovey
organised configs.
8
[answertracker]
9
email_domain: answers.staging.launchpad.net
10
11
[buildsequencer]
12
mailproblemsto: lp_archive@localhost
13
logfile: -
14
15
[builddmaster]
16
socket_timeout: 600
17
root: /srv/launchpad.net/builddmaster/
18
uploader: scripts/process-upload.py -Mvv --context buildd
19
20
[codehosting]
21
supermirror_root: http://bazaar.staging.launchpad.net/
22
authserver: http://asuka.ubuntu.com:8999/v2/
23
bzr_lp_prefix: lp://staging/
24
branches_root: /srv/bazaar.staging.launchpad.net/push-branches/
25
smartserver_root: bzr+ssh://%(user)s@bazaar.staging.launchpad.net/
26
host_key_pair_path: /srv/bazaar.staging.launchpad.net/keys/
27
debug_logfile: /srv/bazaar.staging.launchpad.net/staging-logs/codehosting/debug.log
28
codebrowse_root: http://bazaar.staging.launchpad.net/
29
port: tcp:22:interface=91.189.90.153
30
5855.5.1 by Curtis Hovey
Migrate db configuration to lazr.config.
31
[database]
32
dbhost: chokecherry.canonical.com
33
dbname: launchpad_staging
34
db_statement_timeout: 36000
35
soft_request_timeout: 18000
5855.5.6 by Curtis Hovey
Revisions to remove the timeout keys from the launchpad config section and the
36
5883.1.1 by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema.
37
[gina_target.warty]
38
root: /srv/archive.ubuntu.com/ubuntu
39
40
[gina_target.warty-updates]
41
root: /srv/archive.ubuntu.com/ubuntu
42
43
[gina_target.warty-security]
44
root: /srv/archive.ubuntu.com/ubuntu
45
46
[gina_target.hoary]
47
root: /srv/archive.ubuntu.com/ubuntu
48
49
[gina_target.hoary-updates]
50
root: /srv/archive.ubuntu.com/ubuntu
51
52
[gina_target.hoary-security]
53
root: /srv/archive.ubuntu.com/ubuntu
54
55
[gina_target.hoary-backports]
56
root: /srv/archive.ubuntu.com/ubuntu
57
58
[gina_target.breezy]
59
root: /srv/archive.ubuntu.com/ubuntu
60
61
[gina_target.breezy-updates]
62
root: /srv/archive.ubuntu.com/ubuntu
63
64
[gina_target.breezy-security]
65
root: /srv/archive.ubuntu.com/ubuntu
66
67
[gina_target.breezy-backports]
68
root: /srv/archive.ubuntu.com/ubuntu
69
70
[gina_target.dapper]
71
root: /srv/archive.ubuntu.com/ubuntu
72
73
[gina_target.dapper-updates]
74
root: /srv/archive.ubuntu.com/ubuntu
75
76
[gina_target.dapper-security]
77
root: /srv/archive.ubuntu.com/ubuntu
78
5855.5.6 by Curtis Hovey
Revisions to remove the timeout keys from the launchpad config section and the
79
[launchpad]
5773.4.14 by Curtis Hovey
organised configs.
80
specs_domain: specs.staging.launchpad.net
81
bugs_domain: bugs.staging.launchpad.net
82
site_message: Testing environment. All changes made will be reset.
83
openid_users: openid-testers
84
is_demo: True
85
5899.1.1 by Curtis Hovey
Added branch-scanner conf files.
86
[error_reports]
5773.4.14 by Curtis Hovey
organised configs.
87
oops_prefix: S
5899.1.13 by Curtis Hovey
Added the remaining conf keys for oopses.
88
error_dir: /srv/staging.launchpad.net/staging-logs
5773.4.14 by Curtis Hovey
organised configs.
89
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
90
[launchpad_session]
5855.5.1 by Curtis Hovey
Migrate db configuration to lazr.config.
91
dbhost: chokecherry.canonical.com
92
dbname: session_staging
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
93
cookie: staging
94
5773.4.14 by Curtis Hovey
organised configs.
95
[librarian]
96
download_url: http://staging.launchpadlibrarian.net/
5863.9.1 by Curtis Hovey
Updated configs and code to used simple datatypes. Changes may still be needed aftert testing.
97
upload_port: 58090
98
download_port: 9040
99
upload_host: asuka.ubuntu.com
100
download_host: asuka.ubuntu.com
5911.2.16 by Francis J. Lacoste
Add staging configuration.
101
restricted_upload_port: 58095
102
restricted_download_port: 9045
103
restricted_upload_host: asuka.ubuntu.com
104
restricted_download_host: asuka.ubuntu.com
105
restricted_download_url: http://asuka.ubuntu.com:9045/
5773.4.14 by Curtis Hovey
organised configs.
106
107
[librarian_server]
108
logfile: /srv/staging.launchpad.net/staging-logs/librarian.log
109
root: /srv/staging.launchpad.net/staging/librarian
5863.9.1 by Curtis Hovey
Updated configs and code to used simple datatypes. Changes may still be needed aftert testing.
110
upstream_host: librarian.ubuntu.com
5773.4.14 by Curtis Hovey
organised configs.
111
5958.1.1 by Curtis Hovey
Moved three keys that should be common to many instances.
112
[mailman]
113
archive_url_template: http://lists.staging.launchpad.net/$team_name
114
5773.4.14 by Curtis Hovey
organised configs.
115
[malone]
116
bugmail_error_from_address: noreply@bugs.staging.launchpad.net
117
buglist_batch_size: 50
118
119
[supermirror]
120
masterlock: /srv/bazaar.staging.launchpad.net/data/masterlock
121
branchesdest: /srv/bazaar.staging.launchpad.net/mirrors
122
authserver_url: http://asuka.ubuntu.com:8999/branch/
5968.3.1 by Curtis Hovey
Revised conf files to mitigate migrateconfig.py discrepencies.
123
warehouse_root_url: http://bazaar.staging.launchpad.net/+branches/
5773.4.14 by Curtis Hovey
organised configs.
124
125
[uploader]
6128.1.1 by Celso Providelo
Fixing bug #219767 (using correct address to send queue action notifications from the UI).
126
default_sender_name: Ubuntu Installer
127
default_sender_address: noreply@staging.launchpad.net
128
default_recipient_name: Launchpad Archiver
129
default_recipient_address: lp_archive@drescher.canonical.com
5773.4.14 by Curtis Hovey
organised configs.
130
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
131
[vhost.mainsite]
132
hostname: staging.launchpad.net
133
althostnames: localhost, asuka.ubuntu.com
134
135
[vhost.api]
136
hostname: api.staging.launchpad.net
137
138
[vhost.blueprints]
139
hostname: blueprints.staging.launchpad.net
140
141
[vhost.code]
142
hostname: code.staging.launchpad.net
143
144
[vhost.translations]
145
hostname: translations.staging.launchpad.net
146
147
[vhost.bugs]
148
hostname: bugs.staging.launchpad.net
149
150
[vhost.answers]
151
hostname: answers.staging.launchpad.net
152
153
[vhost.openid]
5962.1.1 by Curtis Hovey
Fix login and shipit vhost names.
154
hostname: login.staging.launchpad.net
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
155
156
[vhost.shipitubuntu]
5968.2.7 by Guilherme Salgado
Fix the hostname for staging's shipit in staging-lazr.conf
157
hostname: shipit.staging.launchpad.net
158
althostnames: ubuntu.shipit.staging.launchpad.net
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
159
160
[vhost.shipitkubuntu]
161
hostname: kubuntu.shipit.staging.launchpad.net
162
163
[vhost.shipitedubuntu]
164
hostname: edubuntu.shipit.staging.launchpad.net
165
166
[vhost.xmlrpc]
167
hostname: xmlrpc.staging.launchpad.net
168
rooturl: https://staging.launchpad.net/
169
170
[vhost.xmlrpc_private]
171
hostname: xmlrpc.staging.lp.internal
5958.1.2 by Curtis Hovey
Move three keys for all staging and lpnet.
172
rooturl: https://staging.launchpad.net
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
173
174
[vhost.feeds]
175
hostname: feeds.staging.launchpad.net
176
# don't link to ssl for feeds.
177
rooturl: http://feeds.staging.launchpad.net/
178
5763.4.13 by Tim Penhey
Changed the config to be explicit.
179
[codeimport]
180
expose_code_import: True