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

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

In xvm-devconfig:

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