[one-users] keepalived: problem implementing virtual ip

2012-10-17 Thread Lim Kean Meng
I want to setup a load balance to point to 2 VM in opennebula using keepalived, refer to ww.keepalived.org I am having problem when implementing virtual ip or vip. The vip which is actually an arbitrary ip in the same network can bind to my VM eth0 (this is the master server) and if the master

Re: [one-users] bug NameError - uninitialized constant SunstoneServer::ClusterPoolJSON:

2012-10-17 Thread Carlos Martín Sánchez
If you are referring to the DB upgrade, there is no process to upgrade to master, the onedb code will only upgrade to a specific version. Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org

Re: [one-users] additional parameters for the DISK section

2012-10-17 Thread Ruben S. Montero
Hi João Yes you are right, some additional work is needed to get raw content on specific sections. RAW will just append the content to the end of the generated XML document. BTW the section you are adding is related to DISK layout, is TARGET not working for you? Something similar is added by

[one-users] Reminder: call for translations (DL 19th October 9am CEST)

2012-10-17 Thread Daniel Molina
Dear community, This is a reminder of the call for translations for our web interfaces: Sunstone and Self-Service. As corrections and improvements have been carried out during the beta phase, there have been minor changes to some translations strings. These changes are now reflected in the

Re: [one-users] ONE SaveAS behaviour

2012-10-17 Thread Ruben S. Montero
hi First let me clarify that the design of OpenNebula does not make any assumption on the workload that the VMs will run, and it is totally agnostic to it. I dare to say that OpenNebula is as well suited for HPC as for enterprise or service provider clouds if not even more... Individually

Re: [one-users] VM description/comment

2012-10-17 Thread Ruben S. Montero
Hi Why not using the name of the VM for this?. Also if you want to append any arbitrary data to the VM (at creation) you can simply added to the VM template as: DESCRIPTION=this is a web server, use 1234 as root password This will be stored in the template ans can be queried with the onevm

Re: [one-users] ERROR: failed to get domain

2012-10-17 Thread Kannadhasan Thangadurai
Hi, Please find my below log: Wed Oct 17 17:11:07 2012 [DiM][D]: Deploying VM 11 Wed Oct 17 17:11:07 2012 [ReM][D]: [474] [0 oneadmin] [VirtualMachineDeploy] SUCCESS, 11 Wed Oct 17 17:11:10 2012 [AuM][D]: Message received: LOG I 90 ExitCode: 0 Wed Oct 17 17:11:10 2012 [AuM][I]: ExitCode: 0 Wed

Re: [one-users] additional parameters for the DISK section

2012-10-17 Thread João Pagaime
Hello Ruben that's right TARGET doesn't seem to be working (at least with SCSI) here's a quick example: - open-nebula template: .. DISK=[ DRIVER=raw, IMAGE_ID=82, READONLY=no, TARGET=sda ] DISK=[ DRIVER=raw, IMAGE_ID=83, READONLY=no, TARGET=sdb ]

Re: [one-users] Video RAM settings for VMware

2012-10-17 Thread Tino Vazquez
Hi Marcin, comments interspersed, On Tue, Oct 16, 2012 at 1:25 PM, Marcin Jarzab m...@agh.edu.pl wrote: Tino, Applying raw 'devices' section creates two XML devices tags. This due the implementation of 'core' vmware driver. :-) That is ok. I'm not sure about the exact problem but i'm

Re: [one-users] eth0 not detecting guest Centt OS VM in opennebula

2012-10-17 Thread Jaime Melis
Hello, can you send us a few things: - brctl show (in the hypervisor) - network template - virtual machine template Also, please include the GRAPHICS section in your template, so you can have VNC and debug the network issues from there:

Re: [one-users] Java example on opennebula

2012-10-17 Thread Carlos Martín Sánchez
Please stop sending a daily mail with the same problem. It's annoying and counter-productive. You will get better help if you put some effort in your question. I really like how this is explained in the Stack Overflow guide on how to ask [1]. Can you execute CLI commands with those

Re: [one-users] keepalived: problem implementing virtual ip

2012-10-17 Thread Teik Hooi Beh
Hi, Are you using virtual or physical load balancer? Beh On Wed, Oct 17, 2012 at 4:50 PM, Lim Kean Meng km@mimos.my wrote: I want to setup a load balance to point to 2 VM in opennebula using keepalived, refer to ww.keepalived.org I am having problem when implementing virtual ip or

[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

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

2012-10-17 Thread Daniel Molina
Hi Alvaro, On 17 October 2012 18:27, Alvaro Simon asi...@cesga.es wrote: 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).

Re: [one-users] keepalived: problem implementing virtual ip

2012-10-17 Thread Lim Kean Meng
It is on opennebula VM, I am using 2 VM to load balance using keepalived, details in my previous post. Thanks and best regards. Lim From: Teik Hooi Beh [mailto:th...@thbeh.com] Sent: Thursday, 18 October, 2012 12:08 AM To: Lim Kean Meng Cc: users@lists.opennebula.org Subject: Re: [one-users]

Re: [one-users] eth0 not detecting guest Centt OS VM in opennebula

2012-10-17 Thread Kannadhasan Thangadurai
Hi Please find the below details: Network Template: *NAME = vnet02* *TYPE = RANGED* *BRIDGE = br100* *NETWORK_SIZE = C* *#NETWORK_ADDRESS= 192.168.2.0/24* *IP_START = 192.168.12.60* *IP_END = 192.168.12.70* *VLAN = NO* *NETWORK_MASK = 255.255.255.0* *# Custom Attributes to be used in Context*

Re: [one-users] Manually set UUID on a VM using OpenNebula

2012-10-17 Thread Javier Fontan
OpenNebula does not support uuid parameter of libvirt/kvm but you should be able to set it using the raw attribute in the VM template: --8-- RAW = [ TYPE = kvm, DATA = uuid564d0a8b-f8de-ce9a-ecc2-cf7ebc0e4c83/uuid ] On Tue, Oct 16, 2012 at 2:27 PM, Carlos Jiménez

Re: [one-users] ERROR: failed to get domain

2012-10-17 Thread Javier Fontan
The version with error is 3.7.80, (3.8 beta), the one you are using. My bad. ;) On Thu, Oct 18, 2012 at 7:09 AM, Javier Fontan jfon...@opennebula.org wrote: OpenNebula 3.8.70 has a little bug that gives that error message on deployment but causes no harm. If you want to get rid of it you can

Re: [one-users] ERROR: failed to get domain

2012-10-17 Thread Kannadhasan Thangadurai
Thanks, a lot. :) On Thu, Oct 18, 2012 at 10:45 AM, Javier Fontan jfon...@opennebula.orgwrote: The version with error is 3.7.80, (3.8 beta), the one you are using. My bad. ;) On Thu, Oct 18, 2012 at 7:09 AM, Javier Fontan jfon...@opennebula.org wrote: OpenNebula 3.8.70 has a little bug

[one-users] hostname and IP address as arguments for 'onetemplate instantiate' command

2012-10-17 Thread knawnd
Dear community, I wonder if there is a way to assign a certain IP address for particular VM created and deployed by 'onetemplate instantiate' command? Right now it looks like IP is chosen randomly from the pool of free IP addresses (leases). Moreover from time to time I need to create a bunch