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

10956 Commits

Author SHA1 Message Date
Carlos Martín
27e3ac289f Feature #3782: Rename disk snapshot tag to name 2015-07-09 13:13:07 +02:00
Carlos Martín
fe2e96abd2 Feature #3718: Remove USEDCPU from monitoring docs 2015-07-09 12:24:58 +02:00
Carlos Martín
f23493d3c1 Feature #3718: Add hybrid hosts monitoring attr. to onedb upgrade files 2015-07-09 12:05:12 +02:00
Jaime Melis
3d4bfa63a8 Feature #3718: Monitor regular disk snapshots 2015-07-09 10:55:14 +02:00
Carlos Martín
cd51b67f3f Feature #3748: Fix oneflow template instantiate, see commit:0a75d4a 2015-07-08 18:32:26 +02:00
Carlos Martín
7f213bc356 Feature #3748: Fix shutdown-hard from sunstone, delete deprecated cancel action 2015-07-08 18:32:26 +02:00
Ruben S. Montero
ae86849be6 feature #3782: Snapshots (create & revert operations) in running can be
performed either in a suspend/snap/restore cycle or in a detach/snap/attach one.
Allow to revert to the current snapshot
2015-07-08 17:58:00 +02:00
Carlos Martín
f350ec8ee0 Feature #3718: Implement part of the DB upgrade with oned running 2015-07-08 15:51:18 +02:00
Ruben S. Montero
997eaa029b feature #3060: Fix wrong format of discard. Thanks to Anton Todorov 2015-07-08 11:24:58 +02:00
Ruben S. Montero
ed9526acd0 feature #3060: Minor change in if to conform previous ones.
(cherry picked from commit d9c1999719e4f1d06c4518a35feb598ed33c98bb)
2015-07-07 21:05:57 +02:00
Anton Todorov
21484817a6 feature-3060: enable disk discard option for qemu-kvm
This is proposed solution for feature in Backlog #3060

By default this feature is not touching the xml configuration for backward compatibility.

There is global VM config in vmm/remotes/kvm/kvmrc named 'DEFAULT_ATTACH_DISCARD' that if set
will enforce the discard option to all VMs if there is no configuranito per template.

It is possible to enable the discard feature per VM in their template by adding
DISCARD=unmap
to enable and
DISCARD=ignore
to disable the discard

