Hello, We are testing the creation of rubygems for OCA API an CLI. This is a very easy way of installing client side libraries and commands on machines without the need to install the whole stack.
The links for the the gems are: * https://rubygems.org/gems/opennebula-oca * https://rubygems.org/gems/opennebula-cli With rubygems installed you can install both gems using: # gem install opennebula-cli --pre CLI makes use of OCA and adds it as a dependency. Make sure you set ONE_XMLRPC to point to your OpenNebula frontend, for example: $ export ONE_XMLRPM=http://frontend.domain.com:2633/RPC2 Also set your credential in ~/.one/one_auth Please, tell us of any problem you have using those gems and also any comment or request. In the next weeks a non prerelease version will be available. Cheers -- Javier Fontán Muiños Project Engineer OpenNebula - The Open Source Toolkit for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
