source: trunk/packages/hvirt-config/dev/master.yaml @ 2904

Last change on this file since 2904 was 2904, checked in by gdb, 14 years ago

Fixed IPs in hvirt-devconfig

File size: 725 bytes
Line 
1contact: &contact hvirt@hcs.harvard..edu
2console:
3 hostname: hvirt-console-dev.hcs.harvard.edu
4 ip: 140.247.89.175
5
6db:
7 uri: postgres://invirt@hvirt-dev.hcs.harvard.edu/invirt
8 host: hvirt-dev.hcs.harvard.edu
9 ip: 140.247.89.172
10 port: 5432
11 user: invirt
12 dbname: invirt
13
14hosts:
15- hostname: hersilia.hcs.harvard.edu
16  ip: 140.247.89.251
17  internal_ip: 10.245.65.37
18
19kerberos:
20 realm: HCS.HARVARD.EDU
21
22remote:
23 hostname: hvirt-remote-dev.hcs.harvard.edu
24 ip: 140.247.89.176
25
26svn:
27 uri: https://xvm.mit.edu:1111
28
29web:
30 baseuri: https://hvirt-dev.hcs.harvard.edu/
31 hostname: hvirt-dev.hcs.harvard.edu
32 errormail: *contact
33 errormail_exclude:
34  - '*'
35
36network:
37 netmask: 255.255.255.128
38 gateway: 140.247.89.129
39
40lvm:
41 vg: root
Note: See TracBrowser for help on using the repository browser.