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

Last change on this file since 979 was 979, checked in by broder, 16 years ago

Add remote section to xvm-prodconfig

File size: 661 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
24remote:
25 hostname: scored.mit.edu
26 ip: 18.181.0.97
27
28web:
29 baseuri: https://xvm-2.mit.edu/
30 hostname: xvm-2.mit.edu
31 errormail: xvm@mit.edu
32 adminacl: system:xvm-root
33 errormail_exclude:
34  - price
35  - ecprice
36  - andersk
37
38svn:
39 repopath: /afs/sipb.mit.edu/project/xvm/svn
40
41trac:
42 uri: https://xvm.mit.edu/trac/wiki
Note: See TracBrowser for help on using the repository browser.