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

Last change on this file since 1635 was 1521, checked in by broder, 16 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
RevLine 
[724]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
[1521]10 - hostname: citadel-station.mit.edu
11   ip: 18.181.0.221
12 - hostname: aperture-science.mit.edu
13   ip: 18.181.0.222
[987]14 - hostname: shadow-moses.mit.edu
15   ip: 18.181.0.223
16 - hostname: arklay-mansion.mit.edu
17   ip: 18.181.0.224
[724]18
[822]19apt:
[906]20 keyid: 35AE3C4F
[822]21
[845]22db:
[1348]23 uri: postgres://invirt@xvm-dev.mit.edu/invirt
24 host: xvm-dev.mit.edu
[919]25 ip: 18.181.0.80
[845]26 port: 5432
[1298]27 user: invirt
28 dbname: invirt
[724]29
[979]30remote:
[1141]31 hostname: xvm-remote-dev.mit.edu
[1143]32 ip: 18.181.0.231
[979]33
[999]34dns:
35 contact: xvm@mit.edu
36 domains: # first one is advertised
[1108]37  - prod.xvm.mit.edu
[999]38 nameservers:
[1348]39  - hostname: xvm-dev.mit.edu
[999]40    ip: 18.181.0.80
[1480]41 zone_files:
42  - /etc/invirt/zone
[999]43
[1032]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
[944]53web:
[1348]54 baseuri: https://xvm-dev.mit.edu/
55 hostname: xvm-dev.mit.edu
[944]56 errormail: xvm@mit.edu
[1157]57 adminacl: system:xvm-webacl
[944]58 errormail_exclude:
[1110]59  - '*'
[944]60  - price
61  - ecprice
62  - andersk
63
[993]64console:
[1141]65 hostname: xvm-console-dev.mit.edu
[1143]66 ip: 18.181.0.230
[993]67
[944]68svn:
69 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1348]70 uri: https://xvm-dev.mit.edu:1111
[944]71
72trac:
73 uri: https://xvm.mit.edu/trac/wiki
[1056]74
75vnc:
[1060]76 base_port: 10003
[1056]77 proxy_ip: 18.181.0.80
Note: See TracBrowser for help on using the repository browser.