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
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
[2195]38  - 2.181.18.in-addr.arpa
[2197]39  - 1.181.18.in-addr.arpa
[724]40 nameservers:
[1645]41  - hostname: xvm-dev.mit.edu
42    ip: 18.181.0.80
[724]43
[2074]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
[2055]53xen:
54 network:
55  gateway: 18.181.0.1
56  netmask: 255.255.0.0
57  iface: eth0
[842]58
[748]59web:
[1645]60 baseuri: https://xvm-dev.mit.edu/
61 hostname: xvm-dev.mit.edu
[870]62 errormail: xvm@mit.edu
63 adminacl: system:xvm
[878]64 errormail_exclude:
65  - price
66  - ecprice
67  - andersk
[2130]68  - quentin
[2050]69
[2062]70vnc:
71 base_port: 10003
72 proxy_ip: 18.181.0.80
73
[2050]74trac:
75 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.