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

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

As noted in the invirt.authz.locker._authenticate docstring, if we
want to allow lockers that resolve in a particular cell but we don't
have (and can't get) a PTS ID in those cells, we need to list them
explicitly in the configuration.

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