bootloader = '/usr/lib/xen-3.2-1/bin/pygrub' #kernel = '/boot/vmlinuz-2.6.26-2-xen-amd64' #ramdisk = '/boot/initrd.img-2.6.26-2-xen-amd64' memory = '512' # # Disk device(s). # disk = [ 'phy:/dev/Melisko/zabbix-root,xvda1,w', 'phy:/dev/Melisko/zabbix-swap,xvda2,w', ] # # Hostname # name = 'zabbix-pv-lvm' # # Networking # #vif = [ 'ip=192.168.10.246,mac=00:16:3E:D0:91:EE' ] vif = [ 'mac=00:16:3E:D0:91:EE, bridge=eth1' ] # # Behaviour # vfb = [ "type=vnc,vncunused=1" ] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'