source: trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml @ 1138

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

Change the web admin ACL to use null instances instead of root
instances so we can actually use it

File size: 1.1 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:
[906]19 uri: postgres://sipb-xen@xvm-2.mit.edu/sipb_xen
20 host: xvm-2.mit.edu
[919]21 ip: 18.181.0.80
[845]22 port: 5432
23 user: sipb-xen
24 dbname: sipb_xen
[724]25
[979]26remote:
27 hostname: scored.mit.edu
28 ip: 18.181.0.97
29
[999]30dns:
31 contact: xvm@mit.edu
32 domains: # first one is advertised
[1108]33  - prod.xvm.mit.edu
[999]34 nameservers:
35  - hostname: xvm-2.mit.edu
36    ip: 18.181.0.80
37
[1032]38dhcp:
39 gateway: 18.181.0.1
40 netmask: 255.255.0.0
41 dns:
42  - 18.70.0.160
43  - 18.71.0.151
44  - 18.72.0.3
45 search_domain: mit.edu
46
[944]47web:
48 baseuri: https://xvm-2.mit.edu/
49 hostname: xvm-2.mit.edu
50 errormail: xvm@mit.edu
[1138]51 adminacl: system:xvm-maintainers
[944]52 errormail_exclude:
[1110]53  - '*'
[944]54  - price
55  - ecprice
56  - andersk
57
[993]58console:
[1070]59 hostname: archiver.mit.edu
60 ip: 18.181.0.98
[993]61
[944]62svn:
63 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1021]64 uri: https://xvm-2.mit.edu:1111
[944]65
66trac:
67 uri: https://xvm.mit.edu/trac/wiki
[1056]68
69vnc:
[1060]70 base_port: 10003
[1056]71 proxy_ip: 18.181.0.80
Note: See TracBrowser for help on using the repository browser.