Re: [one-users] what is the Procedure to upgrade opennebula

2014-02-21 Thread Meduri Jagadeesh
No i dont have any hosts, vm's and images From: cmar...@opennebula.org Date: Fri, 21 Feb 2014 10:44:06 +0100 Subject: Re: [one-users] what is the Procedure to upgrade opennebula To: meduri.jagade...@msn.com CC: users@lists.opennebula.org Hi, On Fri, Feb 21, 2014 at 6:11 AM, Meduri Jagadeesh

Re: [one-users] Adding an external VM to Open Nebula

2014-02-21 Thread Ruben S. Montero
That's currently not supported. Cheers Ruben On Tue, Feb 18, 2014 at 5:07 PM, SysSolutions99 wrote: > Hi, > > I have a kvm based Virtual Machine (CentOS 6.4 x86_64) which was created > outside of Open Nebula. How may I bring it under Open Nebula control? > > Thanks and Regards > >

Re: [one-users] Need some details on CPU/vCPU in Sunstone and capacity planning.

2014-02-21 Thread kiran ranjane
Hi Carlos, Thanks for the explanation, Few more question on this : How many vCPU a core can manage? What is the maximum vCPU that can be allocated to a VM? Thanks Kiran Ranjane On Thu, Feb 20, 2014 at 9:32 PM, Carlos Martín Sánchez < cmar...@opennebula.org> wrote: > Hi, > > On Mon, Feb 17, 20

Re: [one-users] Generated Keypairs/Fingerprints in econe-server?

2014-02-21 Thread Javier Fontan
After several tests we've found a bug. The fingerprint generation is incorrect. To fix it you have to change /usr/lib/one/ruby/cloud/econe/keypair.rb line 91 [1] from: erb_key_fingerprint = Digest::MD5.hexdigest(rsa_kp.to_der) to erb_key_fingerprint = Digest::MD5.hexdigest(rsa_kp.to_blob) We wi

Re: [one-users] Sunstone image upload to Ceph

2014-02-21 Thread Jaime Melis
Hi Stuart, the patch is written for a bash file, since the final driver actions are generally written in bash (with a few exceptions). Anyways, lots of Rubyists around in this list so if you bump into Ruby problems it's a good place to be :-) cheers, Jaime On Fri, Feb 21, 2014 at 12:58 PM, Stuar

Re: [one-users] Sunstone image upload to Ceph

2014-02-21 Thread Stuart Longland
Hi Jaime, On 21/02/14 20:01, Jaime Melis wrote: > Hi Stuart, > > no, it doesn't support this feature. To be honest, I don't think > removing that ssh connection will actually be that much of a > performance gain, especially since registering images is not a very > frequent operation. Well, I gues

Re: [one-users] Issue with Cloud View

2014-02-21 Thread kiran ranjane
Hi Daniel, I was going to ask you if we can add this ability in Sunstone, However as you informed that it going to be in next release then I will get my hands dirty when it is released :) Thanks Kiran Ranjane On Fri, Feb 21, 2014 at 3:37 PM, Daniel Molina wrote: > Hi Kiran, > > The problem is

Re: [one-users] feature request: Instantiate as owner/group

2014-02-21 Thread Stefan Kooman
Quoting Ruben S. Montero (rsmont...@opennebula.org): > Hi > > I believe this feature is already planned for 4.6 > > http://dev.opennebula.org/issues/2615 > > Originally it is only for the group, but it seems that we should extended > also to support the user Ah, I must have missed that feature

Re: [one-users] Problem when creating VMWARE ESXi5.0 VMs using OpenNebula

2014-02-21 Thread Stefan Kooman
Quoting Qiubo Su (David Su) (qiub...@gmail.com): > NAME = "ESXi Network" > TYPE = RANGED > PUBLIC = NO > BRIDGE = "VM Network" > NETWORK_ADDRESS = 192.168.1.100 > NETWORK_SIZE = 30 > NETMASK = 255.255.255.0 > GATEWAY = 192.168.1.1 > DNS = 192.168.1.1 > > Get error return "[virtualnetworkallocate

