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

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

Add citadel-station and aperture-science to the prod config.

We can comment them out on xvm-remote-dev to keep them from causing
problems until they're live

File size: 1.3 KB
Line 
1authn:
2 - type: kerberos
3   realm: ATHENA.MIT.EDU
4
5authz:
6 - type: afs
7   cell: athena.mit.edu
8
9hosts: # hosts on which VMs run
10 - hostname: citadel-station.mit.edu
11   ip: 18.181.0.221
12 - hostname: aperture-science.mit.edu
13   ip: 18.181.0.222
14 - hostname: shadow-moses.mit.edu
15   ip: 18.181.0.223
16 - hostname: arklay-mansion.mit.edu
17   ip: 18.181.0.224
18
19apt:
20 keyid: 35AE3C4F
21
22db:
23 uri: postgres://invirt@xvm-dev.mit.edu/invirt
24 host: xvm-dev.mit.edu
25 ip: 18.181.0.80
26 port: 5432
27 user: invirt
28 dbname: invirt
29
30remote:
31 hostname: xvm-remote-dev.mit.edu
32 ip: 18.181.0.231
33
34dns:
35 contact: xvm@mit.edu
36 domains: # first one is advertised
37  - prod.xvm.mit.edu
38 nameservers:
39  - hostname: xvm-dev.mit.edu
40    ip: 18.181.0.80
41 zone_files:
42  - /etc/invirt/zone
43
44dhcp:
45 gateway: 18.181.0.1
46 netmask: 255.255.0.0
47 dns:
48  - 18.70.0.160
49  - 18.71.0.151
50  - 18.72.0.3
51 search_domain: mit.edu
52
53web:
54 baseuri: https://xvm-dev.mit.edu/
55 hostname: xvm-dev.mit.edu
56 errormail: xvm@mit.edu
57 adminacl: system:xvm-webacl
58 errormail_exclude:
59  - '*'
60  - price
61  - ecprice
62  - andersk
63
64console:
65 hostname: xvm-console-dev.mit.edu
66 ip: 18.181.0.230
67
68svn:
69 repopath: /afs/sipb.mit.edu/project/xvm/svn
70 uri: https://xvm-dev.mit.edu:1111
71
72trac:
73 uri: https://xvm.mit.edu/trac/wiki
74
75vnc:
76 base_port: 10003
77 proxy_ip: 18.181.0.80
Note: See TracBrowser for help on using the repository browser.