mal wieder ein commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"kvm": {
|
||||
"executable": "/root/tmp/qemu-wrapper.sh",
|
||||
"executable": "/usr/bin/qemu-kvm",
|
||||
"default_args" : "",
|
||||
"pidfile": "/tmp/$VMID.pid",
|
||||
"qmpsocket" : "/tmp/$VMID.qmp"
|
||||
@@ -35,19 +35,24 @@
|
||||
"cpu": "kvm64",
|
||||
"smp": 2,
|
||||
"memory": 2048,
|
||||
"disk": {
|
||||
"hw": "virtio",
|
||||
"file": "/dev/mapper/vg3-bar"
|
||||
},
|
||||
"cdrom": "/root/tmp/install-amd64-minimal-20130207.iso",
|
||||
"network": {
|
||||
"hw": "virtio",
|
||||
"dev": "tap-foo",
|
||||
"mac": "54:52:00:00:01:01",
|
||||
"ip": ["192.0.2.23", "192.0.2.24"]
|
||||
"dev": "tap-bar",
|
||||
"mac": "54:52:00:00:02:01",
|
||||
"ip": ["185.15.245.166"]
|
||||
},
|
||||
"vnc": {
|
||||
"display": 2
|
||||
},
|
||||
"keyboard" : "de",
|
||||
"kernel": "/home/markus/linux-3.2.11-dkl",
|
||||
"append": "root=/dev/vda",
|
||||
"owner": "markus",
|
||||
|
||||
"autostart" : true
|
||||
},
|
||||
"baz": {
|
||||
@@ -58,8 +63,8 @@
|
||||
"network": {
|
||||
"hw": "virtio",
|
||||
"dev": "tap-baz",
|
||||
"mac": "54:52:00:00:01:03",
|
||||
"ip": ["192.0.2.26", "192.0.2.27"]
|
||||
"mac": "54:52:00:00:03:01",
|
||||
"ip": ["178.63.173.238"]
|
||||
},
|
||||
"vnc": {
|
||||
"display": 3
|
||||
|
||||
Reference in New Issue
Block a user