Re: [one-users] EC2 / cloud bursting - multiple AWS credentials

2014-02-21 Thread Carlos Martín Sánchez
Hi, On Thu, Feb 20, 2014 at 10:57 PM, Stefan Kooman wrote: > > > We could come up with an ec2 driver that reads the credentials from the > VM > > template, although I'm not sure how difficult it would be to make it work > > with the current code. Please open a feature request if the above multi

Re: [one-users] Issue with Cloud View

2014-02-21 Thread Daniel Molina
Hi Kiran, The problem is how you define the view for the new group. In the sunstone-views.yaml you can define views in three different ways, per user, per group and the default one; and they will be selected in that order: https://github.com/OpenNebula/one/blob/master/src/sunstone/models/SunstoneV

[one-users] Problem when creating VMWARE ESXi5.0 VMs using OpenNebula

2014-02-21 Thread Qiubo Su (David Su)
Dear OpenNebula Community, To create VMWARE ESXi5.0 VMs using OpenNebula, follow the process can get the below results: 1) run "/srv/cloud/one/var/remotes/im/run_probes vmware 0 esxi01" from the OpenNebula front end server, can get below return: HYPERVISOR=vmware TOTALCPU=400 FREECPU=400 CPUSPEED

Re: [one-users] Sunstone image upload error

2014-02-21 Thread Daniel Molina
Hi Stefan, On 20 February 2014 14:27, Stefan Kooman wrote: > Hi List, > > I receive the following error trying to create an image in sunstone > (based on a ISO upload). > > [ImageAllocate] Error allocating a new image. Parse error: syntax error, > unexpected VARIABLE, expecting EQUAL or EQUAL_E

Re: [one-users] feature request: Instantiate as owner/group

2014-02-21 Thread Ruben S. Montero
Hi I believe this feature is already planned for 4.6 http://dev.opennebula.org/issues/2615 Originally it is only for the group, but it seems that we should extended also to support the user Cheers Ruben On Thu, Feb 20, 2014 at 11:14 PM, Stefan Kooman wrote: > Quoting Carlos Martín Sánchez

Re: [one-users] Sunstone image upload to Ceph

2014-02-21 Thread Jaime Melis
Hi Stuart, no, it doesn't support this feature. To be honest, I don't think removing that ssh connection will actually be that much of a performance gain, especially since registering images is not a very frequent operation. However, that being said, one of the great things about OpenNebula is th

Re: [one-users] OpenNebula EC2 API compatible with itself?

2014-02-21 Thread Daniel Molina
Hi Stefan, On 18 February 2014 15:55, Stefan Kooman wrote: > Hi List, > > Just wondering, is the OpenNebula EC2 API compatbile with itself? I.e. > can I add another OpenNebula Cloud as EC2 host in a OpenNebula Cloud? > The documentation seems to suggest so but I haven't tried it myself [1]. > I

Re: [one-users] what is the Procedure to upgrade opennebula

2014-02-21 Thread Carlos Martín Sánchez
Hi, On Fri, Feb 21, 2014 at 6:11 AM, Meduri Jagadeesh wrote: > I am not using any database and when i installed opennebula it installed > version 3.2.1-2. now i want to upgrade to latest version > OpenNebula does use a database. By default, an sqlite file. Do you have any configuration and resou

Re: [one-users] OpenNebula and ceph: why "rbd copy" rather than "rbd clone"?

2014-02-21 Thread Jaime Melis
Hi Stuart, The initial OpenNebula Ceph driver implementation used "rbd copy" instead of "rbd clone" basically for simplicity reasons. The driver has evolved (thanks to a patch submitted by Bill Campbell) and it now uses "rbd clone" as you suggest: http://dev.opennebula.org/issues/2568 The code wi