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

Last change on this file since 2205 was 2205, checked in by quentin, 15 years ago

Add 2.181.18.in-addr.arpa to the list of domains we are authoritative for

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  - 2.181.18.in-addr.arpa
38 nameservers:
39  - hostname: xvm.mit.edu
40    ip: 18.181.0.62
41 zone_files:
42  - /etc/invirt/zone
43
44hosts: # hosts on which VMs run
45 - hostname: citadel-station.mit.edu
46   ip: 18.181.0.221
47 - hostname: aperture-science.mit.edu
48   ip: 18.181.0.222
49 - hostname: shadow-moses.mit.edu
50   ip: 18.181.0.223
51 - hostname: arklay-mansion.mit.edu
52   ip: 18.181.0.224
53
54kerberos:
55 realm: ATHENA.MIT.EDU
56
57monitoring:
58 - hostname: syn.mit.edu
59   ip: 18.181.0.65
60
61remote:
62 hostname: xvm-remote.mit.edu
63 ip: 18.181.0.188
64
65svn:
66 repopath: /afs/sipb.mit.edu/project/xvm/svn
67 uri: https://xvm.mit.edu:1111
68
69trac:
70 uri: https://xvm.scripts.mit.edu
71
72vnc:
73 base_port: 10003
74 proxy_ip: 18.181.0.62
75
76web:
77 baseuri: https://xvm.mit.edu/
78 hostname: xvm.mit.edu
79 errormail: xvm@mit.edu
80 adminacl: system:xvm-root
81 errormail_exclude:
82  - broder
83  - price
84  - ecprice
85  - andersk
86  - quentin
87  - hartmans
88
89xen:
90 network:
91  iface: eth2
Note: See TracBrowser for help on using the repository browser.