Forward dev-cluster automail to xvm-dev-auto rather than xvm@.
[invirt/packages/xvm-devconfig.git] / master.yaml
1 contact: &contact xvm-dev@mit.edu
2 adminacl: system:xvm-dev
3
4 kerberos:
5  realm: ATHENA.MIT.EDU
6
7 authz:
8  - type: afs
9    cell: athena.mit.edu
10    auth: no
11  - type: afs
12    cell: sipb.mit.edu
13    auth: no
14
15 hosts: # 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
21 db:
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
29 console:
30  hostname: xvm-console-dev.mit.edu
31  ip: 18.181.0.230
32
33 remote:
34  hostname: xvm-remote-dev.mit.edu
35  ip: 18.181.0.231
36
37 dns:
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
47 dhcp:
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
56 mail:
57  forward: xvm-dev-auto@mit.edu
58
59 xen:
60  network:
61   gateway: 18.181.0.1
62   netmask: 255.255.0.0
63   iface: eth0
64
65 web:
66  baseuri: https://xvm-dev.mit.edu/
67  hostname: xvm-dev.mit.edu
68  errormail: *contact
69  errormail_exclude:
70   - '*'
71
72 vnc:
73  base_port: 10003
74  proxy_ip: 18.181.0.80
75
76 trac:
77  uri: https://xvm.scripts.mit.edu