Jaime Melis
e20fb5c4c4
Fix copyright in banners
2015-09-23 16:51:10 +02:00
Carlos Martín
27e3ac289f
Feature #3782 : Rename disk snapshot tag to name
2015-07-09 13:13:07 +02:00
Javi Fontan
4b08d76fbf
Whitespace cleanup
2015-07-01 15:18:28 -04:00
Ruben S. Montero
83ac6188de
feature #3782 : New state to delete snapshots. Delete action OCA (Ruby),
...
core and CLI
2015-05-27 16:29:41 +02:00
Ruben S. Montero
98f76cf3fe
feature #3782 : Create and Revert operations for Disk Snapshots. Core and
...
OCA levels
2015-05-19 18:41:23 +02:00
Ruben S. Montero
1c828b28d4
Feature #3654 : Refactor DM to init pointers to managers only once
2015-04-26 23:34:26 +02:00
Ruben S. Montero
41782d01e5
feature #3654 : Retry PROLOGs, EPILOGs, SHUTDOWNs and BOOTs through recover. Remove restart action from oned, removed shutdown retries through shutdown
...
feature #3214 : Redo saveas check.
Revert "Feature #3654 : Allow to run a shutdown again from shutdown state". This reverts 36afa9c864
Revert "Feature #3654 : Allow to run a poweroff/undeploy again from shutdown_poweroff/undeploy". This reverts 9be8b151bc
2015-04-26 22:54:15 +02:00
Carlos Martín
55dd9304bc
Feature #3654 : Merge Dispatch Manager reset with reboot
2015-04-24 15:45:54 +02:00
Carlos Martín
ae7fab2ff8
Feature #3654 : Merge the cancel and shutdown states
2015-04-24 15:25:47 +02:00
Carlos Martín
402400053f
Feature #3654 #1610 : Improve reason when an action is not available
...
(cherry picked from commit 24fa8d779c745cf6d80a75a0aaed28875209bd08)
2015-04-23 15:08:59 +02:00
Ruben S. Montero
44ab9678a3
feature #3564 : Remove FAILED and FAILURE states
2015-04-21 14:00:52 +02:00
Jaime Melis
8d00b74177
Change year to 2015
2015-02-24 12:27:59 +01:00
Ruben S. Montero
093f95524e
feature #3383 : Clean RequestManager code
2015-02-05 22:49:33 +01:00
Jaime Melis
11520021f7
Bump to version 4.5.0
2014-01-09 11:51:20 +01:00
Ruben S. Montero
72e68b0703
Merge branch 'feature-1835' into one-4.0
...
Conflicts:
src/lcm/LifeCycleStates.cc
src/vmm/VirtualMachineManager.cc
2013-04-03 17:11:16 +02:00
Carlos Martín
728d043574
Feature #1839 : Rename shutdown-save to undeploy
2013-04-02 17:01:22 +02:00
Carlos Martín
675d936741
Feature #1839 : New action shutdown-save(-hard) in core
2013-03-27 18:15:53 +01:00
Carlos Martín
2589ab86fe
Feature #1835 : Implement poweroff --hard in core
2013-03-27 13:48:06 +01:00
Ruben S. Montero
5b117c6d2d
Merge branch 'master' into feature-1691
...
Conflicts:
include/DispatchManager.h
include/LifeCycleManager.h
include/RequestManagerVirtualMachine.h
include/VirtualMachineManager.h
include/VirtualMachineManagerDriver.h
src/cli/onevm
src/dm/DispatchManagerActions.cc
src/lcm/LifeCycleManager.cc
src/lcm/LifeCycleStates.cc
src/mad/ruby/VirtualMachineDriver.rb
src/oca/java/src/org/opennebula/client/vm/VirtualMachine.java
src/oca/ruby/opennebula/virtual_machine.rb
src/onedb/3.8.1_to_3.9.80.rb
src/rm/RequestManager.cc
src/rm/RequestManagerVirtualMachine.cc
src/vmm/VirtualMachineManager.cc
src/vmm/VirtualMachineManagerDriver.cc
src/vmm_mad/dummy/one_vmm_dummy.rb
2013-03-06 15:59:58 +01:00
Jaime Melis
d1b7fd1b8c
Feature #1224 : New command onevm snapshot-delete
2013-02-21 15:05:19 +01:00
Carlos Martín
1177d1fb6d
Feature #1224 : one.vm.snapshotcreate returns the ID of the new snapshot
2013-02-20 18:11:58 +01:00
Carlos Martín
87b5de9cd3
Feature #1224 : New xmlrpc method one.vm.snapshotrevert
2013-02-20 16:57:44 +01:00
Carlos Martín
08399c5732
Feature #1224 : New method one.vm.snapshotcreate
2013-02-19 15:21:33 +01:00
Jaime Melis
7357bffe34
Update copyright notice
2013-01-24 16:18:30 +01:00
Jaime Melis
af61e33f8c
Update year to 2013
2013-01-24 16:03:57 +01:00
Carlos Martín
b89e38833c
Feature #1691 : Add support in core for nic attach/detach. Thanks to Simon Boulet for his help.
...
Next step is to add NIC_ID attribute to each NIC, and process ATTACHNIC in driver manager
2012-12-12 18:35:40 +01:00
Carlos Martín
de5181403b
Feature #1404 : Add new onevm poweroff command. New VM states POWEROFF and SHUTDOWN_POWEROFF
2012-09-04 18:30:53 +02:00
Carlos Martín
4baaeb827d
Bug #1316 : Clean files when a stopped VM is deleted. Previous commit:dbefe6f only worked with shared DS
...
(cherry picked from commit 9d8ccd61c8
)
2012-06-27 18:51:10 +02:00
Ruben S. Montero
2f0c1d0e7e
feature #1223 : Included quotas for detach. Refactor some detach methods
2012-06-15 16:28:30 +02:00
Ruben S. Montero
bdba7a3d3c
Merge branch 'feature-1223' of git.opennebula.org:one into feature-1223
...
Conflicts:
include/DispatchManager.h
include/VirtualMachine.h
src/rm/RequestManagerVirtualMachine.cc
2012-06-15 12:34:43 +02:00
Ruben S. Montero
1dbeaa1719
feature #1233 : Added quotas.Refactor Attach methods
2012-06-15 12:28:20 +02:00
Carlos Martín
1eebdbc07a
Feature #1223 : Detach operation
2012-06-14 17:45:41 +02:00
Carlos Martín
554321c73b
Feature #1223 : New VM state HOTPLUG, continue work on the attach operation
2012-06-14 13:02:18 +02:00
Carlos Martín
8071e5ca0d
Feature #1223 : implement DispatchManager::attach
2012-06-13 18:47:04 +02:00
Ruben S. Montero
740f821a59
feature #1055 : Added Reset action to OpenNebula core
2012-05-08 22:33:59 +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
Jaime Melis
a2b7cb6bc9
Bump to version 3.2.0
2012-01-12 12:29:18 +01:00
Ruben S. Montero
7301def913
feature #132 : Support for reboot action in OpenNebula core
2011-12-25 23:46:19 +01:00
Jaime Melis
4980255942
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
Ruben S. Montero
135ba26c34
feature #457 : Ressubmit action for DM and DM-LCM coupling for "active" VM resubmission
2010-12-31 17:48:50 +01:00
Ruben S. Montero
34b2ed6c5c
feature #203 : Authorization method for VMs now in RM
2010-07-14 18:11:29 +02:00
Javier Fontán Muiños
fdfe10407e
Changed copyright notice
2010-02-22 18:00:30 +01:00
Rubén S. Montero
d965eb44aa
Merge of the OpenNebulaXML branch (-r535:HEAD)
...
git-svn-id: http://svn.opennebula.org/one/trunk@667 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-09 14:34:34 +00:00
Rubén S. Montero
60aff2d402
Trunk now is OpenNebula 1.3. New raw XML vmm drvier type. updated date in license
...
git-svn-id: http://svn.opennebula.org/one/trunk@330 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-26 18:25:15 +00:00
Constantino Vázquez Blanco
ee411e7963
Merged TransferManager and VirtualNetworkManager branches.
...
git-svn-id: http://svn.opennebula.org/one/trunk@230 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-11-13 16:21:17 +00:00
Constantino Vázquez Blanco
27664b123d
Adding the ability to CANCEL a virtual machine
...
Added it in the Dispatch Manager (lcm already prepared),
the Request Manager and the ruby CLI
git-svn-id: http://svn.opennebula.org/trunk@88 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-09-08 10:57:52 +00:00
Rubén S. Montero
92b17d4eef
Simplified history handling in VM
...
Solved some history timer issues
Improved life-cycle (address ticket #4 )
Solved a couple of deadlocks in some RequestManager methods
git-svn-id: http://svn.opennebula.org/trunk@9 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-06-22 01:51:49 +00:00
Javier Fontán Muiños
6eb9fed97d
Initial commit of ONE code
...
git-svn-id: http://svn.opennebula.org/trunk@2 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-06-17 16:27:32 +00:00