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

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

Re-arrange the authz configuration.

In particular, even if we allow for mixing of multiple authz
mechanisms at some point, you won't have multiple instances of the
locker authz type, so the "type" shouldn't be a property of each of
the cells we specify how to authenticate against.

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