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

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

Reverse-resolution support in invirt-dns

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  - 1.181.18.in-addr.arpa
40 nameservers:
41  - hostname: xvm-dev.mit.edu
42    ip: 18.181.0.80
43
44dhcp:
45 gateway: 18.181.0.1
46 netmask: 255.255.0.0
47 dns:
48  - 18.70.0.160
49  - 18.71.0.151
50  - 18.72.0.3
51 search_domain: mit.edu
52
53xen:
54 network:
55  gateway: 18.181.0.1
56  netmask: 255.255.0.0
57  iface: eth0
58
59web:
60 baseuri: https://xvm-dev.mit.edu/
61 hostname: xvm-dev.mit.edu
62 errormail: xvm@mit.edu
63 adminacl: system:xvm
64 errormail_exclude:
65  - price
66  - ecprice
67  - andersk
68  - quentin
69
70vnc:
71 base_port: 10003
72 proxy_ip: 18.181.0.80
73
74trac:
75 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.