Re: [one-users] About libvirt cpu tune and topology

2015-02-04 Thread Alvaro Simon Garcia
:-) Cheers Alvaro cheers, Jaime On Wed, Feb 4, 2015 at 9:43 AM, Alvaro Simon Garcia mailto:alvaro.simongar...@ugent.be>> wrote: Hi all You can set the Cpu model and topology since 0.7.5 version but, do you know if this feature will be also supported by opennebula? At this

[one-users] About libvirt cpu tune and topology

2015-02-04 Thread Alvaro Simon Garcia
Hi all You can set the Cpu model and topology since 0.7.5 version but, do you know if this feature will be also supported by opennebula? At this moment we can add a RAW section in our template to include this: RAW=[ DATA="8threads='1'/>", TYPE="kvm" ] but we don't know if this feature c

Re: [one-users] Blog post: Technical Notes from OpenNebulaConf 2014

2014-12-11 Thread Alvaro Simon Garcia
Hi Carlos et ONE guys Thanks a lot for this! it was very useful and a great conf! Cheers Alvaro On 10/12/14 17:21, Carlos Martín Sánchez wrote: Dear community, We just published a blog post with the feedback we gathered from you during the OpenNebulaConf 2014. Thank you for your attendance an

[one-users] Issues during ONE 4.10 beta upgrade

2014-10-23 Thread Alvaro Simon Garcia
Dear OpenNebula developers We have upgraded our ONE testbed from 4.8 to 4.10 and we found a few issues during the migration. (We are using SL 7 in our tests and we have upgraded to the latest ONE beta version available from http://downloads.opennebula.org/repo/4.10/CentOS/7/x86_64/) The firs

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-10-10 Thread Alvaro Simon Garcia
On 10/10/14 10:45, Ruben S. Montero wrote: FYI This is now in master and ready for OpenNebula 4.10.Thanks Alvaro for the contribution :) Thanks a lot Ruben! Cheers A On Thu, Jul 17, 2014 at 2:11 PM, Alvaro Simon Garcia mailto:alvaro.simongar...@ugent.be>> wrote: Hi Jaime

Re: [one-users] ONE 4.8 XML-RPC API and one.vn.addleases call

2014-10-08 Thread Alvaro Simon Garcia
, Alvaro Simon Garcia wrote: Hi all We are testing the new ONE 4.8 XML-RPC API and we found that "one.vn.addleases" is missing (we use often this function to add and remove fixed IPs and MACs in our networks). We don't know if the name was changed since ONE 4.6... any clue ab

[one-users] ONE 4.8 XML-RPC API and one.vn.addleases call

2014-10-07 Thread Alvaro Simon Garcia
Hi all We are testing the new ONE 4.8 XML-RPC API and we found that "one.vn.addleases" is missing (we use often this function to add and remove fixed IPs and MACs in our networks). We don't know if the name was changed since ONE 4.6... any clue about this? http://docs.opennebula.org/4.8/inte

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-08-11 Thread Alvaro Simon Garcia
, 2014 at 10:25 AM, Jaime Melis <mailto:jme...@opennebula.org>> wrote: Hi Alvaro, Could you also provide a patch for the documentation? On Mon, Aug 11, 2014 at 10:22 AM, Alvaro Simon Garcia mailto:alvaro.simongar...@ugent.be>> wrote: Hi Jaime, Javie

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-08-11 Thread Alvaro Simon Garcia
On 11/08/14 10:25, Jaime Melis wrote: Hi Alvaro, Could you also provide a patch for the documentation? Sure, I will include the documentation patch during today/tomorrow.. Cheers and thanks Alvaro On Mon, Aug 11, 2014 at 10:22 AM, Alvaro Simon Garcia mailto:alvaro.simongar...@ugent.be

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-08-11 Thread Alvaro Simon Garcia
/pull/28 https://github.com/OpenNebula/one/pull/29 https://github.com/OpenNebula/one/pull/30 https://github.com/OpenNebula/one/pull/31 Cheers Alvaro On 17/07/14 14:11, Alvaro Simon Garcia wrote: Hi Jaime Sorry for the late reply, I didn't see your mail before because I was included in cc. With

Re: [one-users] OpenNebula does not use MAC value included into VM NIC template

2014-08-11 Thread Alvaro Simon Garcia
search the lease, in your example the IP is used to select the lease and you get the MAC address associated to it. You need to update the network so the IP has the desired MAC. Cheers Ruben On Wed, Jul 16, 2014 at 3:24 PM, Alvaro Simon Garcia mailto:alvaro.simongar...@ugent.be>>

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-07-17 Thread Alvaro Simon Garcia
o the ONE datastore template and the monitoring script will use one or another depending on the DS conf. With the current system you can monitor multiple ceph pools as long as the oneadmin user has right, isn't that so? Joel, would you like to weigh in? would you find this useful? chee

