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

Last change on this file since 954 was 954, checked in by broder, 16 years ago

Update master.yaml to reflect new name for sx-blade-2

File size: 1.1 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:
[724]19 uri: postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen
[845]20 host: sipb-xen-dev.mit.edu
21 port: 5432
22 user: sipb-xen
23 dbname: sipb_xen
[724]24
25console:
26 hostname: sipb-xen-console.mit.edu
27 ip: 18.181.0.134
28
29remote:
30 hostname: remote.mit.edu
31 ip: 18.181.0.188
32
33dns:
[850]34 contact: xvm@mit.edu
[724]35 domains:  # first one is advertised
36  - xvm.mit.edu
[921]37  - dev.xvm.mit.edu
[724]38  - servers.csail.mit.edu
39 nameservers:
40  - hostname: ns1.xvm.mit.edu
41    ip: 18.181.0.62
42 rootip: 18.181.0.62
[914]43 passup:
44  - _vlmcs._tcp
45 parent: mit.edu
[724]46
[842]47network:
48 gateway: 18.181.0.1
49 netmask: 255.255.0.0
50
[748]51web:
[724]52 baseuri: https://xvm.mit.edu/
[870]53 hostname: xvm.mit.edu
54 errormail: xvm@mit.edu
55 adminacl: system:xvm
[878]56 errormail_exclude:
57  - price
58  - ecprice
59  - andersk
[880]60
61svn:
62 repopath: /afs/sipb.mit.edu/project/xvm/svn
63
64trac:
65 uri: https://xvm.mit.edu/trac/wiki
Note: See TracBrowser for help on using the repository browser.