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

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

Move trac to scripts

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:
[1643]23 uri: postgres://invirt@xvm.mit.edu/invirt
24 host: xvm.mit.edu
25 ip: 18.181.0.62
[845]26 port: 5432
[1298]27 user: invirt
28 dbname: invirt
[724]29
[979]30remote:
[1643]31 hostname: xvm-remote.mit.edu
32 ip: 18.181.0.188
[979]33
[999]34dns:
35 contact: xvm@mit.edu
36 domains: # first one is advertised
[1643]37  - xvm.mit.edu
[999]38 nameservers:
[1643]39  - hostname: xvm.mit.edu
40    ip: 18.181.0.62
[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:
[1643]54 baseuri: https://xvm.mit.edu/
55 hostname: xvm.mit.edu
[944]56 errormail: xvm@mit.edu
[1653]57 adminacl: system:xvm-root
[944]58 errormail_exclude:
[1643]59  - broder
[944]60  - price
61  - ecprice
62  - andersk
[1643]63  - quentin
64  - hartmans
[944]65
[993]66console:
[1643]67 hostname: xvm-console.mit.edu
68 ip: 18.181.0.134
[993]69
[944]70svn:
71 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]72 uri: https://xvm.mit.edu:1111
[944]73
74trac:
[1668]75 uri: https://xvm.scripts.mit.edu/
[1056]76
77vnc:
[1060]78 base_port: 10003
[1643]79 proxy_ip: 18.181.0.62
Note: See TracBrowser for help on using the repository browser.