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
RevLine 
[2216]1contact: &contact xvm@mit.edu
[2504]2adminacl: &adminacl system:xvm-root
[2278]3priv_contact: &priv_contact xvm-root@mit.edu
[2216]4
[1834]5apt:
6 keyid: 35AE3C4F
7
[724]8authz:
[2590]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
[724]23
[2593]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
[1834]37console:
38 hostname: xvm-console.mit.edu
39 ip: 18.181.0.134
[724]40
[2925]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
[845]50db:
[1643]51 uri: postgres://invirt@xvm.mit.edu/invirt
52 host: xvm.mit.edu
53 ip: 18.181.0.62
[845]54 port: 5432
[1298]55 user: invirt
56 dbname: invirt
[724]57
[1834]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
[979]66
[999]67dns:
[2216]68 contact: *contact
[999]69 domains: # first one is advertised
[1643]70  - xvm.mit.edu
[2205]71  - 2.181.18.in-addr.arpa
[999]72 nameservers:
[1643]73  - hostname: xvm.mit.edu
74    ip: 18.181.0.62
[1480]75 zone_files:
76  - /etc/invirt/zone
[999]77
[1834]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
[1032]87
[1835]88kerberos:
[1843]89 realm: ATHENA.MIT.EDU
[1835]90
[2278]91mail:
92 forward: *priv_contact
93
[1834]94monitoring:
95 - hostname: syn.mit.edu
96   ip: 18.181.0.65
[944]97
[1834]98remote:
99 hostname: xvm-remote.mit.edu
100 ip: 18.181.0.188
[993]101
[944]102svn:
103 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]104 uri: https://xvm.mit.edu:1111
[944]105
106trac:
[1675]107 uri: https://xvm.scripts.mit.edu
[1056]108
109vnc:
[1060]110 base_port: 10003
[1643]111 proxy_ip: 18.181.0.62
[1760]112
[1834]113web:
114 baseuri: https://xvm.mit.edu/
115 hostname: xvm.mit.edu
[2216]116 errormail: *contact
[1834]117 errormail_exclude:
118  - broder
119  - price
120  - ecprice
121  - andersk
122  - quentin
123  - hartmans
[2055]124
[2897]125network:
126 netmask: 255.255.0.0
127 gateway: 18.181.0.1
128
[2055]129xen:
[2897]130 iface: eth2
131
132lvm:
133 vg: xenvg
Note: See TracBrowser for help on using the repository browser.