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