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

Last change on this file since 845 was 845, checked in by y_z, 16 years ago

added decomposition of DB URI (for sipb-xen-console)

File size: 766 bytes
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: black-mesa.mit.edu
11   ip: 18.181.0.60
12 - hostname: sx-blade-2.mit.edu
13   ip: 18.181.0.165
14
15apt:
16 keyid: AB1A81AA
17
18db:
19 uri: postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen
20 host: sipb-xen-dev.mit.edu
21 port: 5432
22 user: sipb-xen
23 dbname: sipb_xen
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:
34 domains:  # first one is advertised
35  - xvm.mit.edu
36  - servers.csail.mit.edu
37 nameservers:
38  - hostname: ns1.xvm.mit.edu
39    ip: 18.181.0.62
40 rootip: 18.181.0.62
41
42network:
43 gateway: 18.181.0.1
44 netmask: 255.255.0.0
45
46web:
47 baseuri: https://xvm.mit.edu/
Note: See TracBrowser for help on using the repository browser.