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

1492 Commits

Author SHA1 Message Date
Javi Fontan
d0933d83ec bug #341: bug in api calling exit instead of returning error to the caller 2010-09-08 19:52:03 +02:00
Javi Fontan
c9e9b6b323 bug #342: added addattr alias to update in oneimage 2010-09-08 19:22:09 +02:00
Javi Fontan
61b7cf367b Stop im probes execution on error 2010-09-08 17:57:17 +02:00
Javi Fontan
d5810458f5 Added error logging to im mad 2010-09-08 17:56:52 +02:00
Ruben S. Montero
3e8db30a9d feature #336: Preserve SOURCE if present in the template file 2010-09-08 13:27:00 +02:00
Ruben S. Montero
05032061c9 fixes wrong STATUS varible in VM polling 2010-09-08 13:23:22 +02:00
Jaime Melis
60c02d5de2 fixed bug in IM polling 2010-09-04 01:29:03 +02:00
Javi Fontan
a0b3eec6ee Bumped version to 1.9.85 release-2.0-beta2 2010-09-03 18:46:23 +02:00
Tino Vázquez
6d3d8a881c Fix for VirtualNetwork authentication bug 2010-09-03 18:17:46 +02:00
Ruben S. Montero
2e76eba305 Merge branch 'one-2.0'
Conflicts:
	include/RequestManager.h
	src/host/Host.cc
	src/rm/RequestManagerPoolInfo.cc
	src/um/UserPool.cc
2010-09-03 00:08:30 +02:00
Ruben S. Montero
20ab7f02a2 Use default Sqlite error codes 2010-09-02 23:57:54 +02:00
Ruben S. Montero
1ad45c3f26 Fix compilation issues with parsers 2010-09-02 22:09:31 +02:00
Ruben S. Montero
88341b948b Fix compilation warnings with gcc 4.1.2 (CentOS 5.4). Patch by Charles Loomis & Ruben S. Montero
(cherry picked from commit f12a1b6e1cbe2ef07c33dbfe9da7876182a750a2)

Conflicts:

	include/RequestManager.h
	src/host/Host.cc
	src/rm/RequestManagerPoolInfo.cc
2010-09-02 20:44:14 +02:00
Ruben S. Montero
4fe14cdd14 Fix wrong threshold casting to int in Scheduler.cc
(cherry picked from commit 381f26d52b872b07458fcc2c1f8b66b0057cbfb3)
2010-09-02 20:32:30 +02:00
Ruben S. Montero
32292a134c Adds -Werror to Sconstruct files. Path by Charles Loomis
(cherry picked from commit 2b34e8a1c01603421e0ab840696acb737868fb2f)
2010-09-02 20:32:07 +02:00
Ruben S. Montero
f12a1b6e1c Fix compilation warnings with gcc 4.1.2 (CentOS 5.4). Patch by Charles Loomis 2010-09-02 20:26:51 +02:00
Ruben S. Montero
381f26d52b Fix wrong threshold casting to int in Scheduler.cc 2010-09-02 20:26:02 +02:00
Ruben S. Montero
2b34e8a1c0 Adds -Werror to Sconstruct files. Path by Charles Loomis 2010-09-02 20:24:47 +02:00
Javi Fontan
76d7eeb4c0 XMLRPC client creates new connections per call 2010-09-02 18:19:43 +02:00
Jaime Melis
705b5ed565 bug #334: added config to the path 2010-09-02 18:08:21 +02:00
Jaime Melis
00f9879b78 bug #334: fixed bug in script 2010-09-02 17:49:18 +02:00
Jaime Melis
9459d4724c bug #334: tm_common.sh gets VMDIR from var_location/config 2010-09-02 17:28:15 +02:00
Jaime Melis
c894a86243 Merge branch 'one-2.0' of opennebula.org:one into one-2.0 2010-09-02 16:06:21 +02:00
Jaime Melis
52db425030 bug 333: created regex to parse the opennebula port 2010-09-02 16:05:46 +02:00
Javi Fontan
3b9a62f576 OCCI upload file accepts xml sent as a file 2010-09-02 15:45:37 +02:00
Javi Fontan
70290e00e1 Plain passwords now use 'plain:' prefix instead of 'ssh:' 2010-09-02 14:48:47 +02:00
Javi Fontan
002f81b050 VMM driver now uses indices to select actions 2010-09-02 14:29:22 +02:00
Ruben S. Montero
e06ce5e85f Default NETWOR_SIZE is now included in the VNET template when used 2010-09-02 12:39:36 +02:00
Ruben S. Montero
76ad1887f1 fixes running_etime when cancelling a job 2010-09-01 20:58:09 +02:00
Ruben S. Montero
2e7da1721c wrong permissions for driver file 2010-09-01 20:56:46 +02:00
Ruben S. Montero
a52f527011 Added dummy drivers (IM & VMM) 2010-09-01 19:58:01 +02:00
Ruben S. Montero
97c4f524e3 remove local variable in call method 2010-09-01 16:34:13 +02:00
Javi Fontan
5f563d3953 Optimized getting new actions in VirtualMachineDriver 2010-09-01 14:56:02 +02:00
Javi Fontan
175b312915 OCA does not create http object each call 2010-09-01 11:57:35 +02:00
Javi Fontan
0e82717166 Merge remote branch 'origin/one-2.0' into one-2.0 2010-09-01 11:53:02 +02:00
Javi Fontan
adb44a051c Bug in VirtialMachineDriver initialization 2010-09-01 11:52:52 +02:00
Ruben S. Montero
5bb5a481c8 removed unused files from install.sh 2010-08-31 23:28:05 +02:00
Javi Fontan
4bc49760cf VMM now sends only one action per host at the same time 2010-08-31 18:37:00 +02:00
Javi Fontan
93e8a6bea4 ActionManager supports custom get and delete actions 2010-08-31 18:37:00 +02:00
Ruben S. Montero
3462215fa9 Removed unused files 2010-08-31 17:02:13 +02:00
Carlos Martín
14efd8bb3c bug #182: Columns with KB units are rounded to MB, GB or TB for readability
(cherry picked from commit 86c2dad68ca8512ce34f0390dd53fe7173fe9e44)
2010-08-31 16:43:11 +02:00
Carlos Martín
86c2dad68c bug #182: Columns with KB units are rounded to MB, GB or TB for readability 2010-08-31 16:42:26 +02:00
Jaime Melis
b87eec2102 Merge branch 'feature-307' into one-2.0 2010-08-31 13:09:08 +02:00
Jaime Melis
8a10b3ed0a Merge branch 'feature-307' of git@opennebula.org:one into feature-307 2010-08-31 10:48:17 +02:00
Jaime Melis
e73b299d32 removed legacy vmm and im drivers 2010-08-31 10:47:22 +02:00
Ruben S. Montero
f1ef57e0b5 A $ONE_LOCATION/var/config file is written with the configuration being
used by the OpenNebula daemon. The file is written in plain txt format.
2010-08-30 22:25:59 +02:00
Jaime Melis
37c3077fa7 option to backup oned.log (#318) 2010-08-30 19:12:29 +02:00
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
Jaime Melis
bb3785d4e0 feature-307: scp is the default probe sync method 2010-08-30 18:14:07 +02:00