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

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

Added an internal_ip config entry.

File size: 2.2 KB
Line 
1contact: &contact xvm@mit.edu
2adminacl: &adminacl system:xvm-root
3priv_contact: &priv_contact xvm-root@mit.edu
4
5apt:
6 keyid: 35AE3C4F
7
8authz:
9 afs:
10  cells:
11  - cell: athena.mit.edu
12    auth: yes
13  - cell: sipb.mit.edu
14    auth: yes
15  - cell: zone.mit.edu
16    auth: yes
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: *adminacl
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
37console:
38 hostname: xvm-console.mit.edu
39 ip: 18.181.0.134
40
41cluster:
42 rings:
43  - bind: 10.5.128.0
44    mcast: 239.255.252.0
45    port: 5405
46  - bind: 10.6.128.0
47    mcast: 239.255.252.1
48    port: 5405
49
50db:
51 uri: postgres://invirt@xvm.mit.edu/invirt
52 host: xvm.mit.edu
53 ip: 18.181.0.62
54 port: 5432
55 user: invirt
56 dbname: invirt
57
58dhcp:
59 gateway: 18.181.0.1
60 netmask: 255.255.0.0
61 dns:
62  - 18.70.0.160
63  - 18.71.0.151
64  - 18.72.0.3
65 search_domain: mit.edu
66
67dns:
68 contact: *contact
69 domains: # first one is advertised
70  - xvm.mit.edu
71  - 2.181.18.in-addr.arpa
72 nameservers:
73  - hostname: xvm.mit.edu
74    ip: 18.181.0.62
75 zone_files:
76  - /etc/invirt/zone
77
78hosts: # hosts on which VMs run
79 - hostname: citadel-station.mit.edu
80   internal_ip: citadel-station-internal
81   ip: 18.181.0.221
82 - hostname: aperture-science.mit.edu
83   internal_ip: aperture-science-internal
84   ip: 18.181.0.222
85 - hostname: shadow-moses.mit.edu
86   internal_ip: shadow-moses-internal
87   ip: 18.181.0.223
88 - hostname: arklay-mansion.mit.edu
89   internal_ip: arklay-mansion-internal
90   ip: 18.181.0.224
91
92kerberos:
93 realm: ATHENA.MIT.EDU
94
95mail:
96 forward: *priv_contact
97
98monitoring:
99 - hostname: syn.mit.edu
100   ip: 18.181.0.65
101
102remote:
103 hostname: xvm-remote.mit.edu
104 ip: 18.181.0.188
105
106svn:
107 repopath: /afs/sipb.mit.edu/project/xvm/svn
108 uri: https://xvm.mit.edu:1111
109
110trac:
111 uri: https://xvm.scripts.mit.edu
112
113vnc:
114 base_port: 10003
115 proxy_ip: 18.181.0.62
116
117web:
118 baseuri: https://xvm.mit.edu/
119 hostname: xvm.mit.edu
120 errormail: *contact
121 errormail_exclude:
122  - broder
123  - price
124  - ecprice
125  - andersk
126  - quentin
127  - hartmans
128
129network:
130 netmask: 255.255.0.0
131 gateway: 18.181.0.1
132
133xen:
134 iface: eth2
135
136lvm:
137 vg: xenvg
Note: See TracBrowser for help on using the repository browser.