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

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

Specify whether to authenticate PRDB lookups for each AFS cell in the
config files.

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