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

1584 Commits

Author SHA1 Message Date
Carlos Martín
24cd26109c Bug: missing requires for getoptlong in ruby mads 2011-02-07 17:49:16 +01:00
Jaime Melis
0445e7dc37 Merge branch 'master' of opennebula.org:one 2011-02-07 11:32:11 +01:00
Jaime Melis
c191ecd087 Removed debugging information from im_kvm 2011-02-07 11:29:13 +01:00
Ruben S. Montero
9427962df6 Merge branch 'feature-466-2' 2011-02-07 10:43:39 +01:00
Ruben S. Montero
1236f0bfc2 feature #466: Pass the name of the probe to be executed locally as option 2011-02-07 10:40:14 +01:00
Carlos Martín
55f44bbc99 Core Unit testing: batch execution improvements, & missing one_auth files fix 2011-02-03 19:22:39 +01:00
Ruben S. Montero
cde9648e6c Merge branch 'feature-474' 2011-02-03 17:08:35 +01:00
Ruben S. Montero
b43ec0361e feature #466: Better check of remotes location 2011-02-03 16:48:53 +01:00
Carlos Martín
087e2a5487 Fix for bug introduced in 334223db 2011-02-03 16:26:27 +01:00
Jaime Melis
aa828e3573 bug #466: added a README file. Added Debian scripts 2011-02-03 13:44:02 +01:00
Carlos Martín
9658db39a1 Feature #474: Small change to make Java OCA consistent as a wrapper for the XML-RPC API 2011-02-03 13:24:12 +01:00
Ruben S. Montero
73b13ff4a8 feature #466: SSH VMM driver can execute polls locally. Also VMM drivers get options for the number of threads and retries 2011-02-02 23:19:05 +01:00
Carlos Martín
2d246ee02b Feature #474: Add/remove leases feature for Java OCA 2011-02-02 16:46:17 +01:00
Carlos Martín
6850348eba Feature #474: Core unit tests for add/remove leases feature 2011-02-02 14:44:52 +01:00
Ruben S. Montero
1ce8199480 feature #474: some refactor of the error strings 2011-02-02 12:40:08 +01:00
Carlos Martín
c5734c93c0 Feature #474: First commit for add/remove leases feature 2011-02-01 18:26:26 +01:00
Ruben S. Montero
334223dbca Removed unused test files. Listed the test directories in the do_test script to prevent the execution of non-test files 2011-02-01 17:50:06 +01:00
Ruben S. Montero
bcb7e774de Merge branch 'bug-419' 2011-02-01 16:46:39 +01:00
Javi Fontan
0ad0cda489 Merged changes from bug-354 (#354)
f1bff01 bug #354: kills any running daemon if OpenNebula fails to start
a821bf8 bug #354: Fix if statement and reduced time to check for the daemons
96c4cbc bug #354: typo in one start script
eec200f bug-354: check that the daemons have started
c883bab Fixing whitespace for one script
2011-02-01 10:51:43 +01:00
Javi Fontan
2f3efae538 bug #388: Now kvm probe gets correct memory information
(cherry picked from commit bb922c51c74d0ac755e993cb6bedd81873504bb7)
2011-01-31 18:29:53 +01:00
Daniel Molina
4b2265c9fc Bug #451: Change OCCI return code when resource not found(cherry picked from commit 4928bb98688411dbcf361da0076fba6dc2a4f698) 2011-01-31 14:44:32 +01:00
Daniel Molina
2c68e039db Bug #461: Add yaml dependency to oneauth(cherry picked from commit c22ec002b7bc621fb30d8daea4d14853c6d2f4c8) 2011-01-31 14:44:13 +01:00
Daniel Molina
5272a18a12 Fix number of parameters in EC2 im_driver(cherry picked from commit 5dc5ca5a3bbb2a367f8163abd72c0afdbdb90aba) 2011-01-31 14:44:01 +01:00
Daniel Molina
1b24879d7a Fix typo in EC2 erb files(cherry picked from commit da27759b7c04dd026a573852d8cff0aae8973325) 2011-01-31 14:43:47 +01:00
Daniel Molina
d293f45b8d Fix column format in econe CLI(cherry picked from commit c5149112d1445f4dc7a824e0bcc79c7fbd93e4cc) 2011-01-31 14:43:25 +01:00
Ruben S. Montero
158c51bb1e Added missing import in SConstruct 2011-01-28 17:29:40 +01:00
Ruben S. Montero
3ab03c4268 Merge branch 'feature-457'
Conflicts:
	src/nebula/SConstruct
	src/scheduler/SConstruct
	src/scheduler/src/pool/test/SConstruct
	src/scheduler/src/sched/SConstruct
	src/scheduler/src/xml/test/SConstruct
2011-01-28 17:01:28 +01:00
Carlos Martín
660b4c54db Feature #457: Fix memory leaks in tests 2011-01-28 11:23:50 +00:00
Ruben S. Montero
6e6061eeb9 feature #457: do_tests now removes new test DBs 2011-01-27 23:37:37 +01:00
Ruben S. Montero
4ab8317d2b feature #457: Update do_tests.sh with the new scons options 2011-01-27 23:35:17 +01:00
Ruben S. Montero
91e367b17d Merge branch 'feature-457' of dsa-research.org:one into feature-457 2011-01-27 23:14:12 +01:00
Ruben S. Montero
3433820b94 feature #457: Refactor Sconstruct files 2011-01-27 23:12:48 +01:00
Tino Vázquez
0ec5a1f153 feature #457: Add hooks for VM on FAILED 2011-01-27 18:36:28 +01:00
Carlos Martín
f9902c89ec Bug #419: "SELECT *" SQL statement modified to use the column names 2011-01-27 17:23:51 +00:00
Carlos Martín
43b4340177 Feature #457: Refactor of tests build process 2011-01-27 16:53:11 +01:00
Ruben S. Montero
2fa213ceac feature #457: Refactor of base classes of NebulaTest, changes for lcm and host in place. Needs to be propagated to the other tests. 2011-01-23 23:34:40 +01:00
Carlos Martín
6159abefd7 Features #379 & #457: Missing file 2011-01-22 08:02:01 +01:00
Carlos Martín
01f40276ca Features #379 & #457: Code refactor to homogenize tests 2011-01-21 18:24:27 +01:00
Carlos Martín
fa69b9aa1a Features #455 & #379: Unit testing for new resubmit action 2011-01-21 18:24:27 +01:00
Jaime Melis
281c5cc927 Fixed bug in to_hash when nokogiri version is 1.4.4 2011-01-21 11:12:42 +01:00
Ruben S. Montero
6fdc67f6bd feature #457: retries is now an option for IMs. Also the number of retries defaults to 0 for all drivers 2011-01-20 18:36:37 +01:00
Tino Vázquez
b8975669e4 Merge branch 'feature-457' of dsa-research.org:one into feature-457 2011-01-20 17:15:54 +01:00
Tino Vázquez
fd2fe9c9e3 feature #457: making execution of remote commands tolerant to network errors by adding retry 2011-01-20 17:15:02 +01:00
Javi Fontan
ca6f5ed215 bug #469: Bug setting xen scheduler credits
(cherry picked from commit cf62e17bf0f9e6f5ae506af265b41146c0a9531a)
2011-01-20 12:51:16 +01:00
Carlos Martín
a381a5c715 Features #457 & #455: Resubmit action for VMs added to Java API 2011-01-19 18:52:26 +01:00
Carlos Martín
de97dfd903 Feature #457: Unit testing for Host Hooks 2011-01-19 18:19:41 +01:00
Tino Vázquez
d313af3abc feature #457: Added retry to IM SSH driver, so host doesn't err just for network problems 2011-01-19 15:51:05 +01:00
Daniel Molina
2247ceab5c Add to_hash OCA tests 2011-01-19 12:02:40 +01:00
Daniel Molina
97bd83d36b Refactor to_hash method 2011-01-19 10:43:44 +01:00
Daniel Molina
0291b75d94 Add to_hash functionality to XMLUtils 2011-01-18 19:49:34 +01:00