]> git.ipfire.org Git - people/ms/nitsi.git/blob - examples/virtual-environment/basic/settings
Move tests and virtual environment example into examples subfolder
[people/ms/nitsi.git] / examples / virtual-environment / basic / settings
1 [DEFAULT]
2 name = Basic
3 machines = alice, bob
4 networks = network1, network2
5 uri = qemu:///system
6
7 [alice]
8 xml_file = machines/alice/machine.xml
9 snapshot_xml_file = machines/alice/snapshot.xml
10 image = /var/lib/libvirt/images/alice.qcow2
11 root_uid = 45598e92-3487-4a1b-961d-79aa3dd42a7d
12 username = root
13 password = 25814@root
14
15 [bob]
16 xml_file = machines/bob/machine.xml
17 snapshot_xml_file = machines/bob/snapshot.xml
18 image = /var/lib/libvirt/images/bob.qcow2
19 root_uid = 45598e92-3487-4a1b-961d-79aa3dd42a7d
20 username = root
21 password = 25814@root
22
23 [network1]
24 xml_file = network/network1/network.xml
25
26 [network2]
27 xml_file = network/network2/network.xml