1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00
Commit Graph

16313 Commits

Author SHA1 Message Date
Jorge Lobo
5f240d9d42 Bug 3870 (#3886)
* B # 3870: show a stable version

Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>

* B # 3870: remove comment show stable version

Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>

* B # 3870: fix ruby slint

Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-31 11:28:22 +01:00
Angel Luis Moya Gonzalez
147b4fd237 B #3839: Fix remove DPG uplinks (#3889)
Remove Distributed Port Groups uplinks from network detection
Remove networks without any host asociated.
2019-10-30 18:34:51 +01:00
Jan Orel
f12bf9001f F OpenNebula/infra#340: Packages for Ubuntu 19.10 (#3890) 2019-10-30 16:51:15 +01:00
Christian González
04c06f65ba M #: Update XSD files (#3888) 2019-10-30 11:42:58 +01:00
Angel Luis Moya Gonzalez
2bfda02621 F #3440: Added more input options and errors (#3887)
Added code to treat inputs in the creation network form
Puts errors on network creations in hook STDERR and in
VCENTER_NET_ERROR attribute.
2019-10-29 18:21:34 +01:00
Daniel Clavijo Coca
2202a7da3f B #3806: Use gsub escape (#3863) 2019-10-29 15:46:04 +01:00
Angel Luis Moya Gonzalez
c930c0798d M #-: Fix control opennebula.vm.running parameter (#3885) 2019-10-28 17:06:25 +01:00
Jorge Lobo
9693702c57 B # 3883: fix error on resize disk (firefox) (#3884)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-28 15:25:01 +01:00
Alejandro Huertas Herrero
4636b3883c F #3862: add option to sync time in guest (#3874) 2019-10-27 16:35:08 +01:00
Christian González
02e9de8be5 M #: Update XSD files (#3877) 2019-10-27 16:33:24 +01:00
Tino Vazquez
a1872c503e
M #-: Better error reporting in vCenter driver 2019-10-25 14:59:00 +02:00
Angel Luis Moya Gonzalez
a4594ba3d6 B #3440: Fix bug on non-nsx clusters attributes (#3878)
For non-NSX Clusters, nsx attributes was shown with
empty values, this changes that behaviour to show only
NSX_STATUS indicating Missing NSX_MANAGER.
2019-10-25 14:24:26 +02:00
Jorge Lobo
d2af903e81 B #3832: fill input Host Rank (#3879)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-10-25 14:15:10 +02:00
Carlos J. Herrera
9308b842f0 B #1200: do not force preallocated (#3876)
Signed-off-by: Carlos J. Herrera Matos <cherrera@opennebula.systems>
2019-10-25 12:11:47 +02:00
Carlos J. Herrera
9916084e22 B #3567: Add switch name for PG networks (#3871)
Signed-off-by: Carlos J. Herrera Matos <cherrera@opennebula.systems>
2019-10-24 17:30:43 +02:00
Tino Vazquez
09f4c93b0c
M #-: Avoid login failure when quote in password 2019-10-24 16:07:00 +02:00
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