[one-users] XEN HVM

2012-11-21 Thread Enric Pere Pages Montanera
Hi folks, I am building a Cloud Infrastructure composed by 1 deltaCloud server, 1 OpenNebula front-end and several OpenNebula nodes. As I did not want to start from scratch I used the KVM sandbox (I started it with Xen and it works ;-) ), after few modifications I have configured it to work as a

Re: [one-users] XEN HVM

2012-11-21 Thread Ruben S. Montero
Hi You can use the RAW in your template, as: RAW= [ HYPERVISOR=xen, DATA=builder='hvm' device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' ] OpenNebula 4.0 will let you set this raw attributes in the Xen driver configuration file so you do not need to edit the template. The change is

[one-users] Save As and Detach option

2012-11-21 Thread Roberto Rosende Dopazo
Hi, I'm trying with OpenNebula 3.8 Save As and Detach option and I found some problems. With raw image: I start virtual machine, save changes from Sunstone and I saw that nothing happens until I press shutdown for that machine. Then system try an mv from deploy.0 file to main datastore, but

Re: [one-users] clone script issue

2012-11-21 Thread Carlos Martín Sánchez
Hi, You could modify the scripts, but I would make sure first it's not a configuration issue. It's hard to tell what's happening without the logs or more information, like the drivers used. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center

Re: [one-users] vm creation fails

2012-11-21 Thread Javier Fontan
As far as I know, libvirt in ubuntu needs AppArmor enabled. Does that error in the log file appears before or after disabling AppArmor? You should take a look at: http://opennebula.org/documentation:rel3.8:kvmg#kvm_configuration and http://libvirt.org/drvqemu.html#securitysvirtaa On Tue, Nov

[one-users] [resolved] clone script issue

2012-11-21 Thread Mohamed Mohamed
Thank you very much for your answer, i think it was an extra parameter added to my template (specifying images). I created a new template and i didn't get any error. everything is working right now. Best; Le 21/11/2012 12:28, Carlos Martín Sánchez a écrit : Hi, You could modify the scripts,

[one-users] firewall opennebula

2012-11-21 Thread Marouen Mechtri
Hello, I'm using Opennebula 3.4 and I'm testing the firewall fonctionnality. I'm able to block access to the VM through the specified ports in the TCP and UDP protocol. I would like to know how to block some port from VM to the external world. Thank you in advance, Marouen