1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

10239 Commits

Author SHA1 Message Date
Jaime Melis
b313ab7044 Feature #2958: Add PROLOG_RESUME and UNDEPLOY to the recoverable states 2015-05-08 17:50:32 +02:00
Jaime Melis
8c93554159 Feature #2958: Adds TM Interactive Debug environment 2015-05-08 15:46:58 +02:00
Ruben S. Montero
a04f0cc110 Merge branch 'feature-3778' 2015-05-08 13:48:54 +02:00
Ruben S. Montero
4d50231681 feature #3654: PROLOG_RESUME_FAILURE & PROLOG_UNDEPLOY_FAILURE states 2015-05-08 13:47:48 +02:00
Carlos Martín
cff1273506 Feature #2742: Add empty onedb migrator file 2015-05-07 18:18:49 +02:00
Carlos Martín
124d619caf Feature #2051: Remove the --live option for onevm save 2015-05-07 16:45:21 +02:00
Carlos Martín
cdc7961e92 Feature #2051: Save VMs to a new template in the ruby oca instead of oned 2015-05-07 15:50:38 +02:00
Ruben S. Montero
4b66f92b08 feature #3789: Reference Network used by a NIC in context 2015-05-07 12:05:20 +02:00
Jaime Melis
7e26c511ab Revert "feature #3652: Add onegate and init.sh files to install.sh"
This reverts commit 014a0daeeeb0c63fb8fae1596374860dd8016ba4.
2015-05-06 11:51:19 +02:00
Carlos Martín
2e39dd569c Bug #3701: Trigger an individual poll to avoid VMs stuck in running 2015-05-05 13:13:30 +02:00
Carlos Martín
47d3ae7f7c Bug #3700: Redo the transition from poff->runn 2015-05-05 12:14:35 +02:00
Carlos Martín
dd8dbb38b5 Revert "Bug #3700: Transition from poff->runn requires the VM to be reported twice"
This reverts commit ea876146afbf48df89bcd73378261945c7ed40bd.
2015-05-05 11:46:30 +02:00
Jaime Melis
1c3f983e91 Feature #3778: Recalculate the disk paths in the restore action
to handle system ds migrations
2015-04-30 18:00:01 +02:00
Carlos Martín
ea876146af Bug #3700: Transition from poff->runn requires the VM to be reported twice 2015-04-30 17:11:05 +02:00
Jaime Melis
e0ef584256 Feature #3778: TM shared/mv can migrate to another System DS 2015-04-30 15:56:15 +02:00
Ruben S. Montero
7ad4bc9e9d Merge branch 'feature-3382' 2015-04-30 15:27:33 +02:00
Carlos Martín
ac4325f05d Feature #3778: Add new ds-id param to Sunstone 2015-04-30 12:33:52 +02:00
Carlos Martín
525e8deb84 Feature #3778: Allow DS migration for poweroff VMs only 2015-04-30 11:56:26 +02:00
Tino Vazquez
957c6e1681 feature #3382: Add Sunstone support
Fix minor comment issue
2015-04-29 17:58:26 +02:00
Carlos Martín
b94d0d951b Feature #3778: Use previous system dir in TM commands 2015-04-29 17:01:06 +02:00
Carlos Martín
98af16330c Feature #3778: New ds-id param in oca and cli 2015-04-29 15:23:37 +02:00
Tino Vazquez
b7e12a5a9f Change boolean to int in recove for Java OCA
(cherry picked from commit fa56f8fc6627c05961dab7cb72df9e6c6240a108)
2015-04-29 15:18:57 +02:00
Tino Vazquez
fa56f8fc66 Change boolean to int in recove for Java OCA 2015-04-29 15:03:38 +02:00
Carlos Martín
5000d27281 Feature #3778: Add new ds-id param to one.vm.migrate 2015-04-29 13:10:07 +02:00
Ruben S. Montero
0139ef44d1 feature #3382: Add support for overwritting network context attributes in NIC and CONTEXT definition 2015-04-28 16:24:40 +02:00
Carlos Martín
c6c9d90b60 Feature #3654: Manage failure states in flow recover action 2015-04-28 15:34:38 +02:00
Carlos Martín
08f32913eb Feature #3654: LCM updates the VM life cycle with the poll info 2015-04-28 12:59:25 +02:00
Ruben S. Montero
5c0cd43d42 feature #3654: Update states diagram 2015-04-28 11:51:26 +02:00
Ruben S. Montero
a03e3054e5 feature #3654: Add BOOT_UNDEPLOY_FAILURE and BOOT_STOPPED_FAILURE. Get rid of map<string, string> empty declarations. 2015-04-28 11:44:56 +02:00
Carlos Martín
b53eca5707 Feature #3654: Remove boot action from oneflow 2015-04-27 16:38:37 +02:00
Carlos Martín
f919242634 Feature #3654: Remove boot action from oca, cli & sunstone 2015-04-27 16:38:05 +02:00
Ruben S. Montero
aab0fe213f feature #3654: Fix wrong name in state check 2015-04-27 00:06:38 +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 9be8b151bcd
2015-04-26 22:54:15 +02:00
Carlos Martín
3eaffe16d6 Feature #3654: Refactor LCM to init pointers to managers only once 2015-04-24 16:27:08 +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
36afa9c864 Feature #3654: Allow to run a shutdown again from shutdown state 2015-04-24 15:33:35 +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
9be8b151bc Feature #3654: Allow to run a poweroff/undeploy again from shutdown_poweroff/undeploy 2015-04-24 12:46:58 +02:00
Carlos Martín
c5ab2dca49 Feature #3654: Show the complete lcm state name in sunstone 2015-04-23 17:06:41 +02:00
Carlos Martín
753f640166 Feature #3654: Update vm recover action in sunstone 2015-04-23 16:53:29 +02:00
Carlos Martín
6ce059d909 Bug #3731: Clear the save-as VM disk flag when the target Image is deleted 2015-04-23 16:17:58 +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
Carlos Martín
4179a2f329 Feature #3654: Refactor LCM::cancel
(cherry picked from commit 7e3869be0aac24e267cc796f79afc472d6098099)
2015-04-23 14:55:34 +02:00
Ruben S. Montero
18783b7119 feature #3654: Remove missing "New VM state is..." messages 2015-04-23 14:46:49 +02:00
Ruben S. Montero
8b0c4c42eb feature #3654: remove restart states added after merge 2015-04-23 14:43:30 +02:00
Carlos Martín
e95bde2a73 Feature #3654: Refactor VM state change log
(cherry picked from commit 329f0ef0fd099c46b2c5b30c61093c421d961e2b)
2015-04-23 14:38:44 +02:00
Carlos Martín
7f13981543 Feature #3654: Allow graceful shutdown from suspended and poweroff
(cherry picked from commit 004c2cb1411c4bf99fe16db5cfa312d28e603807)
2015-04-23 14:25:34 +02:00
Ruben S. Montero
22dcd3edeb feature #3654: Add missing change after merges 2015-04-23 13:23:31 +02:00
Carlos Martín
df40f760a8 Feature #3654: Transition from poweroff to undeployed
(cherry picked from commit b69a0e649f24df69eb7e3ff394b5db889fb45277)
(cherry picked from commit df6d271a9b6e40c69c45fff9e4bf4c11c7590f64)
2015-04-23 13:20:08 +02:00