Vlastimil Holer
ba44f49c91
M #-: Bump version to 5.13.85 ( #896 )
2021-03-01 14:11:26 +01:00
Pavel Czerný
ecd36bcb9a
B #5261 : Fix PCI references after vm migrate fails ( #877 )
2021-02-25 11:45:13 +01:00
Pavel Czerný
ea25922462
M #-: Remove not implemented method do_action ( #843 )
2021-02-22 20:01:44 +01:00
Ruben S. Montero
60dd3a3cce
F #1345 : Support for Image Encrypted attributes
2021-02-17 13:03:37 +00:00
Ruben S. Montero
e1ea0b7968
M #-: Fix Attach auth operation
2021-02-10 18:12:19 +00:00
Ruben S. Montero
ab260f6395
M #-: Fix wrong defaul auth operation level
2021-02-10 17:23:20 +00:00
Vlastimil Holer
096754b63f
M #-: Bump year to 2021 ( #778 )
2021-02-09 16:07:56 +01:00
Ruben S. Montero
6da9f7f6c7
F #664 : Image state events and hooks
...
- Image state events
- Image hooks
- Ruby OCA event-based state wait function
- Improved market-import operations
co-authored-by: Alejandro Huertas <ahuertas@opennebula.io>
2021-02-08 16:10:34 +01:00
Pavel Czerný
a7cdfccf38
F #1048 : Unique VM identification (for KVM) ( #700 )
2021-01-26 11:28:07 +01:00
Pavel Czerný
b36cf9f339
B #5186 : Exit HA node in case of DB failure ( #712 )
2021-01-25 18:55:50 +01:00
Pavel Czerný
19ebba8e86
F #5065 : Use driver-action string to report error ( #647 )
2021-01-15 11:52:34 +01:00
Pavel Czerný
d6d299e612
F #1112 : Allow disk-saveas in undeployed, stopped ( #591 )
2021-01-08 10:50:12 +01:00
Jan Orel
960380acf8
B #5210 : Make LDAP group_admin configurable (code)
2020-12-18 09:59:18 +01:00
Pavel Czerný
0153314e3f
F #649 : Disable users ( #545 )
2020-12-11 16:10:02 +01:00
Pavel Czerný
403177347a
B 5020: Speed up showback calculation ( #528 )
2020-12-09 18:19:52 +01:00
Pavel Czerný
7ba1bbe633
F #1660 : Hotplug VCPU and mem for KVM ( #392 )
...
Co-authored-by: Ruben S. Montero <rsmontero@opennebula.org>
2020-11-17 11:24:52 +01:00
Pavel Czerný
2808d10373
M #-: Fix VM cloning image disk format ( #410 )
2020-11-11 15:37:01 +01:00
Tino Vazquez
268994b059
M #-: Correct initialization for IM timer
2020-10-29 17:50:29 +01:00
Christian González
93e7c7677c
F 5147#: improve monitoring API calls performance ( #370 )
2020-10-28 17:12:27 +01:00
Alejandro Huertas Herrero
6395b3f891
F #5124 : implement provision actions using Terraform ( #368 )
2020-10-28 15:11:34 +01:00
Christian González
e4577e5023
F #5112 : Increase onegate functionality for VNF ( #339 )
2020-10-22 12:55:27 +02:00
Ruben S. Montero
ded79ab856
Revert "M #-: Fix 'Unknown type: i8' when using Java OCA ( #186 )"
...
This reverts commit 32606c23c8
.
2020-10-20 10:59:53 +02:00
Ruben S. Montero
26498959bc
B #5131 : Track VNC allocation across migration
...
(cherry picked from commit dd6a7f4cd6
)
2020-10-16 12:45:24 +02:00
Tino Vazquez
728142e205
F #5076 : Implement provider/provision template
...
co-authored-by: Alejandro Huertas <ahuertas@opennebula.io>
2020-10-13 13:38:19 +02:00
Christian González
25b2c6411c
F #4089 : increase DB version ( #268 )
2020-09-29 18:23:39 +02:00
Ruben S. Montero
95a7a4ede5
F #4089 : Support to FS formatt VM disk images
...
- Consistency set of FORMAT attribute for images, and volatile disks
- DRIVER does not be specified by the USER and it is derived from driver
configuration for the Datastore and TM driver
- CP action from DS_MAD now needs to return the image FORMAT
- FSTYPE is deprecated and no longer used
- FS new attribute to specify file system FS.
co-authored-by: Christian González <cgonzalez@opennebula.io>
2020-09-25 12:15:03 +02:00
Pavel Czerný
123e08cfd6
F #4936 : Replace long iterator definition by auto ( #215 )
2020-09-17 11:10:55 +02:00
Pavel Czerný
12d87e7a42
F #4936 : Fix compilation ( #217 )
2020-09-16 11:07:50 +02:00
Ruben S. Montero
5aad5f05ca
M #-: Compilation errors
2020-09-15 22:26:33 +02:00
Pavel Czerný
3ea67d3645
F #4936 : Reduce number of new/delete, use unique_ptr ( #212 )
...
* On exit stop RequestManager first
* Use unique_ptr for pointers to Template
* Reduce number of new/delete
2020-09-15 11:16:00 +02:00
Ricardo Diaz
32606c23c8
M #-: Fix 'Unknown type: i8' when using Java OCA ( #186 )
...
The dialect 'xmlrpc_dialect_apache' must be set in the registry and xmlrpc
extensions must be enabled in the Java OCA client to properly handle OpenNebula
responses when requesting actions not allowed.
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
2020-09-10 15:47:33 +02:00
Ruben S. Montero
23a8594f02
M #-: Move run_connection to RM
2020-09-10 14:10:01 +02:00
Ruben S. Montero
0471e486b0
F #4396 : Replace pthread with std::thread. Require C++14
...
co-authored-by: Pavel Czerny <pczerny@opennebula.systems>
2020-09-10 13:44:49 +02:00
Ruben S. Montero
5ce49ed404
F #4936 : Refactor pools to use unique_ptr
...
co-authored-by: Pavel Czerný <pczerny@opennebula.systems>
2020-09-10 09:08:29 +02:00
Ruben S. Montero
22ff32e3d5
M #-: Fix compilation warnings
...
(cherry picked from commit c4c98e2bb9
)
2020-09-05 20:52:55 +02:00
Pavel Czerný
238769f5eb
F #4936 : Execute listener action outside lock ( #148 )
2020-08-12 11:37:28 +02:00
Ruben S. Montero
764b8a8afd
M #-: Fix merge
2020-08-07 09:54:41 +02:00
Ruben S. Montero
22ff6b50f2
B #5006 : Increment running quotas through monitor
...
(cherry picked from commit aa9be35504
)
2020-08-07 00:30:06 +02:00
Ruben S. Montero
998f2ddd1e
M #-: Removed unused variables
...
(cherry picked from commit ce38105eff
)
2020-08-06 23:55:32 +02:00
Pavel Czerný
b00f33baaa
M #-: Fix SyncRequest ( #144 )
2020-07-31 20:06:02 +02:00
Ruben S. Montero
325db91bcb
F #4936:Refactor ActionManager and Timers
...
co-authored-by: Pavel Czerny <pczerny@opennebula.systems>
2020-07-24 16:00:59 +02:00
Ruben S. Montero
34bc68017a
B #4979 : Remove OPENNEBULA_MANAGED in vm template clone (recursive)
...
(cherry picked from commit a84237a1dd
)
2020-07-14 18:56:35 +02:00
Pavel Czerný
a9f6385370
F #4936 : Fix Virtual Router table name ( #91 )
2020-07-14 12:09:41 +02:00
Ruben S. Montero
cedf794b1b
F #4936 : Fix compilation
2020-07-06 15:54:03 +02:00
Ruben S. Montero
565094961a
F #4936 : oned refactor
...
* Remove duplicit methods from NebulaUtil
* Const correctness
* Fix minor code quality issues
* Remove ObjectCollection::clone()
* Minor SSLUtil interface change
co-authored-by: Pavel Czerný <pczerny@opennebula.systems>
2020-07-05 22:01:32 +02:00
Pavel Czerný
0292f690c4
F #4936 : Fix valgrind issues ( #64 )
2020-07-02 22:52:05 +02:00
Pavel Czerný
daaf132a43
F #4936 : Remove 'using namespace std' from headers ( #60 )
2020-07-02 22:42:10 +02:00
Pavel Czerný
cf72a29b9a
F #4936 : Move Driver files to better folders ( #59 )
2020-06-29 15:14:04 +02:00
Ruben S. Montero
a3d8d4a65e
F #4936 : Refactor Driver and Message classes in OpenNebula daemon
...
co-authored-by: Pavel Czerny <pczerny@opennebula.systems>
2020-06-29 12:14:00 +02:00
Vlastimil Holer
d682bb2d74
M #-: Bump version to 5.13.80
2020-06-15 19:46:29 +02:00