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

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

As noted in the invirt.authz.locker._authenticate docstring, if we
want to allow lockers that resolve in a particular cell but we don't
have (and can't get) a PTS ID in those cells, we need to list them
explicitly in the configuration.

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