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

Last change on this file since 2896 was 2896, checked in by gdb, 14 years ago

Rearranged networking and lvm entries in config

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
83network:
84 gateway: 18.181.0.1
85 netmask: 255.255.0.0
86
87lvm:
88 vg: xenvg
89
90xen:
91 iface: eth0
92
93web:
94 baseuri: https://xvm-dev.mit.edu/
95 hostname: xvm-dev.mit.edu
96 errormail: *contact
97 errormail_exclude:
98  - '*'
99
100vnc:
101 base_port: 10003
102 proxy_ip: 18.181.0.80
103
104trac:
105 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.