1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

798 Commits

Author SHA1 Message Date
Tino Vázquez
403fd524cb feature #200: Added states and type to Image OCA 2010-06-14 18:46:07 +02:00
Tino Vázquez
04e4e0137d feature #200: Added OCA methods 2010-06-14 17:36:56 +02:00
Tino Vázquez
ac2ed32178 Merge branch 'master' into feature-200 2010-06-14 13:04:08 +02:00
Ruben S. Montero
97eb669659 Improve SQL queries for vm_pool. Updates last_seq 2010-06-11 21:30:39 +02:00
Carlos Martín
3df3652b82 feature #192: tests fixed for new VM sql schema. 2010-06-11 21:27:55 +02:00
Carlos Martín
0280c88bb6 Performance improvements for VMs SQL queries. 2010-06-11 20:25:49 +02:00
Ruben S. Montero
7ba4bdd721 Merge branch 'feature-258' 2010-06-11 20:12:57 +02:00
Ruben S. Montero
df272f8dbe feature #258: Added support to limit the number of VMs submitted to a host at a time 2010-06-11 20:09:06 +02:00
Carlos Martín
a4f94ab3c6 feature #192: Updated tests for public downcase definition. 2010-06-11 19:56:52 +02:00
Carlos Martín
4d3a736d91 features #253 & #200: Public attribute can be now defined in downcase. 2010-06-11 19:56:42 +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
Ruben S. Montero
82b383878d feature #192: Fix tests for template_sql and better erase method 2010-06-11 18:56:25 +02:00
Ruben S. Montero
9086162bbb Merge branch 'feature-200' of dsa-research.org:one into feature-200 2010-06-11 17:16:43 +02:00
Ruben S. Montero
de5ed31fdb feature #192: Fixed compilation issues que template_sql test 2010-06-11 17:16:07 +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
d411f58348 feature #192: Virtual Network tests fixed for new public attribute, and new test added for this PUBLIC field. 2010-06-11 15:42:13 +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
c150cc6e7b feature #192: New test for Image's public attribute. 2010-06-11 15:41:58 +02:00
Carlos Martín
ea7f60a7a8 feature #192: Tests fixed for new public attribe of the Images. 2010-06-11 15:41:53 +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
Ruben S. Montero
83c1b9d993 bug : solved potential deadlock in VM manager 2010-06-09 19:47:22 +02:00
Javi Fontan
21eef9568f bug getting available cpu in onehost 2010-06-09 17:27:26 +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
3527189fbb feature #200: Changed ImagePool Info method to be consistent with other pools. 2010-06-08 12:42:12 +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
18313d25cc bug #245: cdroms are now mapped to disks of type cdrom 2010-06-04 16:05:02 +02:00
Ruben S. Montero
276fad87a6 bug #246: Fix the bug for ranged networks without address. Added new tests to reproduce this bug 2010-06-03 17:03:14 +02:00
Ruben S. Montero
54f37dbd8a Added pthread library 2010-06-03 16:37:44 +02:00
Ruben S. Montero
b4ac1ee99f Fix compilation error in TestPool 2010-06-03 11:50:45 +02:00
Ruben S. Montero
ad57e2b2c6 Removed unneeded locks and updated Pool tests 2010-06-03 11:47:03 +02:00
Constantino Vazquez and Carlos Martin
6580699fec feature #200: Added ImagePoolInfo method to RM 2010-06-02 20:25:07 +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
Carlos Martín
55ffd09abe feature #192: More tests for TemplateSQL, added also support for testing MySQL. 2010-06-01 18:32:34 +02:00
Constantino Vázquez Blanco
f41a74cd02 feature #200: Initial integration of ImagePool 2010-06-01 18:00:44 +02:00
Carlos Martín
5e23f178d3 feature #192: New test for Template::erase. 2010-06-01 16:16:17 +02:00
Constantino Vázquez Blanco
75cd62bc03 feature #200: Preparing RM for Image methods 2010-05-31 18:40:38 +02:00
Constantino Vázquez Blanco
e5f8b4d235 feature #200: Fixed bad comment 2010-05-31 18:39:54 +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
518a74ad1a feature #192: New test for ImagePool initialization. 2010-05-31 18:05:21 +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
5dcb81c27c feature #192: Memory leak fixed. 2010-05-31 15:16:50 +02:00
Carlos Martín
7c0112ace0 feature #192: Fix xml samples broken since d2dea176cb3981f23670b982f17b7e7dd3b14500 2010-05-31 15:15:26 +02:00