source: trunk/packages/xvm-prodconfig/master.yaml @ 1480

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

Add a default zone file for domains we don't want people taking

File size: 1.2 KB
Line 
1authn:
2 - type: kerberos
3   realm: ATHENA.MIT.EDU
4
5authz:
6 - type: afs
7   cell: athena.mit.edu
8
9hosts: # hosts on which VMs run
10 - hostname: shadow-moses.mit.edu
11   ip: 18.181.0.223
12 - hostname: arklay-mansion.mit.edu
13   ip: 18.181.0.224
14
15apt:
16 keyid: 35AE3C4F
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
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  - prod.xvm.mit.edu
34 nameservers:
35  - hostname: xvm-dev.mit.edu
36    ip: 18.181.0.80
37 zone_files:
38  - /etc/invirt/zone
39
40dhcp:
41 gateway: 18.181.0.1
42 netmask: 255.255.0.0
43 dns:
44  - 18.70.0.160
45  - 18.71.0.151
46  - 18.72.0.3
47 search_domain: mit.edu
48
49web:
50 baseuri: https://xvm-dev.mit.edu/
51 hostname: xvm-dev.mit.edu
52 errormail: xvm@mit.edu
53 adminacl: system:xvm-webacl
54 errormail_exclude:
55  - '*'
56  - price
57  - ecprice
58  - andersk
59
60console:
61 hostname: xvm-console-dev.mit.edu
62 ip: 18.181.0.230
63
64svn:
65 repopath: /afs/sipb.mit.edu/project/xvm/svn
66 uri: https://xvm-dev.mit.edu:1111
67
68trac:
69 uri: https://xvm.mit.edu/trac/wiki
70
71vnc:
72 base_port: 10003
73 proxy_ip: 18.181.0.80
Note: See TracBrowser for help on using the repository browser.