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

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

Updated XVM config

File size: 2.8 KB
Line 
1contact: &contact xvm@mit.edu
2adminacl: &adminacl system:xvm-root
3priv_contact: &priv_contact xvm-root@mit.edu
4
5apt:
6 keyid: 442461DF
7
8authz:
9 name: xvm-locker
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
24
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 hooks:
38  post_build: &post_build
39   zephyr:
40    class: xvm-auto
41   mail:
42    to: xvm-auto@mit.edu
43    from: xvm-build-bot@mit.edu
44  failed_build: *post_build
45  post_commit: &post_commit
46   zephyr:
47    class: xvm-auto
48  pre_build: *post_commit
49  post_submit: *post_commit
50  failed_submit: *post_commit
51  post_add_repo: *post_commit
52 repo_admin: system:xvm-root
53
54console:
55 hostname: xvm-console.mit.edu
56 ip: 18.181.0.134
57
58cluster:
59 rings:
60  - bind: 10.5.128.0
61    mcast: 239.255.252.0
62    port: 5405
63  - bind: 10.6.128.0
64    mcast: 239.255.252.1
65    port: 5405
66
67db:
68 uri: postgres://invirt@xvm.mit.edu/invirt
69 host: xvm.mit.edu
70 ip: 18.181.0.62
71 port: 5432
72 user: invirt
73 dbname: invirt
74
75dhcp:
76 gateway: 18.181.0.1
77 netmask: 255.255.0.0
78 dns:
79  - 18.70.0.160
80  - 18.71.0.151
81  - 18.72.0.3
82 search_domain: mit.edu
83
84dns:
85 contact: *contact
86 domains: # first one is advertised
87  - xvm.mit.edu
88  - 2.181.18.in-addr.arpa
89 nameservers:
90  - hostname: xvm.mit.edu
91    ip: 18.181.0.62
92 zone_files:
93  - /etc/invirt/zone
94
95hosts: # hosts on which VMs run
96 - hostname: citadel-station.mit.edu
97   internal_ip: citadel-station-internal
98   ip: 18.181.0.221
99 - hostname: aperture-science.mit.edu
100   internal_ip: aperture-science-internal
101   ip: 18.181.0.222
102 - hostname: shadow-moses.mit.edu
103   internal_ip: shadow-moses-internal
104   ip: 18.181.0.223
105 - hostname: arklay-mansion.mit.edu
106   internal_ip: arklay-mansion-internal
107   ip: 18.181.0.224
108 - hostname: discovery-one.mit.edu
109   internal_ip: discovery-one-internal
110   ip: 18.181.0.225
111 - hostname: global-dynamics.mit.edu
112   internal_ip: global-dynamics-internal
113   ip: 18.181.0.99
114 - hostname: babylon-four.mit.edu
115   internal_ip: babylon-four-internal
116   ip: 18.181.0.100
117
118kerberos:
119 realm: ATHENA.MIT.EDU
120
121mail:
122 forward: *priv_contact
123
124monitoring:
125 - hostname: syn.mit.edu
126   ip: 18.181.0.65
127
128remote:
129 hostname: xvm-remote.mit.edu
130 ip: 18.181.0.188
131
132svn:
133 repopath: /afs/sipb.mit.edu/project/xvm/svn
134 uri: https://xvm.mit.edu:1111
135
136trac:
137 uri: https://xvm.scripts.mit.edu
138
139vnc:
140 base_port: 10003
141 proxy_ip: 18.181.0.62
142
143web:
144 baseuri: https://xvm.mit.edu/
145 hostname: xvm.mit.edu
146 errormail: *contact
147 errormail_exclude:
148  - broder
149  - price
150  - ecprice
151  - andersk
152  - quentin
153  - hartmans
154  - gdb
155
156network:
157 netmask: 255.255.0.0
158 gateway: 18.181.0.1
159
160xen:
161 iface: eth2
162
163lvm:
164 vg: xenvg
Note: See TracBrowser for help on using the repository browser.