Anton Todorov
f9375eccab
improve rescue of VM when node fail is detected
...
* Introduce new LCM states PROLOG_MIGRATE_UNKNOWN and PROLOG_MIGRATE_UNKNOWN_FAILURE
* Change VM migrate logic for when state is ACTIVE and lcm_state is UNKNOWN to
call TM's PROLOG_MIGR action before VMM's BOOT
All core TM drivers that are not empty are skipping disks so there is no impact on
the default behaviour
The datastore addon drivers that implement access to raw block devices should check
if the LCM_STATE == 60 (PROLOG_MIGRATE_UNKNOWN) and to remove block device access
from the failed node and provide access to the current node.
There is a simple script function added to get LCM_STATE that can be used as follow
```bash
LCM_STATE=$(lcm_state)
if [ "$LCM_STATE" = "60" ]
fi
```
(cherry picked from commit 676f36e0aa
)
2016-03-03 23:59:53 +01:00
Ruben S. Montero
7ca1036683
feature #4097 : Use glibc to log thourgh syslog, removes log4cpp
...
dependency
2016-03-02 17:08:06 +01:00
Ruben S. Montero
a4dc856406
feature #4215 : Remove public Marketplaces, even if they have images.
...
Associated apps are also removed.
2016-02-29 18:31:24 +01:00
Ruben S. Montero
b47406c429
Merge branch 'feature-4317'
2016-02-26 15:43:17 +01:00
Boris Parak
0064f572b8
Fixed restart-sched in opennebula init script
...
Fixing wrong use of `do_start` in restart-sched routine.
(cherry picked from commit 820d562f53
)
2016-02-23 11:08:59 +01:00
Carlos Martín
7693ae7af5
Feature #4317 : Support user_inputs in vm resize dialog
2016-02-17 18:50:16 +01:00
Jaime Melis
f5737b8944
Feature #4217 : Fix supported marketapp actions checking
2016-02-10 18:16:59 +01:00
Jaime Melis
a04861703d
Feature #4217 : Minor typo in oned.conf
2016-02-10 09:58:01 +01:00
Ruben S. Montero
c53425c0ed
feature #4217 : Generic class for supported actions, used in
...
VirtualRouter, VirtualMachine & MarketPlace. Simplify enum names for
MarketPlaceApps
2016-02-09 16:34:25 +01:00
Jaime Melis
07fb60dd83
Feature #4217 : Bootstrap the OpenNebula Systems Marketplace
2016-02-03 21:50:20 +01:00
Jaime Melis
a85da12036
Feature #4217 : Define required attrs for Market templates
2016-02-03 16:03:22 +01:00
Ruben S. Montero
49575e163a
Merge branch 'master' into feature-4217
2016-02-02 14:50:46 +01:00
Ruben S. Montero
b01e2336c5
Merge branch 'feature-4215' into feature-4217
2016-02-02 14:17:20 +01:00
Javi Fontan
bf65d9a3ea
feature #4215 : add onevrouter man page
2016-01-11 12:25:09 +01:00
Carlos Martín
19a58bfbae
Feature #4215 : Add support for VROUTER_HOOKS
2016-01-08 11:38:29 +01:00
Jaime Melis
dc7776e911
Feature #4238 : Read the DS_MAD_CONF in Sunstone and manage persisent
...
images and datastore required attributes correctly
2016-01-05 18:34:17 +01:00
Ruben S. Montero
49b9de94f5
feature #4217 : Monitor external marketplaces. Import functionality for
...
existing apps. Drivers for OpenNebula public marketplace
2015-12-28 01:08:33 +01:00
Jaime Melis
d7b8aa1cd3
Feature #4238 : Datastores can now be PERSISTENT_ONLY
2015-12-22 14:06:12 +01:00
Jaime Melis
5db705deae
Feature #4238 : Add DS_MAD_CONF attributes to handle
...
mandatory attributes in Datastore templates
2015-12-21 19:27:26 +01:00
Jaime Melis
5d1262ca66
Feature #4238 : Short-hand method to register single
...
attribute parameters
2015-12-18 16:22:53 +01:00
Ruben S. Montero
125e485e04
feature #4217 : First version of import/datastore plugins. Star
...
marketplace manager and load driver
2015-12-17 12:39:27 +01:00
Jaime Melis
431a9d3bc6
Feature #4238 : Add support in the Core for the iSCSI Datastore
2015-12-15 11:23:25 +01:00
Ruben S. Montero
753c885714
feature #4217 : Adds manpages to scons file
2015-12-11 23:55:04 +01:00
Ruben S. Montero
042b3467c6
feature #4217 : Manpages for onemarket tools
2015-12-11 23:51:42 +01:00
Ruben S. Montero
ed92441582
feature #4217 : OpenNebula core methods for MarketPlace class. OCA
...
binding and onemarket tool
2015-12-05 23:52:28 +01:00
Carlos Martín
64ebcdd5c3
Feature #4215 : Virtual Router pool in ruby oca and CLI
2015-11-30 16:55:22 +01:00
Ruben S. Montero
57ca5f414b
bug #4164 : Moved imported_vm_action logic to the driver class. Add
...
defaults for well-known drivers
2015-11-20 15:45:20 +01:00
Carlos Martín
efb59a92ba
Bug #4045 : Update states reference link in vm xsd
...
(cherry picked from commit 2bc5032504
)
2015-11-19 16:18:27 +01:00
Carlos Martín
6595df3b01
Bug #4164 : Remove poweroff action for kvm & xen imported VMs
...
(cherry picked from commit d369908da2
)
2015-11-18 13:17:09 +01:00
Javi Fontan
ba28277d05
Revert "bug #3374 : fix status result for Debian and Ubuntu"
...
This reverts commit 7724a1c883
.
Breaks service startup
2015-11-18 11:46:52 +01:00
Dan Kelleher
a79c1fbd3f
Bug #4125 : Probes cleaned by systemd-tmpfiles
...
Add systemd-tmpfiles exemption for /var/tmp/one
(cherry picked from commit 6546928dfe
)
2015-11-11 12:23:37 +01:00
Javi Fontan
7724a1c883
bug #3374 : fix status result for Debian and Ubuntu
...
(cherry picked from commit 9905064092
)
2015-11-10 15:59:04 +01:00
Carlos Martín
29c0a05948
Merge remote-tracking branch 'origin/feature-3987'
...
Conflicts:
src/sunstone/public/app/utils/disks-resize.js
src/sunstone/public/app/utils/vcenter/networks.js
src/sunstone/public/app/utils/vcenter/templates.js
2015-11-06 17:09:03 +01:00
Ruben S. Montero
ee89a2185a
feature #3987 : Monitor system datastores through the front-end +
...
BRIDGE_LIST. Add monitor scripts for shared, ceph. Distributed system DS
as ssh monitored through probes.
2015-11-04 18:42:40 +01:00
Jaime Melis
e12490913d
Feature #3987 : update sudoers
2015-11-02 15:47:42 +01:00
Carlos Martín
b57d35f42a
Bug #4077 : Remove include from user_pool.xsd
...
(cherry picked from commit 1f08b4bf06
)
2015-10-29 11:08:37 +01:00
Ruben S. Montero
117a3df0c7
feature #3987 : Define DS_MIGRATE for TM_MAD_CONF. Do not allow System DS
...
migrations for TM_MAD with ds_migrate="no"
2015-10-29 00:57:43 +01:00
Javi Fontan
396ef7d639
Bug #4095 : Add patch as dependency to nokogiri in install_gems
2015-10-26 17:00:03 +01:00
Jaime Melis
92836842b0
Feature #3987 : First batch of actions
2015-10-23 14:13:08 +02:00
Jaime Melis
41b929d4b3
Merge branch 'feature-3362'
2015-10-16 11:43:37 +02:00
Jaime Melis
df899199c6
Merge branch 'feature-3362' into one-4.14
2015-10-16 11:42:31 +02:00
Jaime Melis
0a5d7f3ffd
feature #3362 : Add configuration option for ceph: CEPH_CONF
2015-10-15 17:44:39 +02:00
Ruben S. Montero
4c523c716c
feature #3362 : Update Ceph DS & TM drivers with clone optimization
2015-10-08 17:30:42 +02:00
Javi Fontan
7b1db08a5c
bug #3944 : add openssl-devel dependecy to install_gems
...
(cherry picked from commit 32d963996f
)
2015-10-06 17:59:02 +02:00
Javi Fontan
32d963996f
bug #3944 : add openssl-devel dependecy to install_gems
2015-10-06 17:57:56 +02:00
Javi Fontan
daad3ffe06
Bump version to 4.14.1
2015-10-05 17:04:53 +02:00
Jaime Melis
e20fb5c4c4
Fix copyright in banners
2015-09-23 16:51:10 +02:00
Jaime Melis
f651893864
Bump version 4.14.0
2015-09-22 15:02:27 +02:00
Javi Fontan
bc0a3a0439
Install a compatible version of treetop gem
2015-09-07 15:41:12 +02:00
Jaime Melis
5ecbfee4e2
Bump version 4.13.85 (beta2)
2015-09-04 14:41:50 +02:00