Re: [one-users] Trying jclouds to manage OpenNebula

2013-03-25 Thread Daniel Molina
Hi Giovanni, On 20 March 2013 00:12, Giovanni Toraldo m...@gionn.net wrote: Hi, just to share a few discoveries of the last few days. I've tried to manage OpenNebula instances with jclouds [1]. It doesn't comes with a native OpenNebula driver, however it contains a generic EC2 driver, that

[one-users] Is it possible to make an OCCI image capable of being instantiated but not cloned?

2013-03-25 Thread Gerry O'Brien
Hi, Is it possible to make an OCCI image capable of being instantiated but not cloned? I'm thinking about the case where an image might contain sensitive information, e.g. passwords, etc, that is used on first boot and then deleted. However, if the imaged can be cloned before being run

Re: [one-users] Provisioning and theforeman

2013-03-25 Thread Tino Vazquez
Hi Karanbir, Many thanks for your help. We will release shortly v4.0 and I will let you know as soon as we start designing the integration. Best regards, -Tino -- Constantino Vázquez Blanco, PhD, MSc Project Engineer OpenNebula - The Open-Source Solution for Data Center Virtualization

Re: [one-users] RPC API and PHP (auth pb)

2013-03-25 Thread Carlos Martín Sánchez
Hi, The serveradmin users allows more secure communications, and advanced authentication scenarios, like browser certificates [1]. But if you are building a simple user interface, you might want to keep things simple and use the 'username:password' session token for your xmlrpc requests. Regards

Re: [one-users] vmm driver result in shell

2013-03-25 Thread Carlos Martín Sánchez
Hi, What kind of results will you present to the user? The commands that trigger a driver action are asynchronous, so you can't get any result immediately to the user. If you are modifying the c++ core, you could add your custom information in the VM template, this way the users will see it in

[one-users] VNC problem

2013-03-25 Thread Prachi De
Hi all, I have downloded novnc.sh from opennebula repository and installed it at /srv/cloud/one/share ~/share$ sudo ./install_novnc.sh Downloading noVNC latest version... 100.0% Extracting files to temporary folder...

Re: [one-users] VNC problem

2013-03-25 Thread Tino Vazquez
Hi, If you are using the latest from the repository, please state the branch you are using and the latest commit you've cloned (the first entry of git log). Regards, -Tino -- Constantino Vázquez Blanco, PhD, MSc | dsa-research.org/tinova Virtualization Technology Engineer / Researcher

[one-users] Fwd: VNC problem

2013-03-25 Thread Tino Vazquez
fyi -- Constantino Vázquez Blanco, PhD, MSc Project Engineer OpenNebula - The Open-Source Solution for Data Center Virtualization www.OpenNebula.org | @tinova79 | @OpenNebula -- Forwarded message -- From: Prachi De deprac...@gmail.com Date: Mon, Mar 25, 2013 at 12:40 PM Subject:

Re: [one-users] vmm driver result in shell

2013-03-25 Thread Carlos Martín Sánchez
Is your command very resource-intensive? I'm thinking that maybe you could just add your commands to the periodic VM monitorization. Or add a flag somewhere to indicate if the operation should be done in the next poll action... If you avoid to change the OpenNebula code it will be easier to

Re: [one-users] vmm driver result in shell

2013-03-25 Thread Tobias Zillner
It depends which commad i am executing. Dump memory is resource intesive but commds like read the process list shoudnt cost to much performance. The problem is that the usershould be able tochoose wich command is executed. So i must add a possibility to get this command to the driver. Or am i

Re: [one-users] Chef cookbook for OpenNebula (to be used with Vagrant)

2013-03-25 Thread Shankhadeep Shome
We have been using open nebula with chef for the last 6 months. Vagrant seems to me something you would use if you want to keep the development environment on each developers own machine. Our experience with chef solo + open nebula command line pretty much automates the entire boot strapping and

Re: [one-users] vmm driver result in shell

2013-03-25 Thread Carlos Martín Sánchez
The message sent from the core to the drivers is built by VirtualMachineManager::format_message. This message is then received by the driver, see for instance one_vmm_exec.rb poll method, and decoded (VirtualMachineDriver.rb). I guess you can safely add a new xml element to the message if you

Re: [one-users] RPC API and PHP (auth pb)

2013-03-25 Thread Carlos Martín Sánchez
Hi, On Mon, Mar 25, 2013 at 2:48 PM, Nicolas Bélan nicolas.be...@gmail.comwrote: Hello, the problem is that password is in a LDAP tree, and I do not get clear user password from the user (got it in SHA1) through web connection. I only map ldap[uidnumber] to get various other informations

[one-users] No option to add new hosts in Sunstone

2013-03-25 Thread Tao Craig
Hi all, I just did a fresh install of Opennebula 3.8.3 on CentOS 6.3 (64bit). When I log in to Sunstone however, there is no option to add hosts? Only the refresh and help button exist on this page. ... any ideas? Thanks in advance. ___ Users mailing

Re: [one-users] RPC API and PHP (auth pb)

2013-03-25 Thread Nicolas Bélan
Hi, Well, the encrypted field is not clear for me. I tried: function test_request_1() { // build userAuth $userAuth =$this-oca_username . : . $this-user_email . : . sha1($this-oca_password); $request = xmlrpc_encode_request(one.vmpool.info, array($userAuth, -2,