source: trunk/packages/xvm-devconfig/master.yaml @ 2195

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

Act authoritative for 2.181.18.in-addr.arpa

File size: 1.2 KB
Line 
1kerberos:
2 realm: ATHENA.MIT.EDU
3
4authz:
5 - type: afs
6   cell: athena.mit.edu
7   auth: no
8 - type: afs
9   cell: sipb.mit.edu
10   auth: no
11
12hosts: # hosts on which VMs run
13 - hostname: black-mesa.mit.edu
14   ip: 18.181.0.60
15 - hostname: torchwood-institute.mit.edu
16   ip: 18.181.0.165
17
18db:
19 uri: postgres://invirt@xvm-dev.mit.edu/invirt
20 host: xvm-dev.mit.edu
21 ip: 18.181.0.80
22 port: 5432
23 user: invirt
24 dbname: invirt
25
26console:
27 hostname: xvm-console-dev.mit.edu
28 ip: 18.181.0.230
29
30remote:
31 hostname: xvm-remote-dev.mit.edu
32 ip: 18.181.0.231
33
34dns:
35 contact: xvm@mit.edu
36 domains:  # first one is advertised
37  - dev.xvm.mit.edu
38  - 2.181.18.in-addr.arpa
39 nameservers:
40  - hostname: xvm-dev.mit.edu
41    ip: 18.181.0.80
42
43dhcp:
44 gateway: 18.181.0.1
45 netmask: 255.255.0.0
46 dns:
47  - 18.70.0.160
48  - 18.71.0.151
49  - 18.72.0.3
50 search_domain: mit.edu
51
52xen:
53 network:
54  gateway: 18.181.0.1
55  netmask: 255.255.0.0
56  iface: eth0
57
58web:
59 baseuri: https://xvm-dev.mit.edu/
60 hostname: xvm-dev.mit.edu
61 errormail: xvm@mit.edu
62 adminacl: system:xvm
63 errormail_exclude:
64  - price
65  - ecprice
66  - andersk
67  - quentin
68
69vnc:
70 base_port: 10003
71 proxy_ip: 18.181.0.80
72
73trac:
74 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.