1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-22 17:57:46 +03:00

1227 Commits

Author SHA1 Message Date
Tino Vázquez
2309552eef Fix typo in comments 2010-08-30 18:21:21 +02:00
Tino Vázquez
6baa875679 bug #313: Correct wrong state "pend" to "pending" 2010-08-30 18:19:56 +02:00
Ruben S. Montero
eb50a56592 feature #307: Get driver messages when an action succeeds
(cherry picked from commit 585ab84862b7e964649079633206fb6f7899bb10)
2010-08-28 00:23:31 +02:00
Ruben S. Montero
fbd2e2aefd fix white spaces 2010-08-27 16:36:36 +02:00
Carlos Martín
785c66d2d0 Scheduler takes advantage of the new one.vmpool.info parameters
This means better performance in the scheduler, and less load for the core
2010-08-27 16:11:36 +02:00
Carlos Martín
90a58ce066 one.vmpool.info xml-rpc method now has 2 more parameters
The method keeps compatibility, and can be called with 2 or 4 parameters

It now returns the the extended info upon request, reading only the vm_pool
table in the DB if the Histoy and username are not needed

The last parameter allows filtering by VM status
2010-08-27 16:11:28 +02:00
Jaime Melis
f59095c6d5 Modified AWK path (#326) 2010-08-26 17:41:22 +02:00
Carlos Martín
052507e4a2 feature #286: New oneuser option to read passwords from files
(cherry picked from commit 8a3f88801ce82147fffc651455d057108cf6ad1b)
2010-08-25 18:40:35 +02:00
Carlos Martín
75fecc154b bug #327: "onevm saveas" saves disks not created from repository images without the -t option 2010-08-24 16:58:22 +02:00
Javi Fontan
48b0904fcf Scons script uses build related environment variables
Idea came from a gentoo package patch by Tiziano Müller (dev-zero)
http://packages.gentoo.org/package/app-emulation/opennebula

Code for the patch borrowed from:
http://dev.gentoo.org/~vapier/scons-blows.txt
(cherry picked from commit c3ee819df21b64976183f8b05527b7988d09de2e)
2010-08-19 12:37:56 +02:00
Javi Fontan
b053489ab0 Bug setting link flags
(cherry picked from commit 8d9d55e2537ab8a2bb62798b0e2cdf27daa738be)
2010-08-17 18:07:28 +02:00
Javi Fontan
cbafbe66ae bug #309: scons now deletes src/sql/MySqlDB.o when cleaning
(cherry picked from commit 0af299b550ec3110087e9af86aca189f315fd7ab)
2010-08-17 12:17:55 +02:00
Jaime Melis
5707604e97 Common file paths in tm_common.sh (#255) 2010-08-13 13:51:06 +02:00
Ruben S. Montero
92c31a5052 a faster mem_collector, tests also updated 2010-08-10 16:30:54 +02:00
Ruben S. Montero
62fd74e890 Solved minor memory leaks when parser error occurs. Solved leaks in unit tests 2010-08-08 13:20:24 +02:00
Ruben S. Montero
190c324ca3 bug #308: Updated Host tests with new table definition 2010-08-07 16:15:53 +02:00
Ruben S. Montero
34d488303f Better example for vm template 2010-08-06 20:02:33 +02:00
Ruben S. Montero
411bad12c3 bug #308: Only hostnames are now unique. Adjusted column sizes. 2010-08-06 19:55:33 +02:00
Jaime Melis
ae5fd0b3f1 fixed bug in image persistent method 2010-08-06 13:41:31 +02:00
Jaime Melis
e43bf2241b Merge branch 'one-2.0' of git@opennebula.org:one into one-2.0 2010-08-06 13:40:11 +02:00
Jaime Melis
6ee3a6ded9 if umask is not set to enable global reading permissions, it must be manually chmod'ed for disk images 2010-08-06 13:33:54 +02:00
Jaime Melis
038d5a39aa fixed installer of the image hook 2010-08-06 13:17:29 +02:00
Ruben S. Montero
bdc7fa73e3 added OCCI compute example 2010-08-06 00:55:16 +02:00
Ruben S. Montero
f16f88a6e9 bug #274: work on the error messages 2010-08-06 00:40:18 +02:00
Ruben S. Montero
3347c51489 bug #274: Updated tests 2010-08-06 00:23:57 +02:00
Ruben S. Montero
b4c0fa6046 bug #274: Added Cluster allocate messages 2010-08-05 19:37:37 +02:00
Ruben S. Montero
7ac6121da9 bug #274: Error messages are now sent to the user when allocating objects 2010-08-05 19:28:28 +02:00
Carlos Martín
6ed71133b6 feature #192: tests for image persistence. 2010-08-05 17:49:06 +02:00
Ruben S. Montero
4c4dfd6e88 feature #282: Removed unneeded try, made VirtualMachineXML constructors as HostXML 2010-08-05 12:35:38 +02:00
Carlos Martín
7a6b9fc975 feature #282: Scheduler now builds objects from the pool dump xmls, instead of querying the core for each one individually. 2010-08-05 12:28:23 +02:00
Ruben S. Montero
4f82f078b8 Merge branch 'bug-295' into one-2.0
Conflicts:
	include/Image.h
	src/image/Image.cc
2010-08-04 17:42:53 +02:00
Ruben S. Montero
1aa3052dfa Merge branch 'feature-282' into one-2.0
Conflicts:
	src/template/Template.cc
	src/template/test/SConstruct
2010-08-04 17:25:44 +02:00
Carlos Martín
fa002ca701 feature #282: Template attributes are now managed by the PoolSQL objects, and then the object has to be updated to write changes to DB. 2010-08-04 16:55:00 +02:00
Tino Vázquez
fa94ac90a1 bug #295: Auth of persistency operation over image takes public flag into account 2010-08-04 13:12:10 +02:00
Tino Vázquez
fc91d48210 bug #291: Number of DATABLOCKs than a VM can have is set to a maximum of 10 2010-08-04 13:05:13 +02:00
Carlos Martín
51bf1d5be0 feature #192: Tests modified for new ImageTemplate. 2010-08-04 12:32:45 +02:00
Tino Vázquez
ca8effde6b bug #295: fixing wrong function name 2010-08-04 12:29:05 +02:00
Ruben S. Montero
a49d7b31ad feature #282: Fixed Vnet XML render 2010-08-04 11:21:58 +02:00
Carlos Martín
ff65436592 feature #282: Wrong xml generation for Image. 2010-08-04 11:08:25 +02:00
Carlos Martín
8faeadaf72 feature #282: ImageTemplate moved from its own table to a image_pool column. 2010-08-04 11:02:55 +02:00
Carlos Martín
24987794c5 feature #282: VirtualNetworkTemplate moved from its own table to a network_pool column. 2010-08-04 10:54:22 +02:00
Carlos Martín
06f24cb2e0 feature #192: Image tests fixed. 2010-08-04 10:52:34 +02:00
Carlos Martín
7221ae061c feature #282 & #192: VirtualMachineTemplate moved from its own table to a vm_pool column. 2010-08-04 10:30:31 +02:00
Tino Vázquez
875fedd5e9 bug #295: CLI and OCA changes to accomodate Image persistency 2010-08-03 19:47:21 +02:00
Tino Vázquez
3ed14a9f68 bug #295: Adding persistence to images 2010-08-03 19:22:13 +02:00
Jaime Melis
9cb8e914bd modified shutdown in kvm (#252) 2010-08-03 11:06:45 +02:00
Jaime Melis
e49d44da23 Merge branch 'one-2.0' of git@opennebula.org:one into one-2.0 2010-08-02 17:33:47 +02:00
Jaime Melis
c65a50a52b reordered onevm show output 2010-08-02 17:33:40 +02:00
Tino Vázquez
61e49edc1e Merge branch 'bug-295' of dsa-research.org:one into bug-295 2010-08-02 13:01:53 +02:00
Ruben S. Montero
b3857b1d22 bug #284: Default location for the image repository
(cherry picked from commit 8b9313699d9f07ff4198caddc9095f1bb3734899)
(cherry picked from commit 4f93062accb94032eb80febc48706a586d5db7b6)
2010-08-02 12:13:12 +02:00