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