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

Last change on this file since 2055 was 2055, checked in by price, 15 years ago

eth2 -> config.xen.network.iface

File size: 1.4 KB
Line 
1apt:
2 keyid: 35AE3C4F
3
4authz:
5 - type: afs
6   cell: athena.mit.edu
7 - type: afs
8   cell: sipb.mit.edu
9
10console:
11 hostname: xvm-console.mit.edu
12 ip: 18.181.0.134
13
14db:
15 uri: postgres://invirt@xvm.mit.edu/invirt
16 host: xvm.mit.edu
17 ip: 18.181.0.62
18 port: 5432
19 user: invirt
20 dbname: invirt
21
22dhcp:
23 gateway: 18.181.0.1
24 netmask: 255.255.0.0
25 dns:
26  - 18.70.0.160
27  - 18.71.0.151
28  - 18.72.0.3
29 search_domain: mit.edu
30
31dns:
32 contact: xvm@mit.edu
33 domains: # first one is advertised
34  - xvm.mit.edu
35 nameservers:
36  - hostname: xvm.mit.edu
37    ip: 18.181.0.62
38 zone_files:
39  - /etc/invirt/zone
40
41hosts: # hosts on which VMs run
42 - hostname: citadel-station.mit.edu
43   ip: 18.181.0.221
44 - hostname: aperture-science.mit.edu
45   ip: 18.181.0.222
46 - hostname: shadow-moses.mit.edu
47   ip: 18.181.0.223
48 - hostname: arklay-mansion.mit.edu
49   ip: 18.181.0.224
50
51kerberos:
52 realm: ATHENA.MIT.EDU
53
54monitoring:
55 - hostname: syn.mit.edu
56   ip: 18.181.0.65
57
58remote:
59 hostname: xvm-remote.mit.edu
60 ip: 18.181.0.188
61
62svn:
63 repopath: /afs/sipb.mit.edu/project/xvm/svn
64 uri: https://xvm.mit.edu:1111
65
66trac:
67 uri: https://xvm.scripts.mit.edu
68
69vnc:
70 base_port: 10003
71 proxy_ip: 18.181.0.62
72
73web:
74 baseuri: https://xvm.mit.edu/
75 hostname: xvm.mit.edu
76 errormail: xvm@mit.edu
77 adminacl: system:xvm-root
78 errormail_exclude:
79  - broder
80  - price
81  - ecprice
82  - andersk
83  - quentin
84  - hartmans
85
86xen:
87 network:
88  iface: eth2
Note: See TracBrowser for help on using the repository browser.