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 = &getVMPoolFilterInfo(@

Re: [one-users] XML RPC call authentication error

2011-08-09 Thread Miguel Morillo Iruela
ttp://opennebula.org/software:ecosystem:python_bindings > > -- > Carlos Martín, MSc > Project Major Contributor > OpenNebula - The Open Source Toolkit for Cloud Computing > www.OpenNebula.org | cmar...@opennebula.org > > > > On Sun, Aug 7, 2011 at 11:13 PM, Miguel Moril

[one-users] XML RPC call authentication error

2011-08-07 Thread Miguel Morillo Iruela
Hello, I'm trying to deploy and get information of some VM deployed with ONE, I'd like to obtain this information with the XML-RPC API, when I try to invoice some commands I always get an authentication error: The example script: #!/usr/bin/python import xmlrpclib import os #server=xmlrpclib.S

[one-users] deploy vm failed

2011-08-01 Thread Miguel Morillo Iruela
Hello, I'm trying to configure Opennebula 2.2.1 in Ubuntu 11.04 and some Xen nodes in Centos 5.6 (xen-3.0.3), I have installed Opennebula from source and an NFS storage dir to share the installation dir and images with Xen nodes (/srv/cloud/one). I have test also with tm_ssh and tm_nfs. I can cr