source: trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml @ 944

Last change on this file since 944 was 944, checked in by price, 16 years ago

add web, svn, trac sections to xvm-prodconfig

File size: 609 bytes
Line 
1authn:
2 - type: kerberos
3   realm: ATHENA.MIT.EDU
4
5authz:
6 - type: afs
7   cell: athena.mit.edu
8
9hosts: # hosts on which VMs run
10 - hostname: citadel-station.mit.edu
11   ip: 18.181.0.221
12
13apt:
14 keyid: 35AE3C4F
15
16db:
17 uri: postgres://sipb-xen@xvm-2.mit.edu/sipb_xen
18 host: xvm-2.mit.edu
19 ip: 18.181.0.80
20 port: 5432
21 user: sipb-xen
22 dbname: sipb_xen
23
24web:
25 baseuri: https://xvm-2.mit.edu/
26 hostname: xvm-2.mit.edu
27 errormail: xvm@mit.edu
28 adminacl: system:xvm-root
29 errormail_exclude:
30  - price
31  - ecprice
32  - andersk
33
34svn:
35 repopath: /afs/sipb.mit.edu/project/xvm/svn
36
37trac:
38 uri: https://xvm.mit.edu/trac/wiki
Note: See TracBrowser for help on using the repository browser.