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

4618 Commits

Author SHA1 Message Date
Ruben S. Montero
021cfd6fcd feature #1243: Fix compilation warning 2012-05-05 03:23:37 +02:00
Ruben S. Montero
7ad3ce1965 feature #1099: Moved SQL filters to the corresponding pools 2012-05-05 03:18:25 +02:00
Giovanni Toraldo
7cea1aeb5a Adding status command to be LSB compliant 2012-05-04 18:03:13 +02:00
Javi Fontan
1216fade3f feature #1262: manual distro selection if it cannot be detected 2012-05-04 17:44:24 +02:00
Carlos Martín
70d5c75d04 Feature #1099: Add VM template information to the History records once they are "closed" 2012-05-04 17:29:36 +02:00
Carlos Martín
c178601623 Feature #1099: Add new one.vmpool.accounting XMLRPC method 2012-05-04 17:27:57 +02:00
Ruben S. Montero
3fd110a1f7 Merge remote-tracking branch 'remotes/hector/ozones-fixes' into feature-1125 2012-05-04 17:10:14 +02:00
Hector Sanjuan
7c6e890bde Feature #1229: :server: is now :host: in occi server configuration
(cherry picked from commit f437bd461f)
2012-05-04 16:29:45 +02:00
Hector Sanjuan
f437bd461f Feature #1229: :server: is now :host: in occi server configuration 2012-05-04 14:52:57 +02:00
Hector Sanjuan
235ba15ab9 Merge remote-tracking branch 'upstream/master' 2012-05-04 14:09:17 +02:00
Hector Sanjuan
77fe50271b Ozones: update tests to work with latest developments 2012-05-04 13:38:12 +02:00
Daniel Molina
42872f9c44 Add --plain option to occi commands 2012-05-03 18:58:15 +02:00
Hector Sanjuan
26c51cb3a3 Feature #1125: Move ozones to Sequel instead of Datamapper 2012-05-03 13:41:04 +02:00
Ruben S. Montero
0841d804c0 Merge branch 'feature-1243' 2012-05-01 23:29:59 +02:00
Ruben S. Montero
00b09519fd feature #1243: Seting/Clearing resched flag requires ADMIN permissions. Bring back Sconstruct tests. 2012-05-01 23:17:22 +02:00
Tino Vazquez
0c60e38f28 feature #1247: Enable VMware console access 2012-04-30 18:35:16 +02:00
Hector Sanjuan
351ae01138 Bug #1217: correct hosts, dss, vnets lists in onevdc show 2012-04-30 14:06:04 +02:00
Hector Sanjuan
edd607baa9 Bug #1215: Add SUNSENDPOINT AND SELFENDPOINT to onezone show command 2012-04-30 13:56:45 +02:00
Hector Sanjuan
a935e147fb Bug #1213: Handle errors when listing aggregated resources and zone resources when one or several zones are down. 2012-04-30 13:48:40 +02:00
Ruben S. Montero
f64fccdaad feature #1243: Do not store uneeded vars in Scheduler class 2012-04-29 23:41:34 +02:00
Ruben S. Montero
38c5992cd8 feature #1243: Add configuration option to select the rescheduling type 2012-04-29 23:38:40 +02:00
Ruben S. Montero
f2105549a7 feature #1243: Scheduler makes use of the resched flag. Needs to get live/cold migration type from config 2012-04-28 02:33:18 +02:00
Carlos Martín
97cf299f70 Bug #1232: Remove context/target att. from ec2 template 2012-04-27 15:16:23 +02:00
Carlos Martín
d209fbfee6 Bug #1232: Remove the constraint to have at least one OS image 2012-04-27 15:12:28 +02:00
Hector Sanjuan
63b4dd8467 Feature #1256: Show graphics section in template creation for vmware
(cherry picked from commit 50bc0711a5)
2012-04-27 14:21:28 +02:00
Hector Sanjuan
a344dbdd57 Feature #1253: Modify row click behaviour in Sunstone
When clicking on a row with CTRL it will be checked/unchecked. When >= 1 rows are already selected, subsequent clicks on rows will (un)select them instead of triggering the info dialog.
(cherry picked from commit 6cf2c019ff)
2012-04-27 14:21:19 +02:00
Hector Sanjuan
a467bbc30e Feature #1253: Ctrl + click select row for sunstone and selfservice
(cherry picked from commit 0e02730af8)
2012-04-27 13:54:38 +02:00
Hector Sanjuan
804881e713 Bug #1246: Add max cpu to host info view
(cherry picked from commit 30fbadd504)
2012-04-27 13:54:23 +02:00
Hector Sanjuan
0e02730af8 Feature #1253: Ctrl + click select row for sunstone and selfservice 2012-04-27 11:57:09 +02:00
Hector Sanjuan
30fbadd504 Bug #1246: Add max cpu to host info view 2012-04-27 11:55:32 +02:00
Ruben S. Montero
71e4dc6967 bug 1212: Pass references instead of pointers 2012-04-27 00:12:55 +02:00
Ruben S. Montero
ae6df524bb bug #1232: Work on the target assginment function 2012-04-27 00:02:43 +02:00
Ruben S. Montero
8ff221052d feature #1243: Add resched flag to VMs. Includes associated logic to make it work: RM methods, OCA bindings, CLI commands. LCM updated to clear the resched flag when leaving the running state Fixes VM tests 2012-04-26 19:06:49 +02:00
Javi Fontan
a7ab6e4ce8 bug #1165: set correct state value for unknown state for vmm/poll 2012-04-26 17:35:34 +02:00
Hector Sanjuan
50bc0711a5 Feature #1256: Show graphics section in template creation for vmware 2012-04-26 17:07:39 +02:00
Hector Sanjuan
6cf2c019ff Feature #1253: Modify row click behaviour in Sunstone
When clicking on a row with CTRL it will be checked/unchecked. When >= 1 rows are already selected, subsequent clicks on rows will (un)select them instead of triggering the info dialog.
2012-04-26 17:04:20 +02:00
Carlos Martín
c71a92d18a Bug #1232: Improve automatic target assignment 2012-04-26 16:54:24 +02:00
Carlos Martín
7da6c9883e Bug #1232: Bring back part of commit:e401b49 : Only allow Datastore & volatile disks. 2012-04-26 16:54:24 +02:00
Carlos Martín
f0c1641fdc Revert "bug #1232: Only allow Datastore & volatile disks. Remove automatic target generation. Remove unneeded oned.conf attributes"
This reverts commit e401b4900d.
2012-04-26 16:54:24 +02:00
Carlos Martín
e9e5d95417 Revert "bug #1232: Set default targets for EC2 API"
This reverts commit 44af8c6607.
2012-04-26 16:54:23 +02:00
Jaime Melis
0775a43100 bug #1211: Remove unnecessary quotes in the shutdown script
(cherry picked from commit 69cd251c91)
2012-04-26 16:15:20 +02:00
Javi Fontan
d364c3e57f bug #1211: default shutdown timeout is now 300 and typo fixing 2012-04-25 16:44:00 +02:00
Javi Fontan
28ad6e8743 Merge branch 'bug-1211' 2012-04-25 16:17:43 +02:00
Javi Fontan
c8d8e1d1cc bug #1211: change vmm/kvm/shutdown to make use of retry and force_destroy 2012-04-25 16:12:46 +02:00
Hector Sanjuan
6c726bfe4e Feature #1207: Add custom input field for host drivers and user auth driver
(cherry picked from commit 01cef09418)
2012-04-25 13:39:09 +02:00
Hector Sanjuan
01cef09418 Feature #1207: Add custom input field for host drivers and user auth driver 2012-04-25 13:13:17 +02:00
Jaime Melis
72892faa1f Merge branch 'master' of git.opennebula.org:one 2012-04-25 12:00:31 +02:00
Jaime Melis
156d2ea9e0 Feature #1222: Improve readability of the context scripts 2012-04-25 11:59:59 +02:00
Daniel Molina
e024d57def Fix watch_client filtering
(cherry picked from commit 590ba0e4eb)
2012-04-25 10:37:41 +02:00
Hector Sanjuan
6fc7eac554 Bug #1043: Prevent VNC dialog from closing with ESC key in Sunstone and SelfService
(cherry picked from commit 889249a6af)
2012-04-24 17:33:51 +02:00