source: trunk/packages/xvm-prodconfig/master.yaml @ 1835

Last change on this file since 1835 was 1835, checked in by broder, 15 years ago

Move authn section of master.yaml to new kerberos section

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