[one-users] OpenNebula does not use MAC value included into VM NIC template

2014-07-16 Thread Alvaro Simon Garcia
Hi We need to set (and modify from time to time) the MAC address in our VM templates, by default ONE generates this MAC using the default prefix value and the VM ip, but we need to set a different MAC in some cases. We are including the MAC address into NIC section, as example: NIC=[ IP="

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-06-19 Thread Alvaro Simon Garcia
/one/blob/one-4.6/src/mad/sh/scripts_common.sh#L40 As I said I don't know much about Ceph and it may be those credentials could be set in a config file or so. On Tue, Jun 17, 2014 at 11:19 AM, Alvaro Simon Garcia wrote: Hi We have included the admin keyring instead of libvirt user and it

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-06-17 Thread Alvaro Simon Garcia
h and it may be those credentials could be set in a config file or so. On Tue, Jun 17, 2014 at 11:19 AM, Alvaro Simon Garcia wrote: Hi We have included the admin keyring instead of libvirt user and it works... that means that we can run rbd or qemu-img wihtout the libvirt id, but is not the best so

Re: [one-users] Ceph datastore monitoring in OpenNebula

2014-06-17 Thread Alvaro Simon Garcia
nnebula at the end Cheers Alvaro On 2014-06-17 10:09, Alvaro Simon Garcia wrote: Hi all We have included our ONE nodes into Ceph cluster, cephx auth is working but OpenNebula is not able to detect the free space: $ onedatastore show 103 DATASTORE 103 INFORMATION ID

[one-users] Ceph datastore monitoring in OpenNebula

2014-06-17 Thread Alvaro Simon Garcia
Hi all We have included our ONE nodes into Ceph cluster, cephx auth is working but OpenNebula is not able to detect the free space: $ onedatastore show 103 DATASTORE 103 INFORMATION ID : 103 NAME : ceph USER : oneadmin GROUP : oneadmin CLUSTER

Re: [one-users] ONE repos for RHEL7

2014-06-12 Thread Alvaro Simon Garcia
Hi Ruben Hi Alvaro, Support for CentOS7 will be included in the next release, we'll update when the first builds are ready. Thanks a lot for the info! Cheers Alvaro Cheers Ruben On Wed, Jun 11, 2014 at 4:17 PM, Alvaro Simon Garcia mailto:alvaro.simongar...@ugent.be>> wrot

[one-users] ONE repos for RHEL7

2014-06-11 Thread Alvaro Simon Garcia
Hi RHEL7 is now out but it's available a ONE repo for this version? I have tested the current ONE CentOS/RHEL repo with RHEL7+EPEL but some packages are not available from EPEL7 repository: Error: Package: opennebula-server-4.6.1-1.x86_64 (opennebula) Requires: log4cpp Error: Packa

Re: [one-users] OpenNebula and OVA files support

2014-04-10 Thread Alvaro Simon
-supported-by-this-qemu-version-vmdk-version-3/ We use it with great results. cheers carlo daffara CloudWeavers - Messaggio originale - Da: "Alvaro Simon" A: "Jaime Melis" Cc: "Users OpenNebula" Inviato: Giovedì, 10 aprile 2014 17:07:50 Oggetto: Re: [one-user

Re: [one-users] OpenNebula and OVA files support

2014-04-10 Thread Alvaro Simon
#L7 with VBoxManage scripts, something like: VBoxManage clonehd #{s} #{t} --format VMDK Thanks a lot for the tip! we will use VBoxManage command meanwhile.. Cheers Alvaro cheers, Jaime On Thu, Apr 10, 2014 at 4:16 PM, Alvaro Simon wrote: Dear all We are playing around with OVA files, some

[one-users] OpenNebula and OVA files support

2014-04-10 Thread Alvaro Simon
Dear all We are playing around with OVA files, some of them have VMDK version 3 imges inside, when you include a OVA file with oneimage, ON untar the file and creates a directory into the datastore, the question is if it will be suported the VMDK image conversion in ON in the future. I see t

Re: [one-users] Sunstone LDAP and user passwords with special characters

2013-11-21 Thread Alvaro Simon
racter... Cheers Alvaro Steve Timm On Wed, 20 Nov 2013, Alvaro Simon wrote: Dear ON community We don't know if this is a known issue or not, we are using ON 4.2 and Sunstone with LDAP support. We have notice that special characters like white spaces are not working from Sunstone using L

[one-users] Sunstone LDAP and user passwords with special characters

2013-11-20 Thread Alvaro Simon
Dear ON community We don't know if this is a known issue or not, we are using ON 4.2 and Sunstone with LDAP support. We have notice that special characters like white spaces are not working from Sunstone using LDAP auth, we got these errors: Wed Nov 20 09:49:10 2013 [E]: User carlosf could n

Re: [one-users] Sunstone 3.8.1 image upload issue

2013-03-01 Thread Alvaro Simon
> Glad we found the issue! Yes :-) thanks Hector and Daniel for your help! > > Hector > > On Thu, 28 Feb 2013 13:57:23 +0100, Daniel Molina > wrote: > >> On 28 February 2013 13:45, Alvaro Simon wrote: >>> Hi Daniel >>> >>>> >>>&

Re: [one-users] Sunstone 3.8.1 image upload issue

2013-02-28 Thread Alvaro Simon
heers Alvaro Cheers and thanks! Alvaro Hector On Tue, 26 Feb 2013 15:57:48 +0100, Alvaro Simon wrote: Hi Hector Wild guess, can you try to upload a file with a short regular filename like "image.img"? I wonder if there are some unallowed characters there... That does not work either..

Re: [one-users] Sunstone 3.8.1 image upload issue

2013-02-28 Thread Alvaro Simon
7 because it's needed by rOCCI server. googling a bit about StringIO ruby error we found this: http://adayinthepit.com/2011/06/03/ruby-openuri-open-returns-stringio-fileio/ So we cannot upload file images greater than 10, someone else has detected this issue? how we can fix it? Cheers and

Re: [one-users] Sunstone 3.8.1 image upload issue

2013-02-26 Thread Alvaro Simon
ssue? This feature is not critical but it's quite useful for our external users.. Cheers and thanks! Alvaro Hector On Mon, 25 Feb 2013 17:32:24 +0100, Alvaro Simon wrote: Hi Daniel Can you try changing the tmpdir parameter in sunstone-server.conf to /var/tmp or any other directory

Re: [one-users] Sunstone 3.8.1 image upload issue

2013-02-25 Thread Alvaro Simon
Hi Daniel Can you try changing the tmpdir parameter in sunstone-server.conf to /var/tmp or any other directory different from /tmp. Cheers. I have changed it by /var/lib/one (oneadmin home directory) but sunstone does not upload the new image and no image temp is generated at /var/lib/one

Re: [one-users] Sunstone 3.8.1 image upload issue

2013-02-25 Thread Alvaro Simon
Hi Daniel Hi Alvaro, El 21/02/2013 17:51, "Alvaro Simon" escribió: Dear all We are testing sunstone image wizard, we can create empty datablocks or download an existing image from a http endpoint but the image upload feature from our laptop does not work. The process ends wh

[one-users] Sunstone 3.8.1 image upload issue

2013-02-21 Thread Alvaro Simon
Dear all We are testing sunstone image wizard, we can create empty datablocks or download an existing image from a http endpoint but the image upload feature from our laptop does not work. The process ends whithout any error but the image does not appear in our image list nor into our datastor

Re: [one-users] How to change a bridge in a already created vnet

2012-10-19 Thread Alvaro Simon
Hi Valentin: Thanks a lot for your quick answer > On Thu, Oct 18, 2012 at 06:16:22PM +0200, Alvaro Simon wrote: >> Dear OpenNebula developers >> >> We have crated a fixed virtual network some time ago with a specific >> bridge (virbrA). >> >> Now we did some

[one-users] How to change a bridge in a already created vnet

2012-10-18 Thread Alvaro Simon
Dear OpenNebula developers We have crated a fixed virtual network some time ago with a specific bridge (virbrA). Now we did some changes in our network, we are using a new IP rank but for practical reasons we want to still use the same vnetid. We have updated our vnet to change its bridge (by vir

Re: [one-users] x509 auth mapping to a single user

2012-10-18 Thread Alvaro Simon
Hi Daniel: > No problem. BTW what rOCCI and OpenNebula version are you using? We are using these versions for OpenNebula and rOCCI OpenNebula 3.2 rOCCI 0.5.0-beta1 Cheers Alvaro ___ Users mailing list Users@lists.opennebula.org http://lists.opennebul

Re: [one-users] x509 auth mapping to a single user

2012-10-18 Thread Alvaro Simon
Hi Daniel: > You can achieve this using "|" to separate them. > > oneuser create testinguser > "/DC=xx/DC=xxx/O=/CN=x|/DC=/DC=/O=/CN=" --driver > x509 > This info is very useful. Cheers and thanks! Alvaro ___ Users mailing li

[one-users] x509 auth mapping to a single user

2012-10-17 Thread Alvaro Simon
Dear OpenNebula developers We are testing new rOCCI version with OpenNebula using x509 auth. For the first tests we have created several users for different certificate DNs (included into passwd without spaces). #oneuser create testinguser "/DC=xx/DC=xxx/O=/CN=x" --driver x509 Our tests