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

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

add console section to xvm-prodconfig

File size: 764 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: shadow-moses.mit.edu
11   ip: 18.181.0.223
12 - hostname: arklay-mansion.mit.edu
13   ip: 18.181.0.224
14
15apt:
16 keyid: 35AE3C4F
17
18db:
19 uri: postgres://sipb-xen@xvm-2.mit.edu/sipb_xen
20 host: xvm-2.mit.edu
21 ip: 18.181.0.80
22 port: 5432
23 user: sipb-xen
24 dbname: sipb_xen
25
26remote:
27 hostname: scored.mit.edu
28 ip: 18.181.0.97
29
30web:
31 baseuri: https://xvm-2.mit.edu/
32 hostname: xvm-2.mit.edu
33 errormail: xvm@mit.edu
34 adminacl: system:xvm-root
35 errormail_exclude:
36  - price
37  - ecprice
38  - andersk
39
40console:
41 hostname: ss3.mit.edu
42 ip: 18.181.0.42
43
44svn:
45 repopath: /afs/sipb.mit.edu/project/xvm/svn
46
47trac:
48 uri: https://xvm.mit.edu/trac/wiki
Note: See TracBrowser for help on using the repository browser.