1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-18 06:03:39 +03:00

585 Commits

Author SHA1 Message Date
Ruben S. Montero
012258a39d F #994: Add VCENTER_ESX_HOST to restricted attributes 2018-06-11 18:16:56 +02:00
Ruben S. Montero
d50141d5bc Fix wrong name in oned.conf and mapping for snapshot create 2018-06-11 17:20:40 +02:00
Ruben S. Montero
8e0b6d7e8e F #2166: Added note on infinite timeouts for RAFT API calls 2018-06-08 22:49:39 +02:00
Ruben S. Montero
53fe56a991 F #2147: Better timeouts for xml-rpc clients. Updated oned.conf with default
XML-RPC timeout.
2018-06-02 13:40:54 +02:00
juanmont
cd288c349b F #1439: Add IO Burst Attributes for KVM
Author: juanmont <jjmontiel@opennebula.systems>
2018-05-18 16:27:05 +02:00
Ruben S. Montero
08acf5bd0a
Revert "F #1439: Added new attributes to set maximum values (#2060)" (#2062)
This reverts commit f42f43b6a2ea95b7e03e151202fc2e282dbf7b9f.
2018-05-05 23:54:49 +02:00
juanmont
f42f43b6a2 F #1439: Added new attributes to set maximum values (#2060)
* F #1439: Added new attributes to set maximum values

* F #1439: Added attributes to oned.conf

* F #1439: Added new attributes to Sunstone
2018-05-04 17:12:16 +02:00
Vlastimil Holer
6c92340ebd B #1236: Set default KVM monitoring timeouts 2018-04-26 16:28:18 +02:00
Ruben S. Montero
9b96c8fd3c F #1927: Extend Sql interface, free results of MySQL query.
(cherry picked from commit f502d17923a12f1f4df59e5ae100802ab6d5ba9c)
2018-04-23 12:54:27 +02:00
juanmont
3d7175c5e2 F #1927: Changed oned.conf with new Raft attribute
(cherry picked from commit df32eacc8fd328794fb0fd89664958e9f333c35d)
2018-04-23 12:54:26 +02:00
juanmont
b33afa6ed5 F #1872 Added method and changed oned.conf attribute (#1963) 2018-04-20 17:03:18 +02:00
Ruben S. Montero
95a86151f1 F #1872: Added examples to oned.conf on using the DEFAULT_ACL rules for VDC 2018-04-03 12:50:41 +02:00
juanmont
434a2749ec F #1872: Added new attributes to define default acls 2018-03-28 20:55:17 +02:00
juanmont
d305167c6e F #1885: Added configuration option to oned.conf 2018-03-23 10:31:25 +01:00
Ruben S. Montero
37222d65dc F #1792: Greatly improve concurrency by: Remove big lock on pool control class. Increase number of MySQL connections (new configuration variable). Make all parser reentrants. This commit also simplifies the pool references.
(cherry picked from commit a3d3ceb771034794c4fb453dcd9aaff64c53baed)
2018-03-17 23:35:21 +01:00
Vlastimil Holer
fdb22a0376 F #1498: Open vSwitch VXLAN driver 2018-02-28 17:31:38 +01:00
Abel Coronado
320893db4f B #1785 (#1787)
* B #1785: Broken vCenter REQUIRED_ATTRS in DS creation

* B #1785: Trimmed vCenter REQUIRED_ATTRS spaces for file consistency
2018-02-27 11:55:53 +01:00
Ruben S. Montero
224fb62712
Feature #1454: OpenNebula to OpenNebula drivers (#1743) 2018-02-15 16:00:09 +01:00
Sergio Semedi Barranco
666b9da378 F #1371: vCenter live migration support (#1739) 2018-02-13 18:30:26 +01:00
Sergio Semedi Barranco
8f384ebd0b F #1371: oned.conf changed for vcenter migration (#1736) 2018-02-12 18:15:46 +01:00
Vlastimil Holer
17d5b31cb2 B #1152: Activate LVM disks on reboot 2018-01-31 16:54:50 +01:00
Vlastimil Holer
0c0aebd440 F #1694: Add missing DISK_TYPE_SSH for shared TM_MAD_CONF 2018-01-31 16:38:57 +01:00
Vlastimil Holer
99e82ac0e3 F #1694: Support shared TM with local system DS 2018-01-30 19:06:40 +01:00
Vlastimil Holer
a4c0447ccf Bump year to 2018 (#1623) 2018-01-02 18:27:37 +01:00
Vlastimil Holer
1e9e52138d F #1310: Added support for multiple deployment modes. This commit adds
support of SSH mode for a Ceph datastore.

Author: Vlastimil Holer <vholer@opennebula.org>
Author: juanmont <jjmontiel@opennebula.org>
(cherry picked from commit 8ab9c02102e2e7f72c4835aa819bab49c229ef45)
2018-01-02 15:59:29 +01:00
Ruben S. Montero
c9d22b8b40 F #5204: Support for restricted attributes of type Vector
(cherry picked from commit 59b5ee8dd1ccb91161ce1ee83e99f11cbe9f1b95)
2017-09-06 16:06:15 +02:00
Ruben S. Montero
a6addb314e Raft stability patch:
* Do not reset vote on followers upon successful election
  * Cache one_auth secret to fix mt issue and improve heartbeat
  performance
  * Remove debug message when a record is not loaded
  * Remove default timeout for curl library
2017-08-03 12:28:48 +02:00
Tino Vazquez
e22fd82f0b Enable vCenter drivers by default. 2017-07-13 12:00:09 +02:00
Javi Fontan
33b7c27d8b B #5149: add RAW as restricted attribute 2017-07-10 15:59:52 +02:00
Ruben S. Montero
1f571426ab F #5214: Add support for USER_PRIORITY to set dispatch order. 2017-07-06 16:01:46 +02:00
Ruben S. Montero
8576ae69fd F #4763: Do not allow to make snapshots to readonly disks 2017-07-05 19:03:12 +02:00
Ruben S. Montero
ebc165f70f F #4885: Enable TM mads to define orphan snapshots. This is control
under TM_MAD_CONF for each MAD. By default orphans are not allowed
2017-07-05 18:13:47 +02:00
Ruben S. Montero
38bb26094a F #5208:Add CEPH_KEY to inherit attributes, so it is added to VM DISK 2017-07-05 10:53:29 +02:00
Ruben S. Montero
37740d4c62 B #5204: Wrong restricted attribute for VMs after a resize+chown
operation
2017-07-04 12:04:09 +02:00
Ruben S. Montero
f2cc7679ea Updated restricted attributes 2017-06-30 12:13:39 +02:00
mcabrerizo
d897301ec5 F #4913: Disable some vCenter required attributes 2017-06-27 14:43:17 +02:00
Tino Vazquez
9698ea469e B #5204: Disable restricted attributes for NIC and DISK vCenter VMs 2017-06-27 12:40:41 +02:00
Tino Vazquez
b2962f6128 Change location of vcenter vnet hooks in oned.conf 2017-06-23 17:48:40 +02:00
Jaime Melis
3cf603ab85 typo 2017-06-15 17:07:18 +02:00
mcabrerizo
d78a0be74a F #4913: Remove vCenter credentials as required datastore attributes. Add some vCenter restricted attributes 2017-06-15 14:12:30 +02:00
Jaime Melis
5e5af78c25 F #4913: Fix TM_MAD of vCenter 2017-06-14 12:26:11 +02:00
mcabrerizo
bb36e6c448 F #4913: Remove VCENTER_ONE_HOST_ID from datastore actions and required attrs 2017-06-14 09:05:45 +02:00
mcabrerizo
1419c96696 F #4913: Add vcenter net hooks to oned.conf 2017-06-12 17:58:47 +02:00
mcabrerizo
b2d9f347dd F #4913: Replace required attr for vCenter datastores. Inherit VCENTER_SWITCH_NPORTS. 2017-06-11 18:57:13 +02:00
Jaime Melis
585cc13033 F #4809: Typo in the name of the hook 2017-06-08 10:19:40 +02:00
Ruben S. Montero
50880bb271 F #4809: Do not write log in solo mode, update instead of insert for
timestamps
2017-06-01 11:13:12 +02:00
Jaime Melis
9d763ef628 F #4809: Fully working vip hooks 2017-05-29 18:24:25 +02:00
Javi Fontan
8de979e42c Bump version 5.3.80 2017-05-25 16:07:35 +02:00
Ruben S. Montero
db9f9dedca Merge branch 'feature-4809' 2017-05-25 10:44:39 +02:00
Vlastimil Holer
3c9065fec4
B #3705: Set DRIVER=qcow2 for TM_MAD qcow2 2017-05-19 10:51:13 +02:00