Re: [one-users] LDAP SSL configuration bug

2012-04-12 Thread Nicolas AGIUS
Indeed. Patch provided here : http://dev.opennebula.org/issues/1171 :-) --- En date de : Jeu 12.4.12, Simon Boulet si...@nostalgeek.com a écrit : De: Simon Boulet si...@nostalgeek.com Objet: Re: [one-users] LDAP SSL configuration bug À: Graeme Gillies graeme.r.gill...@gmail.com Cc:

Re: [one-users] Libvirt networkfilter firewall implementation for Opennebula

2012-04-12 Thread Jhon Masschelein
Hi again, (I did not want this to get lost in my earlier reply, hence the separate message.) I will open a featue request issue, how do you want me to upload the code? I modified quite some core files to make it all work but I doubt you want me to upload the whole (modified) openenbula

[one-users] Upgrade 3.2 - 3.4 with active VMs

2012-04-12 Thread Michael Kutzner
Hello, first of all congratulations to the final 3.4 and many thanx for the hard work! I just wanted to upgrade to 3.4 and started reading. I noticed reading the upgrade guide that all active VMs have to be shut down. Is there any chance to upgrade without powering down all VMs? Even with

[one-users] problem at ozone show

2012-04-12 Thread Alejandro Feijoo Fraga
Hi. i´m having a problem with ozone, in particular with onezone command. Here is the output: 1.- First only the list (ALL FINE) oneadmin@onesrv:~/ozones$ onezone list IDNAME ENDPOINT 2 Cloud-01 [EDITED] 2.- Show info about that zone

[one-users] Contextualisation: interpreted variable during vm creation

2012-04-12 Thread Stéphane Bulot
Hello, I'm trying to set encrypted (md5) user password in the context.sh file. Here is my context section of my vm template file. CONTEXT = [ HOSTNAME = host-2, MYUSERNAME = user-2, MYPASSWORD = '$1$9qqmIcc6$N4MpGPRFm6tMLVocJAU011' ] My template is created without any

Re: [one-users] Upgrade 3.2 - 3.4 with active VMs

2012-04-12 Thread Carlos Martín Sánchez
Hi Michael, The reason why VMs have to be shut down is because the storage model has changed quite a bit in this last version, and we couldn't come up with a migration process that felt solid enough for any deployment. But, since you said you are ready for lots of manual work, let's try this:

Re: [one-users] Upgrade 3.2 - 3.4 with active VMs

2012-04-12 Thread Michael Kutzner
Hello Carlos, the mentioned way sounds reasonable and scriptable. I will do the upgrade in the next days and keep you informed about success - I will send the steps done to the list. Many thanx for your help, Michael Am 12.04.2012 um 16:26 schrieb Carlos Martín Sánchez: Hi Michael, The

Re: [one-users] Contextualisation: interpreted variable during vm creation

2012-04-12 Thread Ruben S. Montero
Hi, I'm afraid that currently there is no way to escape the '$' character. So OpenNebula is actually trying to substitute $1$9qqmIcc6$N4MpG by the values of the variables 1, 9qqmIcc6 and N4MpG, which are not defined. You can either: 1.- Base64 encode the password (and decode it in the VM) 2.-

Re: [one-users] Libvirt networkfilter firewall implementation for Opennebula

2012-04-12 Thread Jaime Melis
Hello Jhon, we have created this issue: http://dev.opennebula.org/issues/1225 Could you attach the patch to it? thanks! Jaime On Thu, Apr 12, 2012 at 4:47 PM, Jaime Melis jme...@opennebula.org wrote: Hello Jhon, could you upload the code in the form of a patch for one-3.2? thanks, Jaime

Re: [one-users] problem at ozone show

2012-04-12 Thread Tino Vazquez
Hi Alejandro, This is a bug in the oZones CLI. I've opened a ticket [1] to keep track of the solution. Many thanks for the great feedback, -Tino [1] http://dev.opennebula.org/issues/1231 -- Constantino Vázquez Blanco, MSc Project Engineer OpenNebula - The Open-Source Solution for Data Center

Re: [one-users] problem at ozone show

2012-04-12 Thread Tino Vazquez
I am trying with the latest OpenNebula 3.4 and it works for me. Which version of ONE are you using Please take into account that the version of oZones and the version of the ONE present in all the zones must be the same. $ onezone show 4 host ZONE other INFORMATION ID : 4 NAME

Re: [one-users] LDAP SSL configuration bug

2012-04-12 Thread Javier Fontan
The patch is going to be applied in next releases. We just didn't have time to test it properly for 3.4. Thanks for the patch! On Thu, Apr 12, 2012 at 9:39 AM, Nicolas AGIUS nicolas.ag...@lps-it.frwrote: Indeed. Patch provided here : http://dev.opennebula.org/issues/1171 :-) --- En date

[one-users] Import iscsi images

2012-04-12 Thread Francesco Camisa
Hi, I have installed 3.4. I have read the documentation regarding the iscsi datastore and I understand that it is tightly integrated with tgt. We don't use tgt but equallogic devices. I was wondering if it's possible to add a pre-existing target via sunstone or oneimage providing the target

Re: [one-users] Import iscsi images

2012-04-12 Thread Jaime Melis
Hello Francesco, yes you can. The key is to use SOURCE=your_iqn in the image template instead of using PATH. Keep in mind that you need to be careful with the oneimage delete action. If you do oneimage delete, this snippet of code will get called: