1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-25 06:03:36 +03:00

351 Commits

Author SHA1 Message Date
Ruben S. Montero
bde842ed88 Merge branch 'feature-591'
Conflicts:
	install.sh
2011-05-12 14:50:22 +02:00
Carlos Martín
691c965312 Bug #566: New control table to store the last used oid
Feature #591: Add new control table, and fix SQL syntax for MySQL
2011-05-09 16:09:56 +02:00
Ruben S. Montero
dd32809e37 Bug #576: Parser of the monitor information is now more robust. Error parsing the monitor info is log as an error in the VM template. The Template attributes are also XML secure, names are fixed to conform XML namimg conventions 2011-05-08 02:13:37 +02:00
Ruben S. Montero
96f26468a1 feature #523: Image repository is now decopled from storage backend. Source is generated by drivers using a driver-specific URL. 2011-05-07 02:49:07 +02:00
Carlos Martín
7aacd86c3c Bug #408: Fix compilation when mysql flag is set to 'no' 2011-05-06 18:14:23 +02:00
Carlos Martín
27977b913d Bug #408: reconnect to MySQL server when connection fails 2011-05-06 17:06:57 +02:00
Carlos Martín
8510fa56ad Feature #591: New onedb command. Core detects wrong DB versions. 2011-04-29 18:59:39 +02:00
Ruben S. Montero
fd20b21081 Merge branch 'feature-575' 2011-04-28 13:39:00 +02:00
Ruben S. Montero
ba6c8e8e89 Merge branch 'feature-487' 2011-04-26 15:35:44 +02:00
Ruben S. Montero
5dc7b686ad Fix compilation warnings with gcc4.6 2011-04-22 01:06:01 +02:00
Ruben S. Montero
db8aa7f5bf feature #575: Improved log messages for drivers. Error string also propagated to images 2011-04-15 01:51:38 +02:00
Ruben S. Montero
aebb1cd6a7 feature #575: Support for TM drivers, also tyoe of log messages from the drivers have the right type. 2011-04-15 00:49:42 +02:00
Ruben S. Montero
cd163f2a54 feature #575: Add error messages to VM templates (VMM part) 2011-04-15 00:34:22 +02:00
Ruben S. Montero
faff6589b2 Merge branch 'feature-523' 2011-04-14 17:01:24 +02:00
Carlos Martín
dce87a9fa8 Feature #487: Change template pool XML root elem. to VMTEMPLATE_POOL, for consistency with the rest of the pools; & Fix bug in onetemplate create -v 2011-04-13 11:49:03 +02:00
Ruben S. Montero
abe4ff6894 Merge branch 'feature-523' into feature-575 2011-04-13 00:03:19 +02:00
Carlos Martín
3e4b20732d Revert "Feature #552: XML-RPC Method one.user.authenticate added"
This reverts commit 537253964636d2b63ca2ba1e87320c7f61349e35.
2011-04-11 18:46:20 +02:00
Carlos Martín
2ce4009975 Feature #523: Extra error checks for one.vm.savedisk XML-RPC method 2011-04-11 18:05:43 +02:00
Carlos Martín
f49a206adf Merge branch 'feature-523' into feature-487
Conflicts:
	src/oca/java/test/ImageTest.java
	src/oca/java/test/test.sh
2011-04-11 16:30:40 +02:00
Carlos Martín
92a74bd83b Feature #523: Small oned.conf fix, Add ImageID to one.vm.savedisk XML-RPC method, and Update Java API Image management and tests 2011-04-11 16:20:44 +02:00
Ruben S. Montero
961820cf33 feature #487: Get rid of merge method for VirtualMachineTemplates 2011-04-11 00:59:59 +02:00
Ruben S. Montero
e678b190ee feature #487: Better get_template_contents (now clone_template) 2011-04-10 23:55:49 +02:00
Carlos Martín
995159994d Features #487: VMTemplate code refactor, now it uses base class PoolObjectSQL's obj_template 2011-04-08 16:34:40 +02:00
Carlos Martín
fdcca8a0fc Merge branch 'feature-523' into feature-487
Conflicts:
	include/Nebula.h
2011-04-08 16:11:29 +02:00
Ruben S. Montero
2ef660b9b2 Merge branch 'master' into feature-523 2011-04-08 01:04:45 +02:00
Ruben S. Montero
1e4e4f2c32 feature #523, #407, #488: Template is now part of base class PoolObjectSQL 2011-04-08 01:02:55 +02:00
Ruben S. Montero
5ba3999273 feature #523: Moved saveas to core. Some checks still needs to be done: image is not persistent, image is not going to be saved. Also types should be preserved if building from an exisiting image. 2011-04-07 02:01:40 +02:00
Carlos Martín
2649590d34 Feature #487: Several bugfixes and new INSTANTIATE auth. operation 2011-04-05 16:05:46 +02:00
Carlos Martín
b27c9372f5 Feature #487: Small auth and DB bugfixes, and support to allocate a VM from a template using its TEMPLATE_ID 2011-04-01 17:17:26 +02:00
Carlos Martín
5372539646 Feature #552: XML-RPC Method one.user.authenticate added 2011-03-31 12:52:21 +02:00
Carlos Martín
085d86e12e Feature #487: Fix tests 2011-03-31 12:14:12 +02:00
Carlos Martín
5b9fed52f7 Feature #487: First version of TemplatePool added to the core: DB, Pool and RM methods. 2011-03-30 19:03:49 +02:00
Ruben S. Montero
35de55685d Merge branch 'feature-407'
Conflicts:
	src/host/ClusterPool.cc
2011-03-29 00:01:00 +02:00
Ruben S. Montero
3566698590 feature #523: Updated Image tests. 2011-03-26 01:03:22 +01:00
Ruben S. Montero
9799a3bc20 feature #523: Added delete method for the Image Manager 2011-03-25 00:11:10 +01:00
Ruben S. Montero
0d0a569741 feature #523: Interation of the Image Manager with RM for allocate. Multiple bug fixes and integration issues 2011-03-24 19:52:59 +01:00
Ruben S. Montero
8d3a1e3557 feature #523: Integration of Image Drivers with the Image Manager 2011-03-24 18:27:19 +01:00
Ruben S. Montero
7f67ceff0a Merge branch 'feature-407' into feature-523
Conflicts:
	src/image/ImagePool.cc
2011-03-24 16:53:43 +01:00
Ruben S. Montero
9db8829d35 feature #523: work on the release image methods 2011-03-24 16:37:15 +01:00
Ruben S. Montero
23ea7a6a97 feature #523: Better interface for the ImageManager 2011-03-23 00:14:27 +01:00
Carlos Martín
27341b66cf Features #539, #407: Small consistency checks for VMs 2011-03-22 18:40:03 +01:00
Ruben S. Montero
c59f542ee6 feature #523: Work on the Image Repository 2011-03-22 18:21:09 +01:00
Ruben S. Montero
feb62ac153 Merge branch 'feature-407' into feature-523 2011-03-22 15:26:08 +01:00
Carlos Martín
96b01044db Feature #407: PoolSQL, remove unused variable and tests for name_pool index 2011-03-21 17:44:33 +01:00
Carlos Martín
3c3edb9c36 Feature #407: Better duplicated name detection for Hosts 2011-03-21 16:16:30 +01:00
Ruben S. Montero
e80df4c5fe Merge branch 'feature-407' into feature-523
Conflicts:
	src/host/ClusterPool.cc
2011-03-20 16:47:58 +01:00
Ruben S. Montero
3a833878c0 feature #407: Minor modification on Cluster and Host classes 2011-03-17 21:04:24 +01:00
Carlos Martín
88aa07edf1 Feature #407: Eliminate the extended flag for xml-rpc call one.vmpool.info 2011-03-15 17:21:39 +01:00
Carlos Martín
c61186bc3a Feature #407: Tests for clusters and some minor host-cluster dependencies moved 2011-03-15 17:06:08 +01:00
Carlos Martín
cc81b3cf65 Feature #407: ClusterPool is now a full PoolSQL class 2011-03-14 19:06:39 +01:00