source: trunk/packages/xvm-devconfig/master.yaml @ 2767

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

The authz.mech option in configuration is no longer used.

File size: 1.6 KB
Line 
1contact: &contact xvm-dev@mit.edu
2adminacl: system:xvm-dev
3
4kerberos:
5 realm: ATHENA.MIT.EDU
6
7apt:
8 keyid: 5E0DB194
9
10authz:
11 afs:
12  cells:
13  - cell: athena.mit.edu
14    auth: no
15  - cell: sipb.mit.edu
16    auth: yes
17  - cell: zone.mit.edu
18    auth: no
19  - cell: ops.mit.edu
20    auth: no
21  - cell: net.mit.edu
22    auth: no
23  - cell: dev.mit.edu
24    auth: no
25
26build:
27 pockets:
28  prod:
29   acl: system:xvm-root
30   apt: stable
31  dev:
32   acl: system:xvm-dev
33   apt: unstable
34   allow_backtracking: yes
35 tagger:
36  name: Invirt Build Server
37  email: invirt@mit.edu
38
39hosts: # hosts on which VMs run
40 - hostname: black-mesa.mit.edu
41   ip: 18.181.0.60
42 - hostname: torchwood-institute.mit.edu
43   ip: 18.181.0.165
44
45db:
46 uri: postgres://invirt@xvm-dev.mit.edu/invirt
47 host: xvm-dev.mit.edu
48 ip: 18.181.0.80
49 port: 5432
50 user: invirt
51 dbname: invirt
52
53console:
54 hostname: xvm-console-dev.mit.edu
55 ip: 18.181.0.230
56
57remote:
58 hostname: xvm-remote-dev.mit.edu
59 ip: 18.181.0.231
60
61dns:
62 contact: *contact
63 domains:  # first one is advertised
64  - dev.xvm.mit.edu
65  - 2.181.18.in-addr.arpa
66  - 1.181.18.in-addr.arpa
67 nameservers:
68  - hostname: xvm-dev.mit.edu
69    ip: 18.181.0.80
70
71dhcp:
72 gateway: 18.181.0.1
73 netmask: 255.255.0.0
74 dns:
75  - 18.70.0.160
76  - 18.71.0.151
77  - 18.72.0.3
78 search_domain: mit.edu
79
80mail:
81 forward: xvm-dev-auto@mit.edu
82
83xen:
84 network:
85  gateway: 18.181.0.1
86  netmask: 255.255.0.0
87  iface: eth0
88
89web:
90 baseuri: https://xvm-dev.mit.edu/
91 hostname: xvm-dev.mit.edu
92 errormail: *contact
93 errormail_exclude:
94  - '*'
95
96vnc:
97 base_port: 10003
98 proxy_ip: 18.181.0.80
99
100trac:
101 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.