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

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

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

File size: 1.2 KB
RevLine 
[724]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
[987]10 - hostname: shadow-moses.mit.edu
11   ip: 18.181.0.223
12 - hostname: arklay-mansion.mit.edu
13   ip: 18.181.0.224
[724]14
[822]15apt:
[906]16 keyid: 35AE3C4F
[822]17
[845]18db:
[1348]19 uri: postgres://invirt@xvm-dev.mit.edu/invirt
20 host: xvm-dev.mit.edu
[919]21 ip: 18.181.0.80
[845]22 port: 5432
[1298]23 user: invirt
24 dbname: invirt
[724]25
[979]26remote:
[1141]27 hostname: xvm-remote-dev.mit.edu
[1143]28 ip: 18.181.0.231
[979]29
[999]30dns:
31 contact: xvm@mit.edu
32 domains: # first one is advertised
[1108]33  - prod.xvm.mit.edu
[999]34 nameservers:
[1348]35  - hostname: xvm-dev.mit.edu
[999]36    ip: 18.181.0.80
[1480]37 zone_files:
38  - /etc/invirt/zone
[999]39
[1032]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
[944]49web:
[1348]50 baseuri: https://xvm-dev.mit.edu/
51 hostname: xvm-dev.mit.edu
[944]52 errormail: xvm@mit.edu
[1157]53 adminacl: system:xvm-webacl
[944]54 errormail_exclude:
[1110]55  - '*'
[944]56  - price
57  - ecprice
58  - andersk
59
[993]60console:
[1141]61 hostname: xvm-console-dev.mit.edu
[1143]62 ip: 18.181.0.230
[993]63
[944]64svn:
65 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1348]66 uri: https://xvm-dev.mit.edu:1111
[944]67
68trac:
69 uri: https://xvm.mit.edu/trac/wiki
[1056]70
71vnc:
[1060]72 base_port: 10003
[1056]73 proxy_ip: 18.181.0.80
Note: See TracBrowser for help on using the repository browser.