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

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

Added gdb to the don't-send-error-mail list

File size: 2.5 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:
[3002]6 keyid: 442461DF
[1834]7
[724]8authz:
[2990]9 name: xvm-locker
[2590]10 afs:
11  cells:
12  - cell: athena.mit.edu
13    auth: yes
14  - cell: sipb.mit.edu
15    auth: yes
16  - cell: zone.mit.edu
17    auth: yes
18  - cell: ops.mit.edu
19    auth: no
20  - cell: net.mit.edu
21    auth: no
22  - cell: dev.mit.edu
23    auth: no
[724]24
[2593]25build:
26 pockets:
27  prod:
28   acl: *adminacl
29   apt: stable
30  dev:
31   acl: system:xvm-dev
32   apt: unstable
33   allow_backtracking: yes
34 tagger:
35  name: Invirt Build Server
36  email: invirt@mit.edu
37
[1834]38console:
39 hostname: xvm-console.mit.edu
40 ip: 18.181.0.134
[724]41
[2925]42cluster:
43 rings:
[2938]44  - bind: 10.5.128.0
[2925]45    mcast: 239.255.252.0
46    port: 5405
[2938]47  - bind: 10.6.128.0
[2925]48    mcast: 239.255.252.1
49    port: 5405
50
[845]51db:
[1643]52 uri: postgres://invirt@xvm.mit.edu/invirt
53 host: xvm.mit.edu
54 ip: 18.181.0.62
[845]55 port: 5432
[1298]56 user: invirt
57 dbname: invirt
[724]58
[1834]59dhcp:
60 gateway: 18.181.0.1
61 netmask: 255.255.0.0
62 dns:
63  - 18.70.0.160
64  - 18.71.0.151
65  - 18.72.0.3
66 search_domain: mit.edu
[979]67
[999]68dns:
[2216]69 contact: *contact
[999]70 domains: # first one is advertised
[1643]71  - xvm.mit.edu
[2205]72  - 2.181.18.in-addr.arpa
[999]73 nameservers:
[1643]74  - hostname: xvm.mit.edu
75    ip: 18.181.0.62
[1480]76 zone_files:
77  - /etc/invirt/zone
[999]78
[1834]79hosts: # hosts on which VMs run
80 - hostname: citadel-station.mit.edu
[2976]81   internal_ip: citadel-station-internal
[1834]82   ip: 18.181.0.221
83 - hostname: aperture-science.mit.edu
[2976]84   internal_ip: aperture-science-internal
[1834]85   ip: 18.181.0.222
86 - hostname: shadow-moses.mit.edu
[2976]87   internal_ip: shadow-moses-internal
[1834]88   ip: 18.181.0.223
89 - hostname: arklay-mansion.mit.edu
[2976]90   internal_ip: arklay-mansion-internal
[1834]91   ip: 18.181.0.224
[2996]92 - hostname: discovery-one.mit.edu
93   internal_ip: discovery-one-internal
94   ip: 18.181.0.225
95 - hostname: global-dynamics.mit.edu
96   internal_ip: global-dynamics-internal
97   ip: 18.181.0.99
[2999]98 - hostname: babylon-four.mit.edu
99   internal_ip: babylon-four-internal
100   ip: 18.181.0.100
[1032]101
[1835]102kerberos:
[1843]103 realm: ATHENA.MIT.EDU
[1835]104
[2278]105mail:
106 forward: *priv_contact
107
[1834]108monitoring:
109 - hostname: syn.mit.edu
110   ip: 18.181.0.65
[944]111
[1834]112remote:
113 hostname: xvm-remote.mit.edu
114 ip: 18.181.0.188
[993]115
[944]116svn:
117 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]118 uri: https://xvm.mit.edu:1111
[944]119
120trac:
[1675]121 uri: https://xvm.scripts.mit.edu
[1056]122
123vnc:
[1060]124 base_port: 10003
[1643]125 proxy_ip: 18.181.0.62
[1760]126
[1834]127web:
128 baseuri: https://xvm.mit.edu/
129 hostname: xvm.mit.edu
[2216]130 errormail: *contact
[1834]131 errormail_exclude:
132  - broder
133  - price
134  - ecprice
135  - andersk
136  - quentin
137  - hartmans
[3026]138  - gdb
[2055]139
[2897]140network:
141 netmask: 255.255.0.0
142 gateway: 18.181.0.1
143
[2055]144xen:
[2897]145 iface: eth2
146
147lvm:
148 vg: xenvg
Note: See TracBrowser for help on using the repository browser.