Carlos Martin
ba790e2337
Minor log fix and style
2010-04-22 00:13:46 +02:00
Ruben S. Montero
21b729dbdd
feature #192 : Decouple Logger from Nebula class
2010-04-21 00:40:16 +02:00
Ruben S. Montero
84709c2cde
feature #192 : Decoupled logger classes from Nebula
2010-04-21 00:39:34 +02:00
Ruben S. Montero
24b8638284
feature #192 , #206 : Moved tests to SqlDB interface
2010-04-18 16:01:16 +02:00
Ruben S. Montero
c646c5ff7d
feature #192 : Minor fix for the TestPool
2010-04-18 15:59:46 +02:00
Ruben S. Montero
e29f34cb4a
Merge branch 'feature-192' into feature-206
...
Conflicts:
src/host/HostPool.cc
2010-04-17 17:18:03 +02:00
Carlos Martin
e60e22da70
feature #206 : New Class to interface MySQL DBs
2010-04-17 00:25:04 +02:00
Ruben S. Montero
b85ff59abd
feature #206 : moved Nebula to SqlDB and missing file for Virtual Netwokrs
2010-04-10 22:19:49 +02:00
Ruben S. Montero
d215c5dccd
feature #206 : Some minor fixes
2010-04-10 22:19:16 +02:00
Ruben S. Montero
ce7d0681e3
feature #206 : VirtualMachine uses SqlDB
2010-04-10 22:16:47 +02:00
Ruben S. Montero
aeb27c1004
feature #206 : Moved the Virtual Network to new DB classes
2010-04-10 22:15:47 +02:00
Ruben S. Montero
e16827443b
Merge branch 'master' into feature-192
2010-04-07 22:50:40 +02:00
Carlos Martin and Ruben S. Montero
76f9a21dde
New dump test for UserPool.
2010-04-07 22:49:50 +02:00
Carlos Martin and Ruben S. Montero
b99d4a5d66
feature #192 : Tests for the UserPool
2010-04-07 17:56:44 +02:00
Ruben S. Montero
4f74172044
feature #206 : update casting in generic sqlite callback function
2010-04-07 17:25:39 +02:00
Ruben S. Montero
a190d11e14
feature #206 : Tests moved to the new Sql engine
2010-04-05 23:42:02 +02:00
Carlos Martin and Ruben S. Montero
36d27746ba
feature #204 : Drop method now in the base class PoolSQL
2010-04-05 23:34:09 +02:00
Ruben S. Montero
7d16e4b0c8
feature #206 : User classes ported to the new SQL interface
2010-04-05 00:07:31 +02:00
Ruben S. Montero
47108138e7
feature #206 : Host moved to the new SQL classes
2010-04-04 01:12:52 +02:00
Ruben S. Montero
e20171a581
feature #206 : Template Class now uses the new SQL interface
2010-04-04 01:11:13 +02:00
Ruben S. Montero
9b9fa8b196
feature #206 : initialize error string pointer
2010-04-03 18:47:38 +02:00
Ruben S. Montero
ed3994ab75
feature #206 : Removed unneeded reference
2010-04-03 18:46:23 +02:00
Ruben S. Montero
88f7cbe8c1
feature #206 : Moved Pool classes to the new DB interface
2010-04-03 16:54:54 +02:00
Ruben S. Montero
4aaac043d0
feature #206 : New interace for callbacks
2010-04-03 16:54:09 +02:00
Ruben S. Montero
eacaa30e12
feature #206 : sqlite class implements the SqlDB interface
2010-04-03 15:56:57 +02:00
Ruben S. Montero
31ef166ee2
featrure #206 : Abstract interface for generic DB engine. Callback interface for ObjectSQL class
2010-04-03 15:55:12 +02:00
Ruben S. Montero
84e3d65c3b
Bug #208 : HostPool::discover filter outs disabled hosts
...
(cherry picked from commit 0ecd07d8efa3cf39d739d65481046f344b7f4c2c)
2010-03-30 00:06:29 +02:00
Ruben S. Montero
b211fc3b43
feature #206 : Interface for DB backends.
2010-03-29 13:57:33 +02:00
Javi Fontan
15a627f461
feature #198 : Removed some unused directories
2010-03-24 19:00:36 +01:00
Ruben S. Montero
4ac44ba75c
feature #198 : Uploaded a Copy of the Apache XML-RPC Library, Copyright 1999-2009 The Apache Software Foundation
2010-03-24 16:23:31 +01:00
Carlos Martin and Ruben S. Montero
0c7524b3b2
[PATCH] Some updates to the Java Cloud API
2010-03-23 22:20:48 +01:00
Carlos Martin and Ruben S. Montero
f9b542896b
feature #198 : Classes for the VirtualMachine and VirtualMachine Pool
2010-03-22 23:16:04 +01:00
Carlos Martin and Ruben S. Montero
4bdba89804
feature #198 : Classes for the Virtual Networks
2010-03-22 23:13:21 +01:00
Carlos Martin and Ruben S. Montero
0e3c7311f0
feature #198 : Classes to deal with the Hosts and the Host Pool
2010-03-22 23:09:02 +01:00
Carlos Martin and Ruben S. Montero
60fe13afa3
feature #198 : Sample program to use the User and UserPool classes
2010-03-20 22:44:35 +01:00
Carlos Martin and Ruben S. Montero
b2fc0774eb
feature #198 : More build options for build.sh
2010-03-20 22:43:48 +01:00
Carlos Martin and Ruben S. Montero
ffc71b6fc1
feature #198 : User related classes for the OCA-JAVA Bindings
2010-03-20 22:42:32 +01:00
Carlos Martin and Ruben S. Montero
e2cd528831
feature #198 : Added dirs to build.sh script
2010-03-20 00:56:40 +01:00
Carlos Martin and Ruben S. Montero
d27886b3a5
feature #198 : OCA-JAVA Client Session example
2010-03-20 00:55:22 +01:00
Ruben S. Montero
c81bcc2495
Merge branch 'master' into feature-198
2010-03-20 00:52:38 +01:00
Carlos Martin and Ruben S. Montero
c86f2d0445
feature #198 : Base Classes for the OCA API - JAVA Bindings
2010-03-20 00:49:20 +01:00
Ruben S. Montero
0d6e4eb723
Merge branch 'master' into feature-192
2010-03-15 16:54:30 +01:00
Ruben S. Montero
5337a9caf1
Remove oid from cache queue in PoolSQL
2010-03-15 16:30:49 +01:00
Ruben S. Montero
4c600f676d
feature #192 : Added cache test for the pool
2010-03-15 16:26:24 +01:00
Ruben S. Montero
2976924d3a
Merge branch 'master' into feature-192
2010-03-12 23:37:20 +01:00
Carlos Martin and Ruben S. Montero
237d2c5607
feature #192 : Initial tests for the PoolSQL class
2010-03-12 23:36:52 +01:00
Ruben S. Montero
61d7079cc2
bug #196 : Added parsing of share variables, it includes RUNNING_VMS, USED_CPU, USED_MEMORY...
...
(cherry picked from commit b59616d00a1f7a18da14ffb5b4d91f142b1d68bb)
2010-03-08 17:22:54 +01:00
Ruben S. Montero
28dee90b5a
bug #193 fixes VCPU in Xen, patch by Nils Dijk (Nikhef)
2010-02-25 23:38:49 +01:00
Constantino Vázquez Blanco
2e85cd9058
Merge branch 'master' of dsa-research.org:one
2010-02-25 16:14:27 +01:00
Constantino Vázquez Blanco
c87a33380d
Removing duplicated code
2010-02-25 16:11:38 +01:00