1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-28 17:47:03 +03:00

150 Commits

Author SHA1 Message Date
Tino Vázquez and Ruben S. Montero
3fd53cc4c2 feature #200: New states for Images and associated life-cycle functions 2010-06-24 16:12:45 +02:00
Tino Vázquez
ac2ed32178 Merge branch 'master' into feature-200 2010-06-14 13:04:08 +02:00
Carlos Martín
0280c88bb6 Performance improvements for VMs SQL queries. 2010-06-11 20:25:49 +02:00
Carlos Martín
6d60b1c0b2 bug #259: Callback functions are locked until the DB query answer is processed. 2010-06-11 19:11:12 +02:00
Constantino Vázquez Blanco
06657604b4 feature #200: Update image in DB after modifying attribute 2010-06-11 16:23:34 +02:00
Constantino Vázquez Blanco
5623814f03 feature #200: Fixed public attribute wrong type (from string to int) 2010-06-11 16:04:51 +02:00
Carlos Martín
7745093bd0 feature #253: some improvements, and PUBLIC attribute changed from TEXT to INTEGER for Virtual Networks. 2010-06-11 15:42:04 +02:00
Carlos Martín
5ddee46cc4 feature #200: PUBLIC attribute changed from TEXT to INTEGER. 2010-06-11 15:41:49 +02:00
Carlos Martín
151b73e616 features #200 & #253: Default public attribute removed. 2010-06-11 15:41:43 +02:00
Constantino Vázquez Blanco
b8de290197 feature #200: Addde Image Update method 2010-06-10 18:54:48 +02:00
Constantino Vázquez Blanco
9ca75314b4 feature #200: Added Image Delete RM method 2010-06-08 17:42:18 +02:00
Constantino Vázquez Blanco
1a956aa355 feature #200: Making ImageInfo aware of the Public attribute 2010-06-08 15:30:15 +02:00
Carlos Martín
125690380a feature #253: Add PUBLIC column to sql table for VirtualMachinePool. 2010-06-08 13:00:31 +02:00
Carlos Martín
9b8862eb4c feature #200: Public attribute moved to main image sql table. 2010-06-08 12:36:39 +02:00
Ruben S. Montero
ad57e2b2c6 Removed unneeded locks and updated Pool tests 2010-06-03 11:47:03 +02:00
Constantino Vázquez Blanco
328f3efca2 feature #200: Added ImageAllocate method to RM 2010-06-02 19:41:05 +02:00
Ruben S. Montero
4be783e9be Back-port of REQUIREMENTS parsing for VM templates 2010-06-02 14:51:05 +02:00
Constantino Vázquez Blanco
d1e3eb66a4 feature #200: Added Image Info method to Request Manager 2010-06-01 19:35:42 +02:00
Constantino Vázquez Blanco
f41a74cd02 feature #200: Initial integration of ImagePool 2010-06-01 18:00:44 +02:00
Constantino Vázquez Blanco
75cd62bc03 feature #200: Preparing RM for Image methods 2010-05-31 18:40:38 +02:00
Carlos Martín
2ff230cd79 feature #200: New erase method for Template class: removes and frees attributes with the given name. 2010-05-31 18:07:48 +02:00
Carlos Martín
9fe40f27c9 feature #200: ImagePool's contructor changed to load existing images from the DB. 2010-05-31 18:02:21 +02:00
Carlos Martín
2cb9de488d feature #200: Image's get_disk_attribute now adds SOURCE attribute as well. 2010-05-31 15:17:14 +02:00
Carlos Martín
8035bd5c81 feature #200: Fixed default type check. 2010-05-28 19:18:07 +02:00
Carlos Martín
c16631873f feature #200: Images can now modify a DISK attribute vector to include correct BUS and TARGET. 2010-05-28 19:13:35 +02:00
Tino Vazquez and Carlos Martin
6f631907a0 feature #200: Insert, replace and remove methods for Image update the DB immediately. 2010-05-27 16:02:29 +02:00
Tino Vazquez and Carlos Martin
2b14a20a5b feature #200: Description and bus type columns removed for Image elements. 2010-05-27 16:02:22 +02:00
Tino Vazquez and Carlos Martin
4e2c544c4c feature #200: Source path generation fixed, and removed target attribute. 2010-05-27 15:56:35 +02:00
Constantino Vázquez Blanco and Carlos Martín
6b320815b4 feature-#200: Finishing image pool 2010-05-25 18:20:40 +02:00
Constantino Vázquez Blanco
484013d9b1 feature-#200: Polishing ImagePool classes 2010-05-24 11:31:09 +02:00
Carlos Martín
9cf8af1c9b feature #200: More code for Image Pool 2010-05-21 12:40:47 +02:00
Constantino Vázquez Blanco
8dd2d1a031 Initial commit of the Image pool 2010-05-20 18:58:17 +02:00
Ruben S. Montero
091a736d24 feature #212: Put attribute data within CDDATA 2010-05-18 23:43:50 +02:00
Ruben S. Montero
2b5ffb2c1a feature #192: Fix compilation issues for the tests 2010-05-18 00:01:49 +02:00
Carlos Martin and Ruben S. Montero
60d1dd70ec feature #212: get rid of rank & req methods for Host class 2010-05-14 03:36:04 +02:00
Ruben S. Montero
a156dca7e3 feature #212: Initial Refactor of Scheduler code. Added XML base class to use the XML-RPC interface, the commit includes some tests for this class 2010-05-09 01:58:07 +02:00
Ruben S. Montero
a8905b2704 feature #206: OpenNebula can now be compiled with several DB backends 2010-05-07 14:45:27 +02:00
Ruben S. Montero
1d4653f793 feature #206: Thread safe for MySQL class 2010-05-06 16:16:50 +02:00
Ruben S. Montero
b80e688d05 Merge branch 'feature-206' of dsa-research.org:one into feature-206 2010-05-04 12:17:31 +02:00
Carlos Martin
75112ebd06 feature #192: Tests now uses the same DB 2010-05-04 12:16:58 +02:00
Tino Vázquez
28c7f107db feature-#206: History is updated now, not inserted. 2010-05-03 19:29:08 +02:00
Constantino Vázquez Blanco
56e49136e0 feature #206: Isolation of INSERT and REPLACE SQL queries for History objects 2010-05-03 19:13:37 +02:00
Constantino Vázquez Blanco
f91f9de99c feature-#206: Modified return value of VM pool allocate to comply with virtual definition 2010-05-03 17:21:35 +02:00
Carlos Martin and Ruben S. Montero
31dad56bfc feature #192: More tests for Vnet allocation. It also solves some bugs. 2010-05-03 15:57:52 +02:00
Carlos Martin
8349f1ac37 feature #206: VirtualNetworks now MySQL compliant 2010-05-03 13:13:47 +02:00
Carlos Martin
f27c991dfb feature #192: More checks for the PoolTest tests 2010-05-03 13:02:56 +02:00
Constantino Vázquez Blanco
eb07cd9425 feature #206: Isolation of INSERT and REPLACE SQL queries for VirtualMachine objects. 2010-04-29 18:11:04 +02:00
Carlos Martin
f48cf0b8c5 feature #192: Tests now can be run for sqlite and MySQL backends 2010-04-28 18:43:56 +02:00
Carlos Martin and Ruben S. Montero
7043f80c51 bug: better comments for the UserPool and erro returning oid in allocate 2010-04-28 18:37:45 +02:00
Carlos Martin and Ruben S. Montero
321ee27472 bug : Rollback Host objects while inserting in DB, better comments for HostPool.h and return oid in method allocate 2010-04-28 18:25:43 +02:00