source: trunk/packages/invirt-manual-config/master.yaml @ 2853

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

Updated config in invirt-manual-config

File size: 416 bytes
Line 
1web:
2 hostname: localhost
3 ip: 127.0.0.1
4
5remote:
6 hostname: localhost
7 ip: 127.0.0.1
8
9kerberos:
10 realm: CSAIL.MIT.EDU
11
12db:
13 uri: postgres://invirt@localhost/invirt
14 host: localhost
15 ip: 127.0.0.1
16 port: 5432
17 user: invirt
18 dbname: invirt
19
20hosts:
21 - hostname: localhost
22   ip: 127.0.0.1
23
24console:
25 hostname: localhost
26 ip: 127.0.0.1
27
28xen:
29 network:
30  gateway: 192.168.0.1
31  netmask: 255.255.255.255
32 lvm:
33  vg: xenvg
Note: See TracBrowser for help on using the repository browser.