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

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

Quote asterisks in prodconfig, beacuse they're special in YAML

File size: 1.1 KB
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
30dns:
31 contact: xvm@mit.edu
32 domains: # first one is advertised
33  - prod.xvm.mit.edu
34 nameservers:
35  - hostname: xvm-2.mit.edu
36    ip: 18.181.0.80
37
38dhcp:
39 gateway: 18.181.0.1
40 netmask: 255.255.0.0
41 dns:
42  - 18.70.0.160
43  - 18.71.0.151
44  - 18.72.0.3
45 search_domain: mit.edu
46
47web:
48 baseuri: https://xvm-2.mit.edu/
49 hostname: xvm-2.mit.edu
50 errormail: xvm@mit.edu
51 adminacl: system:xvm-root
52 errormail_exclude:
53  - '*'
54  - price
55  - ecprice
56  - andersk
57
58console:
59 hostname: archiver.mit.edu
60 ip: 18.181.0.98
61
62svn:
63 repopath: /afs/sipb.mit.edu/project/xvm/svn
64 uri: https://xvm-2.mit.edu:1111
65
66trac:
67 uri: https://xvm.mit.edu/trac/wiki
68
69vnc:
70 base_port: 10003
71 proxy_ip: 18.181.0.80
Note: See TracBrowser for help on using the repository browser.