]> git.ipfire.org Git - nitsi.git/blob - virtual-environment/basic/settings
Update example test settings
[nitsi.git] / virtual-environment / basic / settings
1 [DEFAULT]
2 name = Basic
3 machines = alice, bob
4 networks = network1, network2
5
6 [alice]
7 xml_file = machines/alice/machine.xml
8 snapshot_xml_file = machines/alice/snapshot.xml
9 image = /var/lib/libvirt/images/alice.qcow2
10 root_uid = 8888
11 username = root
12 password = 25814@root
13
14 [bob]
15 xml_file = machines/bob/machine.xml
16 snapshot_xml_file = machines/bob/snapshot.xml
17 image = /var/lib/libvirt/images/bob.qcow2
18 root_uid = 8888
19 username = root
20 password = 25814@root
21
22 [network1]
23 xml_file = network/network1/network.xml
24
25 [network2]
26 xml_file = network/network2/network.xml