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

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

Two hosts! Add torchwood-institute to the xvm-devconfig master.yaml.

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