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

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

Add "cluster" blocks to {dev,prod}config for configuration openais.

File size: 2.0 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.0.0
44    mcast: 239.255.252.0
45    port: 5405
46  - bind: 10.6.0.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   ip: 18.181.0.221
81 - hostname: aperture-science.mit.edu
82   ip: 18.181.0.222
83 - hostname: shadow-moses.mit.edu
84   ip: 18.181.0.223
85 - hostname: arklay-mansion.mit.edu
86   ip: 18.181.0.224
87
88kerberos:
89 realm: ATHENA.MIT.EDU
90
91mail:
92 forward: *priv_contact
93
94monitoring:
95 - hostname: syn.mit.edu
96   ip: 18.181.0.65
97
98remote:
99 hostname: xvm-remote.mit.edu
100 ip: 18.181.0.188
101
102svn:
103 repopath: /afs/sipb.mit.edu/project/xvm/svn
104 uri: https://xvm.mit.edu:1111
105
106trac:
107 uri: https://xvm.scripts.mit.edu
108
109vnc:
110 base_port: 10003
111 proxy_ip: 18.181.0.62
112
113web:
114 baseuri: https://xvm.mit.edu/
115 hostname: xvm.mit.edu
116 errormail: *contact
117 errormail_exclude:
118  - broder
119  - price
120  - ecprice
121  - andersk
122  - quentin
123  - hartmans
124
125network:
126 netmask: 255.255.0.0
127 gateway: 18.181.0.1
128
129xen:
130 iface: eth2
131
132lvm:
133 vg: xenvg
Note: See TracBrowser for help on using the repository browser.