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

Last change on this file since 2463 was 2463, checked in by price, 15 years ago

Forward dev-cluster automail to xvm-dev-auto rather than xvm@.

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