Tino Vázquez
b3466572fa
feature #200 : Some minor fixes
2010-06-28 12:17:21 +02:00
Ruben S. Montero
2d9d78a03a
Merge branch 'master' into feature-200
...
Conflicts:
include/VirtualNetwork.h
src/vm/VirtualMachine.cc
2010-06-25 19:16:14 +02:00
Ruben S. Montero
2e06f4f26d
Merge branch 'feature-189'
...
Conflicts:
include/VirtualMachine.h
include/VirtualMachinePool.h
include/VirtualNetwork.h
share/etc/oned.conf
src/scheduler/src/xml/expr_arith.cc
src/scheduler/src/xml/expr_arith.h
src/scheduler/src/xml/expr_bool.cc
src/scheduler/src/xml/expr_bool.h
src/scheduler/src/xml/expr_parser.c
src/template/template_parser.c
src/template/template_syntax.cc
src/template/template_syntax.h
src/vm/VirtualMachine.cc
src/vm/VirtualMachinePool.cc
src/vm/vm_var_parser.c
src/vm/vm_var_syntax.cc
src/vm/vm_var_syntax.h
2010-06-25 14:34:44 +02:00
Ruben S. Montero
cacbe7bf5e
feature #200 : Integrates ImagePool and VirtualMachinePool. Now you can requests Images from VM templates!
2010-06-25 13:24:54 +02:00
Ruben S. Montero
694685a959
feature #200 : Disks attribute generation includes image acquire.
2010-06-25 12:51:55 +02:00
Ruben S. Montero
74aa41baec
feature #206 : New methods to get NIC & DISK attributes
2010-06-25 12:08:05 +02:00
Tino Vázquez
f045b2ade4
Merge branch 'feature-200' of dsa-research.org:one into feature-200
2010-06-24 18:51:15 +02:00
Tino Vázquez
f718cd310a
feature #200 : Adding enable, publish & remove attribute for images to RM
2010-06-24 18:50:41 +02:00
Ruben S. Montero
11fbfb5636
feature #200 : Generate Disk attributes with the ImagePool metadata
2010-06-24 18:35:18 +02:00
Tino Vázquez and Ruben S. Montero
1c9e70dd80
feature #200 : New enable/publish methods, changed ImagePool interface for modifying template attributes.
2010-06-24 16:47:39 +02:00
Tino Vázquez and Ruben S. Montero
09adf06c4b
feature #200 : Disable/Enable methods for the Image Class
2010-06-24 16:22:05 +02:00
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