Re: [one-users] sunstone gui suggestion #2

2012-12-17 Thread Carlos Martín Sánchez
Hi, This is already scheduled for the next release [1], thanks for the feedback. Cheers [1] http://dev.opennebula.org/issues/1326 -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org |

Re: [one-users] sunstone bug

2012-12-17 Thread Daniel Molina
Hi Gary and Simon, On 16 December 2012 20:56, Simon Boulet si...@nostalgeek.com wrote: Similar issue when deleting images from Sunstone, the confirmation message is showing: This will delete the selected VMs from the database Do you want to proceed? Should we open a bug for this? Simon

Re: [one-users] Instanciate cloned templates with restricted attributes

2012-12-17 Thread Carlos Martín Sánchez
Hi, The merging of templates sounds interesting. I think this could be also done with a custom authorization (authZ) driver [1] [2]. If I understood correctly, the driver would need to check if it is a deploy operation, and deny the operation if the cpu/memory are not one of the allowed fixed

[one-users] list of ip addresses of network deployed in the frontend

2012-12-17 Thread Juan Ángel Ferreiro
Hi everyone! I would like to know which is the easiest way to extract all ip of the virtual machines deployed in the opennebula frontend. Best regards, -- Juan Ángel Ferreiro Lage ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] list of ip addresses of network deployed in the frontend

2012-12-17 Thread Jaime Melis
Hi, probably by doing 'onevm list -x' and grepping. Or writing a small ruby script using OpenNebula's OCA (about 10 lines) [1]. [1] http://opennebula.org/documentation:rel3.8:ruby cheers, Jaime -- Jaime Melis Project Engineer OpenNebula - The Open Source Toolkit for Cloud Computing

Re: [one-users] list of ip addresses of network deployed in the frontend

2012-12-17 Thread Miguel Morillo Iruela
Hello, I wrote a perl script to extract the information that I need from XML-RPC: http://opennebula.org/documentation:rel3.8:api#onevmpoolinfo The sniped code: my @vmpoolany = getVMPoolInfo(-1,-1,-1,-1); # Información de maquinas en estado Any state, except DONE my @ips =

[one-users] minor fix for datastores tab

2012-12-17 Thread Carlo Daffara
Dear friends, on chrome (and for sure in Firefox nightly) the datastores tab does not properly line some of the pulldown menus; a very simple fix is to add an additional br / in datastores-tab.js at line 70, so that it becomes /select*br /*br name=ds_mad /\ little thing, I know :-) cheers,

[one-users] Manually solving bug #1605 - VMs in CLEANUP state

2012-12-17 Thread Carlos Jiménez
Hi all, I have one machine with OpenNebula 3.8 and several hosts running KVM. Also, I have some VMs created. The problem is that after rebooting the OpenNebula server, several VMs are in RUNNING state but most of them are in CLEANUP state. Once in that state, it is not possible to delete or

Re: [one-users] sunstone bug

2012-12-17 Thread Gary S. Cuozzo
I'm running 3.8.1 gary - Original Message - From: Daniel Molina dmol...@opennebula.org To: Simon Boulet si...@nostalgeek.com, Gary S. Cuozzo g...@isgsoftware.net Cc: Users OpenNebula users@lists.opennebula.org Sent: Monday, December 17, 2012 6:10:02 AM Subject: Re: [one-users] sunstone

[one-users] Two System Datafiles in the same cluster

2012-12-17 Thread Oriol Martí
Hi, somebody knows if it is possible to have two system datastores in a cluster and create VM in the same host but in different datastores? I've my default SYSTEM_DS=101 in the cluster, I've tried to add to the MV template to change the datastore which the vm is created: REQUIREMENTS=

Re: [one-users] Two System Datafiles in the same cluster

2012-12-17 Thread Gary S. Cuozzo
Hello Oriol, I don't think you can have more than one system datastore, but I could be wrong about that. But, unless I misunderstand your goal, I don't think you need to have more than one. You should simply be able to define 2 datastores and associate each with the cluster. I have a similar

Re: [one-users] sunstone bug

2012-12-17 Thread Simon Boulet
Oh, hold on. After logging in to Sunstone if I go directly to Images and choose to Delete an image, the confirmation message is properly shown: You have to confirm this action. Do you want to proceed?. However, if I first go to the VM tab and Delete a VM, then I return to the Images and choose

Re: [one-users] Instanciate cloned templates with restricted attributes

2012-12-17 Thread Simon Boulet
Hi Carlos, On Mon, Dec 17, 2012 at 6:26 AM, Carlos Martín Sánchez cmar...@opennebula.org wrote: Hi, The merging of templates sounds interesting. I have submitted a patch: http://dev.opennebula.org/issues/1697 Thanks Simon ___ Users mailing

Re: [one-users] Two System Datafiles in the same cluster

2012-12-17 Thread Oriol Martí
Hi Gary, thank you for your fast response, my idea is to have an NFS and a local datastore, which are system datastores, to store the images of the running vms. Then you can create vms with faster disk (local) or slower disk (NFS). I've tried to have two systems datastores in the same cluster

Re: [one-users] Two System Datafiles in the same cluster

2012-12-17 Thread Gary S. Cuozzo
I do exactly what you reference below, use NFS for shared storage and also localfs for high performance local storage. But, I only have 1 system datastore. When you use shared storage such as NFS or iSCSI, the system datastore also has to be shared. I think the system datastore is typically

[one-users] marketplace VMs ready for noVNC?

2012-12-17 Thread Vassilis Vatikiotis
Hello all, are the VMs in the OpenNebula marketplace ready for connectivity? I tried the stock Ubuntu 12.04, KVM, x86_64, raw which works ok. As soon as I added a GRAPHICS section in the template and instantiated it, the VM failed, with the following error: # cat

[one-users] Questions about development of OpenNEbula

2012-12-17 Thread JiaXiang Liu
Hello all, I am Todd, a developer. I studied and learned the OpenNEbula Community. I know how to find a bug,report a functionalrequirement , and how to contribute code from the OpenNebula community website, . However, I did not find the release plan. I also do not quite understand, whether