1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00
Commit Graph

1754 Commits

Author SHA1 Message Date
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
Jaime Melis
f9446df960 Rename README to README.md 2011-03-28 16:52:14 +02:00
Ruben S. Montero
dd17d6db5c feature #407: Minor change in host allocate 2011-03-25 19:21:13 +01:00
Hector Sanjuan
ab03eeabb4 Fixed XEN raw type attribute in the VM creation wizards
(cherry picked from commit 52ec0fd99a)
2011-03-25 15:24:41 +01:00
Hector Sanjuan
901682e1a1 Fixes bug #545: Added correct values for boot options in VM wizards
(cherry picked from commit f8b235ea21)
2011-03-25 11:30:19 +01:00
Jaime Melis
65701fd4d5 Bug #542: Fault Tolerance Hooks - error state declaration
(cherry picked from commit 798b212fdf)
2011-03-24 16:03:58 +01:00
Hector Sanjuan
94923cb0c8 Bug #537: Improved the context section making it more intuitive
(cherry picked from commit 68946d294d)
2011-03-24 15:26:38 +01:00
Carlos Martín
27341b66cf Features #539, #407: Small consistency checks for VMs 2011-03-22 18:40:03 +01:00
Carlos Martín
5071e85493 Features #539, #407: Consistency checks for Hosts and Images 2011-03-22 16:12:12 +01:00
Carlos Martín
3ab7e17a74 Feature #407: Add cluster tests to do_tests.sh script 2011-03-22 16:08:28 +01:00
Carlos Martín
1e1cb17e3a Features #539, #527, #407: Basic consistency checks for User, Cluster and VNet creation 2011-03-21 19:01:40 +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
546aa9e8f6 feature #407: Solves deadlock in cluster-host pool interaction 2011-03-18 19:42:55 +01:00
Ruben S. Montero
3a833878c0 feature #407: Minor modification on Cluster and Host classes 2011-03-17 21:04:24 +01:00
Tino Vázquez
a6b8c8c65a bug #497: Remove of the vm.schema file, info already on the web documentation
(cherry picked from commit cca976af0e)
2011-03-16 12:34:10 +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
Daniel Molina
b80477fb55 Bug #516: Fix issue with Signature generation in EC2QueryServer(cherry picked from commit 5308cba5fe) 2011-03-15 12:56:40 +01:00
Carlos Martín
829a48e50e Feature #407: Fix deadlock when adding a Host to a non existing Cluster 2011-03-15 11:22:37 +01:00
Carlos Martín
cc81b3cf65 Feature #407: ClusterPool is now a full PoolSQL class 2011-03-14 19:06:39 +01:00
C12G Labs
6bb7f6e702 bug #531: Clear authorization vector when using multiple resources
(cherry picked from commit e4b9a18f2a)
2011-03-14 17:43:41 +01:00
Hector Sanjuan
ab1a4e31e3 Bug #526: Changed create into Image.register 2011-03-11 17:12:16 +01:00
Hector Sanjuan
438753a87e Bug #525: Changed ID into UID 2011-03-11 17:12:11 +01:00
Hector Sanjuan
e1f07c3bd4 Bug #511: Fixed OS section generation in the wizards. Fixed x86_64 typo in arch options . 2011-03-11 17:12:03 +01:00
Hector Sanjuan
394fe78bb7 Bug #510: added virtio disk BUS option to the KVM wizard. 2011-03-11 17:11:55 +01:00
C12G Labs
93e2980457 bug #519: Add -x option to oneuser list
(cherry picked from commit 27796743c8)
2011-03-11 17:01:02 +01:00
Daniel Molina
178a042ef8 Bug #528: Fix SunstoneServer image creation, copy the local file to the Image Repository 2011-03-10 19:01:30 +01:00
Ruben S. Montero
05a8d17009 feature #407: fix minor leak in tests 2011-03-09 15:49:11 +01:00
Ruben S. Montero
6ea29d6881 feature #407: moved dump to .h 2011-03-09 13:23:01 +01:00
Ruben S. Montero
6246c89df9 Merge branch 'feature-407' of dsa-research.org:one into feature-407. Restored previous UserPool tests.
Conflicts:
	include/UserPool.h
2011-03-09 12:51:41 +01:00
Ruben S. Montero
c4f4e1c988 feature #407: User pool uses de indexing methods of PoolSQL 2011-03-09 12:47:49 +01:00
Carlos Martín
cd8c19f930 Feature #407: Refator of PoolObjectSQL class 2011-03-09 12:44:39 +01:00
Carlos Martín
42b61bdd76 Extra installation check before running the tests 2011-03-09 11:59:16 +01:00
Carlos Martín
53077d8308 Memory leak fix. The problem arised if the individual VM log file couldn't be opened 2011-03-09 11:34:42 +01:00
Carlos Martín
b2f1051e07 Feature #407: Refactor of pool dumps to be performed in PoolSQL class 2011-03-09 11:25:46 +01:00
Ruben S. Montero
7b113d0c09 Merge branch 'feature-407' of dsa-research.org:one into feature-407 2011-03-08 19:07:02 +01:00
Ruben S. Montero
be33cd53e3 feature #407: Minor changes in VirtualNetwork Pool 2011-03-08 19:06:42 +01:00
Carlos Martín
daf7b709d2 Feature #407: Fix small mem. leak in Image 2011-03-08 18:11:56 +01:00
Carlos Martín
351ad62639 Feature #407: Let vnets have duplicated names if they are owned by different users 2011-03-08 18:07:22 +01:00
Ruben S. Montero
b227ef8ad3 Merge branch 'feature-407' of dsa-research.org:one into feature-407 2011-03-08 17:55:50 +01:00
Ruben S. Montero
ac6c5644fd feature #407: Minor changes for the VirtualMachine Pool 2011-03-08 17:55:14 +01:00
Carlos Martín
4ef82d3e92 Feature #407: Let images have duplicated names if they are owned by different users 2011-03-08 17:27:18 +01:00
Ruben S. Montero
ed513e5b72 feature #407: Minor changes in ImagePool 2011-03-08 16:52:45 +01:00
Tino Vázquez
6311380782 feature #517: Add disk driver definition for VMware 2011-03-08 15:04:10 +01:00
Ruben S. Montero
ea84e9dae6 feature #407: Removed uid from VirtualMachine class 2011-03-08 10:04:57 +01:00
Ruben S. Montero
9288a79aa3 feature #407: Several bug fixes. Better index for names. 2011-03-05 03:24:11 +01:00
Ruben S. Montero
fadbe3a4d7 feature #407: All resources now uses the base classes and index 2011-03-04 23:26:55 +01:00
Ruben S. Montero
0fcf98db16 Merge branch 'feature-407' of dsa-research.org:one into feature-407 2011-03-04 22:38:16 +01:00