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

18253 Commits

Author SHA1 Message Date
Frederick Borges
d6548b6280
M #~: Fix usage text onevm lock (#792)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2021-02-10 14:05:31 +01:00
Frederick Borges
359174d880
B #5227: Remove oneflow error on create app dialog (#791) 2021-02-10 12:48:33 +01:00
Jorge Miguel Lobo Escalona
947c9716cd
F #5034: Comment code (#787)
Co-authored-by: Tino Vázquez <cvazquez@opennebula.io>
2021-02-10 11:04:13 +01:00
Frederick Borges
2ed1191622
B #5212: fix dropdowns on pagination (#784)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
(cherry picked from commit d65510d973)
2021-02-10 10:56:33 +01:00
Jorge Miguel Lobo Escalona
179b1eba44
F #5034: show chartes in services datatable (#785)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2021-02-10 10:39:23 +01:00
Christian González
85a4988abf
B #: fix used after reset bug (#782) 2021-02-10 09:43:52 +01:00
Alejandro Huertas Herrero
85a1f98370
F #664: fix minor bug (#779) 2021-02-09 17:51:06 +01:00
Ruben S. Montero
7d6e019e6d
B #5250: Add time stamp to monitor clients 2021-02-09 17:17:35 +01:00
Tino Vazquez
d840c33891
M #-: Remove debug console log 2021-02-09 16:55:02 +01:00
Sergio Betanzos
020efc6391
F #4994: Fix vmrc action (#777) 2021-02-09 16:49:55 +01:00
Vlastimil Holer
096754b63f
M #-: Bump year to 2021 (#778) 2021-02-09 16:07:56 +01:00
Jorge Miguel Lobo Escalona
72fb38865c
F #5056: Add dockerfile support in Sunstone
Co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
2021-02-09 13:51:41 +01:00
Frederick Borges
08f202395d
M #~: clean sunstone_guac (#774)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2021-02-09 11:34:07 +01:00
Pavel Czerný
05728fd8bc
B #5219: Fix zlib_decompress (#773) 2021-02-09 09:11:48 +01:00
Carlos J. Herrera
fe166a9bdc
F #~: fix sanitize when import (#771)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
2021-02-08 18:48:02 +01:00
Sergio Betanzos
d4d133b882
M #~: Clean install.sh & gitignore (#770) 2021-02-08 17:35:58 +01:00
Jorge Miguel Lobo Escalona
bd814db697
F #5209: fix schedule actions in service (#769)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2021-02-08 17:20:11 +01:00
Pavel Czerný
d132bab6ad
F #5225: Support for kvm size_iops_size (#743) 2021-02-08 16:59:55 +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
Sergio Betanzos
d9bf3afbf1
B #5247: Fix option to edit vcenter password (#768) 2021-02-08 13:59:27 +01:00
Sergio Betanzos
0ab6fcfc40
F #1048: Add hypervisor filter to uuid input (#766) 2021-02-08 11:02:40 +01:00
Sergio Betanzos
debd99ccaa
F #1048: Add uuid input to sunstone (#765) 2021-02-08 10:51:00 +01:00
Sergio Betanzos
0b5453a234
F #4994: Add extra info to remote connection (#764) 2021-02-08 10:40:30 +01:00
Daniel Clavijo Coca
89379d9ffb
B #5245: Update host zombie template (#761)
(cherry picked from commit 9ed720d6cf)
2021-02-08 09:49:16 +01:00
Vlastimil Holer
c5ac1a755b
M #-: Update Gemfile.locks (2021/02) (#760) 2021-02-05 12:40:24 +01:00
Carlos J. Herrera
4ad55ddfb7
F #1048: consistent unique VM identification (#759)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
2021-02-04 19:27:49 +01:00
Alejandro Huertas Herrero
5d1ea1ef73
M #-: provision extends append parent directory (#758) 2021-02-04 18:42:32 +01:00
Ricardo Diaz
1c04ca3c37
B #-: Monitor CLOSE-WAIT stalled connections (#755)
For vCenter monitor, already added hosts were added again, provoking a
new call to vcenter_connect. This call makes a new vSphere connection
and leaving the previous one hanging. After a timeout, vCenter tried to
close the connection by sending a TCP FIN. OS TCP stack cannot tell
the application (vcenter_monitor) to close, resulting on a CLOSE-WAIT
stalled connections (last forever). This in turn, exhausts the maximum
number of file descriptors opened allowed per process.

Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
(cherry picked from commit 8de3e9c872)
2021-02-04 17:34:10 +01:00
Alejandro Huertas Herrero
2648aa9a5d
M #-: get service update cardinality error (#754) 2021-02-04 17:06:16 +01:00
Jan Orel
fcc73ebcdb
M #-: Add missing OpenNebula:: module name (#746) 2021-02-04 12:55:07 +01:00
Carlos J. Herrera
d07bceef03
F #5051: option to avoid deleting disk not managed (#753)
Co-authored-by: Tino Vázquez <cvazquez@opennebula.io>
2021-02-04 10:35:25 +01:00
Petr Ospalý
3456cbf3a5
F OpenNebula/one#5178: Fix race with ssh-agent (#748)
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
2021-02-03 22:52:40 +01:00
Ruben S. Montero
f8ff5f7699
M #-: Remove quotes on libvirt domain names 2021-02-03 17:52:59 +01:00
Frederick Borges
df47b58cc4
F #4039: Numa topology changes for vCenter (#750)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2021-02-03 16:58:26 +01:00
Alejandro Huertas Herrero
2706e23f53
F #5056: fix minor bug (#745) 2021-02-03 16:54:45 +01:00
Carlos J. Herrera
a23950434e
F #5221: sanitize network name in vCenter (#752) 2021-02-03 16:09:24 +01:00
Sergio Betanzos
b9f4066e4f
B #5233: Fix remote actions & IPs (#749) 2021-02-03 12:40:07 +01:00
Carlos J. Herrera
3e742b4f87
B #~: fix bug in refactor (#744)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
2021-02-03 12:33:21 +01:00
Jorge Miguel Lobo Escalona
2dba7c5cd9
F #3951: fix get fireedge-server.conf in production (#747)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2021-02-03 12:19:48 +01:00
Sergio Betanzos
8016b9b872
F #4994: Add vm name to vnc window (#742) 2021-02-02 18:57:58 +01:00
Jorge Miguel Lobo Escalona
d5a6e24d1a
F #~: registration time changed to start time (#741)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2021-02-02 18:20:10 +01:00
Frederick Borges
4ef730c166
F #664: Import poweroff VM into marketplace (#739)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2021-02-02 13:31:53 +01:00
Jorge Miguel Lobo Escalona
b319722855
F #5209: Show schedule actions in service (#740)
Co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
2021-02-02 13:31:19 +01:00
Tino Vazquez
df5c10c91a F #3951: Several changes to install.sh
* Adjust oneprovision template routes to avoid duplicity on
reinstallation
* Remove guacamole from Sunstone install
* Add fireedge etc as conf files
2021-02-02 12:51:47 +01:00
Alejandro Huertas Herrero
7a2fb391c0
F #5056: add new subcommand to bash auto complete (#738) 2021-02-02 11:08:38 +01:00
Jorge Miguel Lobo Escalona
3b35047e9d
F #3951: fix bug provision (#737)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2021-02-01 18:05:58 +01:00
Sergio Betanzos
3b5504a41f
F #5149: Add support for --notemplate option (#736) 2021-02-01 13:18:32 +01:00
Alejandro Huertas Herrero
28bfcdb3c2
F #5056: add Dockerfile support for image creation (#721) 2021-01-29 20:40:55 +01:00
Sergio Betanzos
9ea10dd172
M #~: Year bump to 2021 (#732) 2021-01-29 14:54:26 +01:00
Frederick Borges
d94cb8818b
B #~: Add space between action buttons (#729) 2021-01-29 14:51:16 +01:00