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

Last change on this file since 2505 was 2505, checked in by broder, 15 years ago

Split the tagger name and e-mail out into separate fields.

File size: 1.7 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 - type: afs
10   cell: athena.mit.edu
11   auth: yes
12 - type: afs
13   cell: sipb.mit.edu
14   auth: yes
15
16console:
17 hostname: xvm-console.mit.edu
18 ip: 18.181.0.134
19
20db:
21 uri: postgres://invirt@xvm.mit.edu/invirt
22 host: xvm.mit.edu
23 ip: 18.181.0.62
24 port: 5432
25 user: invirt
26 dbname: invirt
27
28dhcp:
29 gateway: 18.181.0.1
30 netmask: 255.255.0.0
31 dns:
32  - 18.70.0.160
33  - 18.71.0.151
34  - 18.72.0.3
35 search_domain: mit.edu
36
37dns:
38 contact: *contact
39 domains: # first one is advertised
40  - xvm.mit.edu
41  - 2.181.18.in-addr.arpa
42 nameservers:
43  - hostname: xvm.mit.edu
44    ip: 18.181.0.62
45 zone_files:
46  - /etc/invirt/zone
47
48git:
49 branches:
50  prod:
51   acl: *adminacl
52   component: stable
53  dev:
54   acl: system:xvm-dev
55   component: unstable
56 tagger:
57  name: Invirt Build Server
58  email: invirt@mit.edu
59
60hosts: # hosts on which VMs run
61 - hostname: citadel-station.mit.edu
62   ip: 18.181.0.221
63 - hostname: aperture-science.mit.edu
64   ip: 18.181.0.222
65 - hostname: shadow-moses.mit.edu
66   ip: 18.181.0.223
67 - hostname: arklay-mansion.mit.edu
68   ip: 18.181.0.224
69
70kerberos:
71 realm: ATHENA.MIT.EDU
72
73mail:
74 forward: *priv_contact
75
76monitoring:
77 - hostname: syn.mit.edu
78   ip: 18.181.0.65
79
80remote:
81 hostname: xvm-remote.mit.edu
82 ip: 18.181.0.188
83
84svn:
85 repopath: /afs/sipb.mit.edu/project/xvm/svn
86 uri: https://xvm.mit.edu:1111
87
88trac:
89 uri: https://xvm.scripts.mit.edu
90
91vnc:
92 base_port: 10003
93 proxy_ip: 18.181.0.62
94
95web:
96 baseuri: https://xvm.mit.edu/
97 hostname: xvm.mit.edu
98 errormail: *contact
99 errormail_exclude:
100  - broder
101  - price
102  - ecprice
103  - andersk
104  - quentin
105  - hartmans
106
107xen:
108 network:
109  iface: eth2
Note: See TracBrowser for help on using the repository browser.