source: trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml @ 1660

Last change on this file since 1660 was 1660, checked in by price, 16 years ago

fix a typo in new dev config

File size: 1.0 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
[748]10 - hostname: black-mesa.mit.edu
11   ip: 18.181.0.60
[954]12 - hostname: torchwood-institute.mit.edu
[748]13   ip: 18.181.0.165
[724]14
[822]15apt:
16 keyid: AB1A81AA
17
[845]18db:
[1645]19 uri: postgres://sipb-xen@xvm-dev.mit.edu/sipb_xen
20 host: xvm-dev.mit.edu
[845]21 port: 5432
22 user: sipb-xen
23 dbname: sipb_xen
[724]24
25console:
[1660]26 hostname: xvm-console-dev.mit.edu
[1645]27 ip: 18.181.0.230
[724]28
29remote:
[1645]30 hostname: xvm-remote-dev.mit.edu
31 ip: 18.181.0.231
[724]32
33dns:
[850]34 contact: xvm@mit.edu
[724]35 domains:  # first one is advertised
[921]36  - dev.xvm.mit.edu
[724]37 nameservers:
[1645]38  - hostname: xvm-dev.mit.edu
39    ip: 18.181.0.80
40 rootip: 18.181.0.80
[914]41 passup:
42  - _vlmcs._tcp
43 parent: mit.edu
[724]44
[842]45network:
46 gateway: 18.181.0.1
47 netmask: 255.255.0.0
48
[748]49web:
[1645]50 baseuri: https://xvm-dev.mit.edu/
51 hostname: xvm-dev.mit.edu
[870]52 errormail: xvm@mit.edu
53 adminacl: system:xvm
[878]54 errormail_exclude:
55  - price
56  - ecprice
57  - andersk
[880]58
59svn:
60 repopath: /afs/sipb.mit.edu/project/xvm/svn
61
62trac:
63 uri: https://xvm.mit.edu/trac/wiki
Note: See TracBrowser for help on using the repository browser.