Move trac to scripts
[invirt/packages/xvm-prodconfig.git] / master.yaml
1 authn:
2  - type: kerberos
3    realm: ATHENA.MIT.EDU
4
5 authz:
6  - type: afs
7    cell: athena.mit.edu
8
9 hosts: # hosts on which VMs run
10  - hostname: citadel-station.mit.edu
11    ip: 18.181.0.221
12  - hostname: aperture-science.mit.edu
13    ip: 18.181.0.222
14  - hostname: shadow-moses.mit.edu
15    ip: 18.181.0.223
16  - hostname: arklay-mansion.mit.edu
17    ip: 18.181.0.224
18
19 apt:
20  keyid: 35AE3C4F
21
22 db:
23  uri: postgres://invirt@xvm.mit.edu/invirt
24  host: xvm.mit.edu
25  ip: 18.181.0.62
26  port: 5432
27  user: invirt
28  dbname: invirt
29
30 remote:
31  hostname: xvm-remote.mit.edu
32  ip: 18.181.0.188
33
34 dns:
35  contact: xvm@mit.edu
36  domains: # first one is advertised
37   - xvm.mit.edu
38  nameservers:
39   - hostname: xvm.mit.edu
40     ip: 18.181.0.62
41  zone_files:
42   - /etc/invirt/zone
43
44 dhcp:
45  gateway: 18.181.0.1
46  netmask: 255.255.0.0
47  dns:
48   - 18.70.0.160
49   - 18.71.0.151
50   - 18.72.0.3
51  search_domain: mit.edu
52
53 web:
54  baseuri: https://xvm.mit.edu/
55  hostname: xvm.mit.edu
56  errormail: xvm@mit.edu
57  adminacl: system:xvm-root
58  errormail_exclude:
59   - broder
60   - price
61   - ecprice
62   - andersk
63   - quentin
64   - hartmans
65
66 console:
67  hostname: xvm-console.mit.edu
68  ip: 18.181.0.134
69
70 svn:
71  repopath: /afs/sipb.mit.edu/project/xvm/svn
72  uri: https://xvm.mit.edu:1111
73
74 trac:
75  uri: https://xvm.scripts.mit.edu/
76
77 vnc:
78  base_port: 10003
79  proxy_ip: 18.181.0.62