Ruben S. Montero
c96eb249d2
feature #471 : Add IPv6 addresses to network leases
2013-03-02 00:23:27 +01:00
Ruben S. Montero
8f7b3ec93a
feature #1224 : Implement snapshot interface for the dummy driver
2013-03-01 10:38:21 +01:00
Ruben S. Montero
d732c5ae2f
feature #1556 : upload new parser for vm_var
2013-02-28 03:42:19 +01:00
Ruben S. Montero
e0022487bd
Use the right initialization value for PAE/ACPI
2013-02-28 03:26:26 +01:00
Ruben S. Montero
2e3306a7a3
Fix bug with no initialized values for PAE/ACPI in KVM driver
2013-02-28 03:24:07 +01:00
Ruben S. Montero
84b633b42b
Merge branch 'feature-1224'
...
Conflicts:
include/RequestManagerVirtualMachine.h
src/cli/one_helper/onevm_helper.rb
src/oca/ruby/opennebula/virtual_machine.rb
src/rm/RequestManager.cc
src/rm/RequestManagerVirtualMachine.cc
2013-02-28 03:19:04 +01:00
Ruben S. Montero
78e71d42ce
feature #1224 : split HOTPLUG state into HOTPLUG & HOTPLUG_SNAPSHOT
2013-02-28 02:49:56 +01:00
Ruben S. Montero
7c81925207
feature #1224 : Get rid of unused method in VirtualMachine
2013-02-28 02:09:42 +01:00
Jaime Melis
4a92a51e04
Feature #1224 : snapshot-* actions should be local for the vmware driver
2013-02-26 19:18:48 +01:00
Jaime Melis
43398673ab
Feature #1224 : the snapshot create method doesn't need snapshot_id
2013-02-26 19:18:30 +01:00
Javi Fontan
e3c09095f7
feature #1640 : format CLI commands in 80 columns
2013-02-26 16:38:35 +01:00
Javi Fontan
8fc3bbc5fd
feature #1640 : show raw sched actions in onevm show --all
2013-02-26 16:09:01 +01:00
Javi Fontan
101097d0d9
feature #1640 : show networks in list mode, onevm show
2013-02-26 16:09:01 +01:00
Javi Fontan
cc9233e64b
feature #1640 : show all disk info with --all in onevm show
2013-02-26 16:09:01 +01:00
Javi Fontan
762f33c0ea
feature #1640 : change onevm show disks list
2013-02-26 16:09:01 +01:00
Javi Fontan
9f1c43b5a9
feature #1640 : pass options to format_resource
2013-02-26 16:09:01 +01:00
Javi Fontan
392ff502d0
feature #1640 : show vm disks in table form
2013-02-26 16:09:01 +01:00
Jaime Melis
4296c5e61d
Feature #1224 : add vmware drivers
2013-02-26 15:06:05 +01:00
Carlos Martín
9f20fd6091
Fix bug in kvm driver: features was case-sensitive
2013-02-26 14:56:41 +01:00
Carlos Martín
25dbb79057
Feature #1556 : The parser for context & requirements looks for variables in both VM templates
2013-02-26 14:32:31 +01:00
Carlos Martín
f1ee01cffa
Feature #1556 : Move all the attributes used in the code to the internal template
2013-02-26 13:03:40 +01:00
Carlos Martín
1f37cbffbe
Merge remote-tracking branch 'origin/feature-1772'
2013-02-26 10:59:38 +01:00
Ruben S. Montero
c13861500c
Merge branch 'feature-1741'
2013-02-25 23:44:31 +01:00
Jaime Melis
4bc92ec6d6
Bug #1521 : Use the original image size for cloning, instead of the default image size
2013-02-25 17:37:14 +01:00
Carlos Martín
5b2750d483
Feature #1772 : Add vm resize method to Java OCA
2013-02-25 17:32:47 +01:00
Carlos Martín
9e9f40d718
Feature #1772 : Additional sanity checks for new capacity.
...
Even if it was not updated, VCPU was inserted with value "0",
causing the next deployment to fail
2013-02-25 17:01:55 +01:00
Carlos Martín
8f5c2b3fd2
Feature #1772 : Save updated quotas to the DB
2013-02-25 16:16:47 +01:00
Carlos Martín
6d8b31d5bd
Feature #1772 : Resize capacity enforce is mandatory for everyone, except for oneadmin
2013-02-25 16:08:58 +01:00
Carlos Martín
bf60dc734c
Feature #1772 : Fix bug in RM, update VM owner/group quotas, not the caller's quotas.
...
Also take into account that we can delete users/groups and have orphan VMs
2013-02-25 15:13:14 +01:00
Carlos Martín
4be2e1e9a8
Feature #1772 : Minor edits
2013-02-25 12:57:39 +01:00
Javi Fontan
4af724fc54
feature #1164 : add aliases ended in ! for info methods
2013-02-25 12:53:37 +01:00
Ruben S. Montero
96c00ab9e5
feature #1722 : 0 means keep current size for any attribute
2013-02-24 13:26:37 +01:00
Ruben S. Montero
19e90ec530
feature #1722 : Use the right units for host update. Fix enforce in onevm command
2013-02-24 00:57:55 +01:00
Ruben S. Montero
126af25bb7
feature #1722 : Fix float parameter get
2013-02-23 23:34:06 +01:00
Ruben S. Montero
dcfa0a1773
feature #1772:Resize VM capacity (cpu, memory and vcpu) offline
2013-02-23 19:49:06 +01:00
Javi Fontan
b5feaadda4
feature #1741 : filter possible user matches using xpath
2013-02-22 17:05:29 +01:00
Javi Fontan
60e0a6f2e7
feature #1741 : add method each_with_xpath to object pools
2013-02-22 17:01:19 +01:00
Javi Fontan
02cd738d8f
feature #1741 : escape dn in X509CloudAuth.rb
2013-02-22 16:59:46 +01:00
Javi Fontan
41e138be10
bug #1777 : case for unknown EC2 SignatureVersion
...
Patch provided by Piotr Sawicki <p.sawicki@task.gda.pl>
(cherry picked from commit 0f6915e0f8de5bbdc33eb95e433da2fd9978474e)
2013-02-22 16:57:49 +01:00
Jaime Melis
1e23b81fe5
Feature #1224 : Fix bug in no snapshot support error message reporting
2013-02-21 17:56:15 +01:00
Jaime Melis
29fc00ea44
Feature #1224 : The hypervisor_id of the snapshot for Libvirt/KVM is decided by Libvirt
2013-02-21 17:46:08 +01:00
Carlos Martín
4391225f7e
Feature #1224 : Minor edits
2013-02-21 15:21:31 +01:00
Jaime Melis
44658d5abf
Feature #1224 : The name of the snapshot is up to the driver
2013-02-21 15:05:20 +01:00
Jaime Melis
bf7aab9a16
Feature #1224 : Fix bug in LCM method snapshot_revert_success
2013-02-21 15:05:20 +01:00
Jaime Melis
cdf780e406
Feature #1224 : New vmm driver action snapshot-delete
2013-02-21 15:05:20 +01:00
Jaime Melis
d1b7fd1b8c
Feature #1224 : New command onevm snapshot-delete
2013-02-21 15:05:19 +01:00
Carlos Martín
e3380cba7f
Feature #1224 : snapshot-create can be scheduled
2013-02-21 14:53:04 +01:00
Carlos Martín
51de89ff70
Feature #1224 : Allow snapshot commands for multiple VMs
2013-02-21 14:43:35 +01:00
Carlos Martín
f94ba3da52
Feature #1224 : onevm show formats the snapshots in a table
2013-02-21 14:20:25 +01:00
Carlos Martín
ac87bd785c
Feature #1224 : Delete the snapshot attributes when the VMs leave the RUNNING state
2013-02-20 18:51:06 +01:00