Updated config in invirt-manual-config
[invirt/packages/invirt-manual-config.git] / master.yaml
1 web:
2  hostname: localhost
3  ip: 127.0.0.1
4
5 remote:
6  hostname: localhost
7  ip: 127.0.0.1
8
9 kerberos:
10  realm: CSAIL.MIT.EDU
11
12 db:
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
20 hosts:
21  - hostname: localhost
22    ip: 127.0.0.1
23
24 console:
25  hostname: localhost
26  ip: 127.0.0.1
27
28 xen:
29  network:
30   gateway: 192.168.0.1
31   netmask: 255.255.255.255
32  lvm:
33   vg: xenvg