[one-users] Use computing resources of more than one node

2011-11-08 Thread Badan Sergiu
Hello.
A quick question: does opennebula support scaling a virtual machine to use the 
computing resources of more than a node at a time? Consider that one 
application uses 40 GB RAM, and we have 4 nodes with 16GB RAM each. Is this 
possible?

Thank you in advance
--
Sergiu B.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] problem with access to objects in opennebula 3.0

2011-11-08 Thread Rolandas Naujikas
Hi,

Why an user could access private objects from other users in the same
group ?
OpenNebula 3.0 documentation says opposite.
http://opennebula.org/documentation:rel3.0:manage_users

Regards, Rolandas

P.S. I have images created with oneadmin and one of them public
(published) and others - no. With regular user (in the group oneadmin) I
can access all user oneadmin images (and create VM from them).
The same was with the group users.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Sharing workers between two front-ends

2011-11-08 Thread Carlos Martín Sánchez
Hi,

OpenNebula names the VMs, meaning the hypervisor instances, as one-id.
You will probably have collisions.

You can use this workaround: modify the pool_control table in the DB and
set the last_oid for VMs to 1000 in one of the two front-ends.
That will make one OpenNebula create VMs starting with one-1001, one-1002...

Regards.
--
Carlos Martín, MSc
Project Engineer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | cmar...@opennebula.org |
@OpenNebulahttp://twitter.com/opennebulacmar...@opennebula.org


On Mon, Nov 7, 2011 at 9:59 AM, Humberto N. Castejon Martinez 
humca...@gmail.com wrote:

 Hi,

 I know that sharing a worker node between two front-ends (i.e. having a
 worker as part of two clouds) sounds strange, and I am not thinking on
 doing it for production. I am just performing some experiments and would
 like to use the same worker from different front-ends. Provided that I use
 different VM_DIR and SCRIPTS_REMOTE_DIR for each front-end, would I
 experiment any problem.

 Cheers,
 Humberto

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] problem with access to objects in opennebula 3.0

2011-11-08 Thread Carlos Martín Sánchez
Hi,

Users in the oneadmin group are authorized to perform any operation [1].

Regards.

[1]
http://opennebula.org/documentation:rel3.0:manage_acl#how_permission_is_granted_or_denied
--
Carlos Martín, MSc
Project Engineer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | cmar...@opennebula.org |
@OpenNebulahttp://twitter.com/opennebulacmar...@opennebula.org


On Tue, Nov 8, 2011 at 2:25 PM, Rolandas Naujikas 
rolandas.nauji...@mif.vu.lt wrote:

 Hi,

 Why an user could access private objects from other users in the same
 group ?
 OpenNebula 3.0 documentation says opposite.
 http://opennebula.org/documentation:rel3.0:manage_users

 Regards, Rolandas

 P.S. I have images created with oneadmin and one of them public
 (published) and others - no. With regular user (in the group oneadmin) I
 can access all user oneadmin images (and create VM from them).
 The same was with the group users.
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Use computing resources of more than one node

2011-11-08 Thread Javier Fontan
As fas as I know none of the hypervisors supported can do that. Even
if they could share ram using the network this would make process
execution staggering slow.

On Tue, Nov 8, 2011 at 11:28 AM, Badan Sergiu badse...@yandex.ru wrote:
 Hello.
 A quick question: does opennebula support scaling a virtual machine to use 
 the computing resources of more than a node at a time? Consider that one 
 application uses 40 GB RAM, and we have 4 nodes with 16GB RAM each. Is this 
 possible?

 Thank you in advance
 --
 Sergiu B.
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
Javier Fontán Muiños
Project Engineer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | jfon...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Sharing workers between two front-ends

2011-11-08 Thread Humberto N. Castejon Martinez
Thanks, I will try that

2011/11/8 Carlos Martín Sánchez cmar...@opennebula.org

 Hi,

 OpenNebula names the VMs, meaning the hypervisor instances, as one-id.
 You will probably have collisions.

 You can use this workaround: modify the pool_control table in the DB and
 set the last_oid for VMs to 1000 in one of the two front-ends.
 That will make one OpenNebula create VMs starting with one-1001,
 one-1002...

 Regards.
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - The Open Source Toolkit for Data Center Virtualization
 www.OpenNebula.org | cmar...@opennebula.org | 
 @OpenNebulahttp://twitter.com/opennebula


 On Mon, Nov 7, 2011 at 9:59 AM, Humberto N. Castejon Martinez 
 humca...@gmail.com wrote:

 Hi,

 I know that sharing a worker node between two front-ends (i.e. having a
 worker as part of two clouds) sounds strange, and I am not thinking on
 doing it for production. I am just performing some experiments and would
 like to use the same worker from different front-ends. Provided that I use
 different VM_DIR and SCRIPTS_REMOTE_DIR for each front-end, would I
 experiment any problem.

 Cheers,
 Humberto

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] problem with access to objects in opennebula 3.0

2011-11-08 Thread Rolandas Naujikas
On 2011-11-08 16:16, Carlos Martín Sánchez wrote:
 Hi,
 
 Users in the oneadmin group are authorized to perform any operation [1].

Thanks.

  ID USER GROUPNAMESIZE TYPE  REGTIME PUB
PER STAT  RVMS
   0 oneadmin users10G-qcow2 0M   OS   11/08 09:43:31 Yes
No  rdy 0
   2 oneadmin usersdebian-6.0-a  1G   OS   11/08 11:04:30  No
No used 7

When I (regular user from group users) tried to use this image (ID=2)
I got error (not authorized) - so it works.

Problem is that regular user could see private (not public) images from
other users.

Regards, Rolandas

 Regards.
 
 [1]
 http://opennebula.org/documentation:rel3.0:manage_acl#how_permission_is_granted_or_denied
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - The Open Source Toolkit for Data Center Virtualization
 www.OpenNebula.org | cmar...@opennebula.org |
 @OpenNebulahttp://twitter.com/opennebulacmar...@opennebula.org
 
 
 On Tue, Nov 8, 2011 at 2:25 PM, Rolandas Naujikas 
 rolandas.nauji...@mif.vu.lt wrote:
 
 Hi,

 Why an user could access private objects from other users in the same
 group ?
 OpenNebula 3.0 documentation says opposite.
 http://opennebula.org/documentation:rel3.0:manage_users

 Regards, Rolandas

 P.S. I have images created with oneadmin and one of them public
 (published) and others - no. With regular user (in the group oneadmin) I
 can access all user oneadmin images (and create VM from them).
 The same was with the group users.
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

 

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Network configuration

2011-11-08 Thread Johan Martinez
Does OpenNebula contain networking support for assigning IP addresses OR is
it something handled externally using a separate DHCP server? In my test
install I was able to start a VM using existing DHCP server. But I did
specify network configuration as mentioned here -
http://opennebula.org/documentation:rel3.0:vgg . So do I really need
NETWORK_SIZE, NETWORK_ADDRESS, and LEASE parameters? How does OpenNebula
use them?


jM
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org