(cherry picked from commit 35b864b897816094222536c63f3ae1df0afd698b)
2015-07-07 21:05:57 +02:00
Carlos Martín
8a00683f3a Feature #3782: Add disk-snapshot commands to sunstone state-actions.js 2015-07-07 18:46:06 +02:00
Carlos Martín
3c3050b10c Feature #3782: Add disk-snapshot commands to states-complete.dot 2015-07-07 18:46:06 +02:00
Daniel Molina
a933dd53c8 feature #3718: Add Size to the disks table in the vm storage panel 2015-07-07 16:43:44 +02:00
Daniel Molina
915b20ea8b feature #3718: Show monitoring info in vm info panel 2015-07-07 16:43:44 +02:00
Daniel Molina
71caf7ab4a feature #3718: Fix cpu and memory monitoring in vms table 2015-07-07 16:43:43 +02:00
Daniel Molina
692860393e feature #3718: Fix paths for monitoring graphs 2015-07-07 16:43:43 +02:00
Daniel Molina
fc5e264e99 feature #3718: Fix external IPs path 2015-07-07 16:43:42 +02:00
Daniel Molina
2c6f9aa1cb feature #3718: Show MONITORING info in ovevm show
TODO: Remove CPU, MEMORY, NETTX, NETRX, DISK_SIZE from MONITORING
2015-07-07 16:43:42 +02:00
Carlos Martín
da86175e43 Feature #3782: Allow to revert to active disk snapshot in sunstone 2015-07-07 16:22:00 +02:00
Carlos Martín
0e708328b3 Feature #3718: Update flow grammar to look for monitoring attributes 2015-07-07 16:03:57 +02:00
Justin Riley
659948917a add LISTEN_ADDRESS config for oned XMLRPC
(cherry picked from commit ad351b12c0260512b98e418bf9ec798decb3e6ca)
2015-07-07 13:45:32 +02:00
Justin Riley
326ed81d1f fix default group bug in get_groups()
Users should only be added to the default group if it's defined and the user's groups aren't mapped (ie get_groups() is empty). This is correctly handled by the `remotes/auth/ldap/authenticate` script by checking whether or not get_groups returns an empty list.
2015-07-06 16:28:40 -04:00
Carlos Martín
9e24ff5a2e Feature #3782: Add image snapshot attributes in onedb upgrade 2015-07-06 17:39:41 +02:00
Carlos Martín
db017a470b Feature #3718: Move monitoring attributes in onedb upgrade 2015-07-06 16:14:20 +02:00
Jaime Melis
d94bc0e825 Feature #3718: disable i18n in the monitorization poll 2015-07-06 14:32:40 +02:00
Tino Vazquez
480fe3a1da Feature #3268: Add misssing constant 2015-07-06 11:34:00 +02:00
Daniel Molina
7ab844639c feature #3748: Fix service roles and vms actions 2015-07-03 17:43:34 +02:00
Tino Vazquez
0c77b23004 Feature #3268: Remember the number of items to show on datatable 2015-07-03 17:37:45 +02:00
Tino Vazquez
77c286caa3 Feature #3748: Fix for Save As Template in Cloud View 2015-07-03 12:43:58 +02:00
Daniel Molina
1cce8da08b feature #3748: Set infoListener by default 2015-07-03 12:10:31 +02:00
Daniel Molina
f76b5fee81 feature #3748: Fix event triggering after pressing enter in a search box 2015-07-03 12:10:30 +02:00
Carlos Martín
f5b9674f29 Feature #3718: Update oneacct.yaml columns 2015-07-03 10:49:52 +02:00
Carlos Martín
e196fae6cc Feature #3718: Rename oneacct TOTAL_DISK_SIZE column to DISK 2015-07-03 10:43:21 +02:00
Carlos Martín
6e687abef5 Bug #3861: Fix etc file paths for oneacct 2015-07-03 10:41:53 +02:00
Tino Vazquez
880c553a60 Feature #3748: Fix for create VM in cloud view 2015-07-02 18:42:44 +02:00
Daniel Molina
0a75d4a535 feature #3748: Show template id when instantiating a template 2015-07-02 18:28:28 +02:00
Daniel Molina
36edfc957a feature #3748: Fix status codes for oneflow 2015-07-02 18:28:28 +02:00
Daniel Molina
ff50d6ee58 feature #3748: conf param for xmlrpc endpoint 2015-07-02 18:28:28 +02:00
Daniel Molina
8b36ef0a09 feature 3748: Add error message when a service cannot be retrieved 2015-07-02 18:28:28 +02:00
Daniel Molina
28f9d11969 feature #3748: Fix return code for support credentials request 2015-07-02 18:28:27 +02:00
Carlos Martín
7972b86665 Feature #3782: Add confirmation dialogs to snapshot actions 2015-07-02 12:33:42 +02:00
Carlos Martín
7cd3378864 Feature #3748: New generic confirm dialog 2015-07-02 12:33:42 +02:00
Daniel Molina
3a12e9a3df feature #3748: Hide check_all for onlyOneCheck and checkboxes for selectable tables 2015-07-02 11:30:10 +02:00
Daniel Molina
04d289b493 feature #3748: Fix error when providing selected resource to a datatable 2015-07-02 11:30:10 +02:00
Javi Fontan
4b08d76fbf Whitespace cleanup 2015-07-01 15:18:28 -04:00
Carlos Martín
fc831b7c99 Feature #3782: Add disk snapshot actions to java api 2015-07-01 18:34:38 +02:00
Dmitry Smirnov
3d36781f34 correcting shebang
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
(cherry picked from commit 686fa127ed82bf9e664f5e91f4406ee0a11a8a07)
2015-07-01 18:19:47 +02:00
Carlos Martín
d4c1170eee Feature #3782: Remove unused param from ImageManager::set_image_snapshots 2015-07-01 17:57:27 +02:00
Carlos Martín
1411e4adbb Feature #3782: Use int instead of unsigned int for snapshot IDs 2015-07-01 17:57:26 +02:00