Re: [one-users] Info on ONE Instance for testing purpose

2013-01-12 Thread Hector Sanjuan
Which OS are you on? Probably you are missing some dev or some extra xmlrpc packages. This is what I have in Opensuse, probably some of them are not necessary but anyway:$ zypper search xmlrpc | grep "i "i | libxmlrpc++3 | A library implementing XML-based remote procedure

Re: [one-users] Info on ONE Instance for testing purpose

2013-01-11 Thread Duverne, Cyrille
Hello Hector, Thanks for this, I tried to compile ONE in a self-contained mode. Then I downloaded the tarball in a local directory Untared it Tried to launch : scons -j2 And getting an error about can't find xmlrpc libraries. I've downloaded xmlrpc libraries, and I tried to check if everything

Re: [one-users] Info on ONE Instance for testing purpose

2013-01-08 Thread Duverne, Cyrille
Hello, Do you know if such a thing exists ? If no it could be a great feature to be able to simulate ONE answers to API commands instead of having a full working infrastructure. Do you use a Continuous Integration tool in ONE development ? Do you test all features and builds ? Thanks in advance

Re: [one-users] Info on ONE Instance for testing purpose

2013-01-08 Thread Carlos Martín Sánchez
Hi, When we don't need to check the interaction with real infrastructure we use the dummy drivers for hosts (im, vmm, network) and datastores (ds tm) $ onehost create dummyhost -i im_dummy -v vmm_dummy -n dummy $ onedatastore show 0 ... DATASTORE TEMPLATE TM_MAD=dummy $ onedatastore show 1

Re: [one-users] Info on ONE Instance for testing purpose

2013-01-08 Thread Duverne, Cyrille
Hello, Thanks a lot Carlos for this. So I still need to install OpenNebula somewhere to be able to simulate the API.. Kind regards Cyrille Mardi 08/01/2013 à 12:36 Carlos Martín Sánchez a écrit: Hi, When we don't need to check the interaction with real infrastructure we use the dummy drivers

Re: [one-users] Info on ONE Instance for testing purpose

2013-01-08 Thread Hector Sanjuan
Yes but dont forget that you can make a self-contained installation on a single folder (-d option http://opennebula.org/documentation:rel3.8:compile). So you can have a selfcontained install with sqlite and dummy drivers withing your project, that you can use for testing purposes. Or your tests

[one-users] Info on ONE Instance for testing purpose

2013-01-02 Thread Duverne, Cyrille
Hello, We are creating a new scalable middleware product, and we need to have a fake RPC server for test purpose to launch commands from our continuous integration server. Is there any available on your side ? Thanks in advance Cyrille ___ Users