Carlos Martín
82892ad70f
Merge remote-tracking branch 'origin/master' into feature-4369
2016-03-17 18:22:51 +01:00
Carlos Martín
34f331a187
Feature #4369 : Add multiple clusters to onedb upgrade & fsck
2016-03-17 17:58:20 +01:00
Carlos Martín
b715c4f773
Feature #4369 : Remove datastore_location setting by cluster
2016-03-16 13:07:10 +01:00
Javi Fontan
1fb5f9aeff
Update vendorized rbvmomi to version 1.8.2
2016-03-10 17:41:14 +01:00
Javi Fontan
ba7ffbb543
Merge branch 'feature-4186'
2016-03-08 17:34:48 +01:00
Carlos Martín
10cbac2d54
Feature #4217 : Move cloning MP Apps IDs to a new image collection attribute
2016-03-04 16:31:10 +01:00
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 676f36e0aa4f6ca705f60b826fd52d69888d7bb9)
2016-03-03 23:59:53 +01:00
Tino Vazquez
d8a63b8e1b
feature #4186 : Fix rbvmomi
2016-03-03 17:33:14 +01:00
Tino Vazquez
bdba6c66a7
feature #4186 : Add modified rbvmomi lib Datastore.rb
2016-03-03 17:29:03 +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 820d562f53f474074db950925bb09e125c94bc59)
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
Tino Vazquez
5eb891eb9d
feature #4186 : Add support for flat vmdk for vcenter to marketplace export
2016-02-12 19:00:50 +01:00
Tino Vazquez
8c07d9d7b9
feature #4186 : Add export functionality from vCenter DS to Marketplace
2016-02-11 18:28:45 +01:00
Jaime Melis
f5737b8944
Feature #4217 : Fix supported marketapp actions checking
2016-02-10 18:16:59 +01:00
Tino Vazquez
006ba41c62
feature #4186 : Merge branch 'feature-4217' into feature-4186
...
Marketplace branch into vcenter storage
2016-02-10 12:25:28 +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
Tino Vazquez
6ec461acce
feature #4186 : Add upload functionality for vCenter
2016-02-04 18:57:34 +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
Tino Vazquez
6be46a6bfa
feature #4186 : Remove attached disks from VM before shutdown/cancel
2016-01-19 17:38:07 +01:00
Javi Fontan
bf65d9a3ea
feature #4215 : add onevrouter man page
2016-01-11 12:25:09 +01:00
Tino Vazquez
c08f6e5b80
feature #4186 : Add vcenter image ds driver
2016-01-11 11:21:24 +01:00
Tino Vazquez
893bec936e
feature-#4186: Add vcenter DS to oned.conf
2016-01-08 15:46:48 +01:00
Tino Vazquez
24e1c46186
feature #4186 : Merge branch 'master' into feature-4186
2016-01-08 13:21:20 +01:00
Tino Vazquez
a931ec36bd
feature #4186 : Add vCenter TM
2016-01-08 13:18:22 +01:00
Carlos Martín
19a58bfbae
Feature #4215 : Add support for VROUTER_HOOKS
2016-01-08 11:38:29 +01:00
Tino Vazquez
5873a8bc64
feature #4186 : Remove space in oned.conf preventing correct argument passing to one_datastore
2016-01-07 17:55:20 +01:00
Tino Vazquez
836adaa292
feature #4186 : Add vcenter tm and ds to oned.conf
2016-01-07 17:19:26 +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 2bc5032504048879e5622f7b6bf04b5456473ff5)
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 d369908da2c162d04132eb2c55fb5e26c99ed66d)
2015-11-18 13:17:09 +01:00
Javi Fontan
ba28277d05
Revert "bug #3374 : fix status result for Debian and Ubuntu"
...
This reverts commit 7724a1c88346d24e3f7796c310e1effb053839ed.
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 6546928dfe2072ed3731bc00bca653087b397ec0)
2015-11-11 12:23:37 +01:00