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

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

Move XVM's locker authorization code into a separate xvm-authz-locker
package (and corresponding xvm.authz.locker Python package).

This makes it possible to install invirt-base without needing the
authz code installed as well, and also separates some very
XVM-specific logic from the Invirt packages.

File size: 1.9 KB
RevLine 
[2216]1contact: &contact xvm@mit.edu
[2504]2adminacl: &adminacl system:xvm-root
[2278]3priv_contact: &priv_contact xvm-root@mit.edu
[2216]4
[1834]5apt:
6 keyid: 35AE3C4F
7
[724]8authz:
[2602]9 mech: xvm.authz.locker
[2590]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
[724]24
[2593]25build:
26 pockets:
27  prod:
28   acl: *adminacl
29   apt: stable
30  dev:
31   acl: system:xvm-dev
32   apt: unstable
33   allow_backtracking: yes
34 tagger:
35  name: Invirt Build Server
36  email: invirt@mit.edu
37
[1834]38console:
39 hostname: xvm-console.mit.edu
40 ip: 18.181.0.134
[724]41
[845]42db:
[1643]43 uri: postgres://invirt@xvm.mit.edu/invirt
44 host: xvm.mit.edu
45 ip: 18.181.0.62
[845]46 port: 5432
[1298]47 user: invirt
48 dbname: invirt
[724]49
[1834]50dhcp:
51 gateway: 18.181.0.1
52 netmask: 255.255.0.0
53 dns:
54  - 18.70.0.160
55  - 18.71.0.151
56  - 18.72.0.3
57 search_domain: mit.edu
[979]58
[999]59dns:
[2216]60 contact: *contact
[999]61 domains: # first one is advertised
[1643]62  - xvm.mit.edu
[2205]63  - 2.181.18.in-addr.arpa
[999]64 nameservers:
[1643]65  - hostname: xvm.mit.edu
66    ip: 18.181.0.62
[1480]67 zone_files:
68  - /etc/invirt/zone
[999]69
[1834]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
[1032]79
[1835]80kerberos:
[1843]81 realm: ATHENA.MIT.EDU
[1835]82
[2278]83mail:
84 forward: *priv_contact
85
[1834]86monitoring:
87 - hostname: syn.mit.edu
88   ip: 18.181.0.65
[944]89
[1834]90remote:
91 hostname: xvm-remote.mit.edu
92 ip: 18.181.0.188
[993]93
[944]94svn:
95 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]96 uri: https://xvm.mit.edu:1111
[944]97
98trac:
[1675]99 uri: https://xvm.scripts.mit.edu
[1056]100
101vnc:
[1060]102 base_port: 10003
[1643]103 proxy_ip: 18.181.0.62
[1760]104
[1834]105web:
106 baseuri: https://xvm.mit.edu/
107 hostname: xvm.mit.edu
[2216]108 errormail: *contact
[1834]109 errormail_exclude:
110  - broder
111  - price
112  - ecprice
113  - andersk
114  - quentin
115  - hartmans
[2055]116
117xen:
118 network:
119  iface: eth2
Note: See TracBrowser for help on using the repository browser.