source: trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml @ 919

Last change on this file since 919 was 919, checked in by hartmans, 16 years ago

Add database ip

File size: 347 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: citadel-station.mit.edu
11   ip: 18.181.0.221
12
13apt:
14 keyid: 35AE3C4F
15
16db:
17 uri: postgres://sipb-xen@xvm-2.mit.edu/sipb_xen
18 host: xvm-2.mit.edu
19 ip: 18.181.0.80
20 port: 5432
21 user: sipb-xen
22 dbname: sipb_xen
23
Note: See TracBrowser for help on using the repository browser.