source: trunk/packages/xvm-prodconfig/master.yaml @ 2118

Last change on this file since 2118 was 2118, checked in by broder, 15 years ago

Specify whether to authenticate PRDB lookups for each AFS cell in the
config files.

File size: 1.4 KB
Line 
1apt:
2 keyid: 35AE3C4F
3
4authz:
5 - type: afs
6   cell: athena.mit.edu
7   auth: yes
8 - type: afs
9   cell: sipb.mit.edu
10   auth: yes
11
12console:
13 hostname: xvm-console.mit.edu
14 ip: 18.181.0.134
15
16db:
17 uri: postgres://invirt@xvm.mit.edu/invirt
18 host: xvm.mit.edu
19 ip: 18.181.0.62
20 port: 5432
21 user: invirt
22 dbname: invirt
23
24dhcp:
25 gateway: 18.181.0.1
26 netmask: 255.255.0.0
27 dns:
28  - 18.70.0.160
29  - 18.71.0.151
30  - 18.72.0.3
31 search_domain: mit.edu
32
33dns:
34 contact: xvm@mit.edu
35 domains: # first one is advertised
36  - xvm.mit.edu
37 nameservers:
38  - hostname: xvm.mit.edu
39    ip: 18.181.0.62
40 zone_files:
41  - /etc/invirt/zone
42
43hosts: # hosts on which VMs run
44 - hostname: citadel-station.mit.edu
45   ip: 18.181.0.221
46 - hostname: aperture-science.mit.edu
47   ip: 18.181.0.222
48 - hostname: shadow-moses.mit.edu
49   ip: 18.181.0.223
50 - hostname: arklay-mansion.mit.edu
51   ip: 18.181.0.224
52
53kerberos:
54 realm: ATHENA.MIT.EDU
55
56monitoring:
57 - hostname: syn.mit.edu
58   ip: 18.181.0.65
59
60remote:
61 hostname: xvm-remote.mit.edu
62 ip: 18.181.0.188
63
64svn:
65 repopath: /afs/sipb.mit.edu/project/xvm/svn
66 uri: https://xvm.mit.edu:1111
67
68trac:
69 uri: https://xvm.scripts.mit.edu
70
71vnc:
72 base_port: 10003
73 proxy_ip: 18.181.0.62
74
75web:
76 baseuri: https://xvm.mit.edu/
77 hostname: xvm.mit.edu
78 errormail: xvm@mit.edu
79 adminacl: system:xvm-root
80 errormail_exclude:
81  - broder
82  - price
83  - ecprice
84  - andersk
85  - quentin
86  - hartmans
87
88xen:
89 network:
90  iface: eth2
Note: See TracBrowser for help on using the repository browser.