]> git.ipfire.org Git - people/ms/nitsi.git/blobdiff - examples/virtual-environment/basic/settings
Move tests and virtual environment example into examples subfolder
[people/ms/nitsi.git] / examples / virtual-environment / basic / settings
diff --git a/examples/virtual-environment/basic/settings b/examples/virtual-environment/basic/settings
new file mode 100644 (file)
index 0000000..37735df
--- /dev/null
@@ -0,0 +1,27 @@
+[DEFAULT]
+name = Basic
+machines = alice, bob
+networks = network1, network2
+uri = qemu:///system
+
+[alice]
+xml_file = machines/alice/machine.xml
+snapshot_xml_file = machines/alice/snapshot.xml
+image = /var/lib/libvirt/images/alice.qcow2
+root_uid = 45598e92-3487-4a1b-961d-79aa3dd42a7d
+username = root
+password = 25814@root
+
+[bob]
+xml_file = machines/bob/machine.xml
+snapshot_xml_file = machines/bob/snapshot.xml
+image = /var/lib/libvirt/images/bob.qcow2
+root_uid = 45598e92-3487-4a1b-961d-79aa3dd42a7d
+username = root
+password = 25814@root
+
+[network1]
+xml_file = network/network1/network.xml
+
+[network2]
+xml_file = network/network2/network.xml
\ No newline at end of file