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

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

In xvm-devconfig:

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