1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00
Commit Graph

16347 Commits

Author SHA1 Message Date
Tino Vazquez
d0fd7d2f0a
B #3232: Surround description with quotes
To avoid problem with spaces
2019-10-23 12:20:23 +02:00
Tino Vazquez
cd157f1bb3
M #-: Better handling of VMware running flag 2019-10-18 15:11:58 +02:00
Jorge Lobo
861af3fa72 B #3614: hide create button when no have option (#3860)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-18 13:00:11 +02:00
Vlastimil Holer
1dcff46f86 Initial CentOS 8 support (#3861)
* M #-: Gemfile.lock for C8

* M #-: Detect PYTHON as python2 in oca
2019-10-18 12:44:17 +02:00
Tino Vazquez
508a1fec60
M #-: Improve error message 2019-10-18 12:32:32 +02:00
Tino Vazquez
a408130099
M #-: Remove unneeded comment 2019-10-17 17:24:44 +02:00
Christian González
36ad5e2823 F #3380: Modify event key structure (#3848) 2019-10-17 17:22:10 +02:00
Alejandro Huertas Herrero
6e0438526d F #3851: get host CPU model in KVM monitor script (#3852) 2019-10-17 12:24:49 +02:00
Tino Vazquez
18bc319f18
L #-: Fix non ASCII comment 2019-10-17 12:17:40 +02:00
Tino Vazquez
55d40ee00b
M #-: Only reconfigure in poweron for new VMs
Avoid enabling the running flag if the VM is not new.

Also, fix bug introduced in the previous commit.
2019-10-17 11:58:48 +02:00
Tino Vazquez
d0815d05f9
M #-: Align comment 2019-10-16 19:17:00 +02:00
Tino Vazquez
19c689bc17
M #-: Prevent monitor flapping in vCenter
It has been observed monitor state flapping for vCenter VMs.
In order to avoid race conditions, the running flag is postponed,
at the cost of an extra API call to vCenter.

Also, unneded extraconfig was removed from the sync operation.
2019-10-16 19:14:40 +02:00
Tino Vazquez
2121925066
L #-: Correct namespace for rubocop cop
Lint/HandleExceptions
2019-10-16 15:50:10 +02:00
Carlos J. Herrera
bf68c2f7e5 B #3818: fix Wild import in VMware (#3849)
Signed-off-by: Carlos J. Herrera Matos <cherrera@opennebula.systems>
2019-10-16 15:35:37 +02:00
Carlos J. Herrera
9a275b49e4 B #3567: add switch name in DPG (#3838)
* B #3567: add switch name in DPG

Signed-off-by: Carlos J. Herrera Matos <cherrera@opennebula.systems>

* B #3567: fix typo

Signed-off-by: Carlos J. Herrera Matos <cherrera@opennebula.systems>
2019-10-15 18:44:25 +02:00
Vlastimil Holer
5d3e4485eb M #-: Bump version to 5.9.90 (#3847) 2019-10-15 17:33:18 +02:00
Jorge Lobo
354cdae4db B #3832: preserve attributes vmtemplate (#3843)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-14 17:34:35 +02:00
Tino Vazquez
1553e0746a
F #3380: Change default hook log retention 2019-10-14 12:59:41 +02:00
Jorge Lobo
c88087d495 M #-: remove hide class to password graphics (#3841)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-14 12:36:13 +02:00
Angel Luis Moya Gonzalez
a7e2f33eed F #3440: Allow logical switch empty constructor (#3840)
This allows creation of opaque network and virtual wire
objects without id and tz id
2019-10-14 12:14:47 +02:00
kvaps
71661c50db F #3591: Support X-Auth-Username header (#3592)
Signed-off-by: kvaps <kvapss@gmail.com>
2019-10-14 11:52:08 +02:00
Vlastimil Holer
1578b0a3d1 F #2799: install_gems warns if gems are packaged (#3831) 2019-10-13 17:32:11 +02:00
Jorge Lobo
6e909eeb05 B #655: register hooks import host (#3835)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-11 15:19:47 +02:00
Alejandro Huertas Herrero
ea33ca4c77 B #3826: don't delete running quotas disk-snapshot (#3829) 2019-10-11 09:57:19 +02:00
Daniel Clavijo Coca
3a1aa0c855 B #3806: escape backslashes on onedb change-body (#3830) 2019-10-11 09:48:04 +02:00
Tino Vazquez
c9515abd92
M #-: Avoid redefinition of ruby library path 2019-10-10 18:25:39 +02:00
xBytez
df599d19c3 F #3738: Secure cookie flag if scheme is https (#3738)
Signed-off-by: xBytez <git@xbytez.io>
2019-10-10 17:09:40 +02:00
Angel Luis Moya Gonzalez
2fade66f92 M #-: Modify hook exits (#3828)
- Remove rescue SystemExit
- Apply unlock before each exit
- Changes on some comments and debug lines
2019-10-10 16:15:19 +02:00
Angel Luis Moya Gonzalez
5a24b20544 M #-: Hooks unlocks (#3827)
* M #-: Fix error on variable rc creation

* M #-: Changes on creation network vcenter hook
2019-10-10 14:37:15 +02:00
Tino Vazquez
7ab23b7632
B #2855: Remove comment from vcenter conf file
As it can be used again since it is honored in the code
2019-10-10 12:22:47 +02:00
Tino Vazquez
16cc80e661
M #-: Fix and document vcenter_driver.default 2019-10-09 18:52:47 +02:00
Jan Orel
ffb03f7f93 M #-: Fix sinle entry section indent in oned.aug (#3809) 2019-10-09 16:57:09 +02:00
Jan Orel
4794058ce3 B #3244: Fix mixed-modes for shared/ssh (#3823) 2019-10-08 13:03:47 +02:00
Jorge Lobo
9dfa2f86b3 B #3254: Fix alignment table NUMA (#3822)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-08 13:02:56 +02:00
Christian González
7c14ff25fa M #: Minor changes on hem executions logging (#3819) 2019-10-08 13:02:18 +02:00
Angel Luis Moya Gonzalez
0accfb2c6d F #3440: Fix bug creating NSX networks (#3821)
* F #3440: Fix bug creating NSX networks

Fix bug when creating NSX network without
transport zone. Added more checks and
exceptions to manage them.

* F #3440: Added backtrace to error message
2019-10-08 10:40:24 +02:00
Christian González
bb04178ad5 M #: Minor changes in XSD files (#3817) 2019-10-07 13:01:46 +02:00
Vlastimil Holer
8b7e661327 B #3046: Enable HA HEM server control and IP cmd (#3816) 2019-10-07 10:02:08 +02:00
Jorge Lobo
4ec564c87f B #1375: remove vm_updateconf_hide class in file_ds (#3810)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-04 13:46:57 +02:00
Jorge Lobo
0454501729 B #3753: send context in VN template (#3811)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-04 10:44:32 +02:00
Alejandro Huertas Herrero
f90144f5ef L #-: fix minor linting issues (#3812) 2019-10-04 10:41:03 +02:00
Ruben S. Montero
acc565039b
B #2728: Better tooltips 2019-10-03 20:34:07 +02:00
Jorge Lobo
72a8fe0f08 B #1400: change order table services (#3807)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-03 14:17:42 +02:00
Jorge Lobo
c5ec2aa650 B #3803: send requeriments instance template (#3804) 2019-10-03 14:08:44 +02:00
Carlos J. Herrera
b74452ca0a B #3797: fix typo (#3799)
Signed-off-by: Carlos J. Herrera Matos <cherrera@opennebula.systems>
2019-10-03 14:07:42 +02:00
Jorge Lobo
33bf895b63 B #3358: sunstone lose NIC index (#3795)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-03 14:03:23 +02:00
Angel Luis Moya Gonzalez
19b255e0e3 F #3440: Improve NSX import process (#3796)
* M #-: Fix errors on commit 7b8438dd4

Change condition
Change definition function order

* F #3440: NSX parameters at import time

These attributes are added when importing a NSX network
NSX_ID
NSX_VNI
NSX_TZ_ID

Also now there is a different VCENTER_PORTGROUP_TYPE for
distributed port groups and NSX-V portgroups
2019-10-03 13:58:40 +02:00
Jorge Lobo
39e3562624 F #2623: add icon (#3808)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-03 13:33:39 +02:00
Jorge Lobo
67eb3e0838 B #3215: missing actions yamls (#3764)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-03 12:31:16 +02:00
Ruben S. Montero
eb2bc22ef4
B #3189: Add missing sudo for lxd_clean hook. Change install location of lxd clean hook 2019-10-02 16:49:32 +02:00