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

Last change on this file since 2602 was 2602, checked in by broder, 14 years ago

Move XVM's locker authorization code into a separate xvm-authz-locker
package (and corresponding xvm.authz.locker Python package).

This makes it possible to install invirt-base without needing the
authz code installed as well, and also separates some very
XVM-specific logic from the Invirt packages.

File size: 1.4 KB
Line 
1contact: &contact xvm-dev@mit.edu
2adminacl: system:xvm-dev
3
4kerberos:
5 realm: ATHENA.MIT.EDU
6
7authz:
8 mech: xvm.authz.locker
9 afs:
10  cells:
11  - cell: athena.mit.edu
12    auth: no
13  - cell: sipb.mit.edu
14    auth: yes
15  - cell: zone.mit.edu
16    auth: no
17  - cell: ops.mit.edu
18    auth: no
19  - cell: net.mit.edu
20    auth: no
21  - cell: dev.mit.edu
22    auth: no
23
24hosts: # hosts on which VMs run
25 - hostname: black-mesa.mit.edu
26   ip: 18.181.0.60
27 - hostname: torchwood-institute.mit.edu
28   ip: 18.181.0.165
29
30db:
31 uri: postgres://invirt@xvm-dev.mit.edu/invirt
32 host: xvm-dev.mit.edu
33 ip: 18.181.0.80
34 port: 5432
35 user: invirt
36 dbname: invirt
37
38console:
39 hostname: xvm-console-dev.mit.edu
40 ip: 18.181.0.230
41
42remote:
43 hostname: xvm-remote-dev.mit.edu
44 ip: 18.181.0.231
45
46dns:
47 contact: *contact
48 domains:  # first one is advertised
49  - dev.xvm.mit.edu
50  - 2.181.18.in-addr.arpa
51  - 1.181.18.in-addr.arpa
52 nameservers:
53  - hostname: xvm-dev.mit.edu
54    ip: 18.181.0.80
55
56dhcp:
57 gateway: 18.181.0.1
58 netmask: 255.255.0.0
59 dns:
60  - 18.70.0.160
61  - 18.71.0.151
62  - 18.72.0.3
63 search_domain: mit.edu
64
65mail:
66 forward: xvm-dev-auto@mit.edu
67
68xen:
69 network:
70  gateway: 18.181.0.1
71  netmask: 255.255.0.0
72  iface: eth0
73
74web:
75 baseuri: https://xvm-dev.mit.edu/
76 hostname: xvm-dev.mit.edu
77 errormail: *contact
78 errormail_exclude:
79  - '*'
80
81vnc:
82 base_port: 10003
83 proxy_ip: 18.181.0.80
84
85trac:
86 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.