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

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

Store AFS cell configuration at authz.afs.cells instead of just
authz.cells, to be more clear about purpose.

File size: 1.9 KB
Line 
1contact: &contact xvm@mit.edu
2adminacl: &adminacl system:xvm-root
3priv_contact: &priv_contact xvm-root@mit.edu
4
5apt:
6 keyid: 35AE3C4F
7
8authz:
9 mech: invirt.authz.locker
10 afs:
11  cells:
12  - cell: athena.mit.edu
13    auth: yes
14  - cell: sipb.mit.edu
15    auth: yes
16  - cell: zone.mit.edu
17    auth: yes
18  - cell: ops.mit.edu
19    auth: no
20  - cell: net.mit.edu
21    auth: no
22  - cell: dev.mit.edu
23    auth: no
24
25console:
26 hostname: xvm-console.mit.edu
27 ip: 18.181.0.134
28
29db:
30 uri: postgres://invirt@xvm.mit.edu/invirt
31 host: xvm.mit.edu
32 ip: 18.181.0.62
33 port: 5432
34 user: invirt
35 dbname: invirt
36
37dhcp:
38 gateway: 18.181.0.1
39 netmask: 255.255.0.0
40 dns:
41  - 18.70.0.160
42  - 18.71.0.151
43  - 18.72.0.3
44 search_domain: mit.edu
45
46dns:
47 contact: *contact
48 domains: # first one is advertised
49  - xvm.mit.edu
50  - 2.181.18.in-addr.arpa
51 nameservers:
52  - hostname: xvm.mit.edu
53    ip: 18.181.0.62
54 zone_files:
55  - /etc/invirt/zone
56
57git:
58 pockets:
59  prod:
60   acl: *adminacl
61   apt: stable
62  dev:
63   acl: system:xvm-dev
64   apt: unstable
65   allow_backtracking: yes
66 tagger:
67  name: Invirt Build Server
68  email: invirt@mit.edu
69
70hosts: # hosts on which VMs run
71 - hostname: citadel-station.mit.edu
72   ip: 18.181.0.221
73 - hostname: aperture-science.mit.edu
74   ip: 18.181.0.222
75 - hostname: shadow-moses.mit.edu
76   ip: 18.181.0.223
77 - hostname: arklay-mansion.mit.edu
78   ip: 18.181.0.224
79
80kerberos:
81 realm: ATHENA.MIT.EDU
82
83mail:
84 forward: *priv_contact
85
86monitoring:
87 - hostname: syn.mit.edu
88   ip: 18.181.0.65
89
90remote:
91 hostname: xvm-remote.mit.edu
92 ip: 18.181.0.188
93
94svn:
95 repopath: /afs/sipb.mit.edu/project/xvm/svn
96 uri: https://xvm.mit.edu:1111
97
98trac:
99 uri: https://xvm.scripts.mit.edu
100
101vnc:
102 base_port: 10003
103 proxy_ip: 18.181.0.62
104
105web:
106 baseuri: https://xvm.mit.edu/
107 hostname: xvm.mit.edu
108 errormail: *contact
109 errormail_exclude:
110  - broder
111  - price
112  - ecprice
113  - andersk
114  - quentin
115  - hartmans
116
117xen:
118 network:
119  iface: eth2
Note: See TracBrowser for help on using the repository browser.