1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00

17189 Commits

Author SHA1 Message Date
Tino Vazquez
77a56859e6
F #4302: Rescue exceptions in vcenter IM
Specifically, in the IM monitor control loop
2020-06-11 18:56:40 +02:00
Tino Vázquez
9bd7cdc079
M #: minor flow-server fix 2020-06-11 17:54:19 +02:00
Christian González
4646e98f10
M #: minor flow-server fix 2020-06-11 17:48:52 +02:00
Jan Orel
f39ff7f095
M #-: fallback to python3 (#3) 2020-06-11 16:11:12 +02:00
Tino Vázquez
b42717ee65
M #-: Lost var user inputs 2020-06-11 15:52:49 +02:00
Ruben S. Montero
4b7f47c7e2
M #-: Check vcenter_monitor status & restart 2020-06-11 15:34:26 +02:00
Jorge Lobo
1aaadbfbb4 M #~: lost var user-inputs
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-06-11 13:40:20 +02:00
Ruben S. Montero
2ef5b0e5c5
F #4132: cancel actions when recovering 2020-06-11 13:21:17 +02:00
Ruben S. Montero
b72a275813
M #-: Modifications to run & lock locations
* Add run and lock paths to self-contained
* Move oned lock to lock location
* vcenter monitor fifo is created in run location
* vcenter monitor lock is created in lock location
2020-06-11 13:15:23 +02:00
Alejandro Huertas
cb8c7ab5f4
F #4132: cancel actions when recovering
co-authored-by: Christian González <cgonzalez@opennebula.io>
2020-06-11 13:13:55 +02:00
Christian González
770cb0d7f5
F #4298: Improve GOCA services support (#4918) 2020-06-11 11:51:27 +02:00
Alejandro Huertas Herrero
525ca47189
M #-: fix minor bug in provision (#4914) 2020-06-10 17:51:14 +02:00
Alejandro Huertas Herrero
24891d56a2
M #-: fix linting (#4915) 2020-06-10 17:46:07 +02:00
Ruben S. Montero
19f7896f8c
M #-: Lock FIFO access for vcenter_monitor 2020-06-10 16:14:57 +02:00
Christian González
ec5f33cd58
M #-: minor fix service_template GOCA (#4913) 2020-06-10 15:55:45 +02:00
Alejandro Huertas Herrero
57ffb8d66b
M #-: fix minor bugs in CLI list option (#4911) 2020-06-10 13:32:17 +02:00
Alejandro Huertas Herrero
fad09e9c21
M #-: change license message width (#4908) 2020-06-10 12:31:08 +02:00
Jorge Miguel Lobo Escalona
ee7b1a4dad
M #~: fix fill input with units (#4909)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-06-10 11:54:01 +02:00
Tino Vazquez
34e4df8fc6
F #4302: Sanitize messages to vcenter_monitor
Signed-off-by: Tino Vazquez <cvazquez@opennebula.io>
2020-06-09 18:26:23 +02:00
Alejandro Huertas Herrero
99978380c2
M #-: minor license message changes (#4906) 2020-06-09 16:57:07 +02:00
Alejandro Huertas Herrero
49e1901a5c
M #-: add monitoring plot to CLI (#4904) 2020-06-09 16:52:46 +02:00
Christian González
7af497226f
F #4298: GOCA Flow support refactor (#4905) 2020-06-09 15:28:05 +02:00
Tino Vazquez
661b474f3b
L #-: Linting for monitord_client.rb 2020-06-08 18:27:12 +02:00
Tino Vazquez
6a034b6f0f
F #4302: SIGKILL to hanged vcenter_monitor processes 2020-06-08 17:58:11 +02:00
Vlastimil Holer
e4702a692b
M #-: Move docs to /usr/share/doc/ (#4901)
According to FHS the directory should be /usr/share/doc/ instead of
/usr/share/docs/ (https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s11.html)
2020-06-08 17:15:43 +02:00
Christian González
39bbb33455
F #4089: fix DH to match new version format (#4899) 2020-06-08 16:59:31 +02:00
Alejandro Huertas Herrero
f37a3ee6e3
F #4132: check nodes state before start waiting (#4898) 2020-06-08 16:30:08 +02:00
Angel Luis Moya Gonzalez
fce71a7932
F #4302: Fix typo @conf assignment (#4900)
Co-authored-by: mouyaq <amoya@opennebula.io>
2020-06-08 15:43:02 +02:00
Christian González
724e683704
F #4089: update distro discovery for DH images (#4897) 2020-06-08 14:39:27 +02:00
Alejandro Huertas Herrero
f9c8148515
M #-: remove onedb warning message (#4895) 2020-06-08 10:29:49 +02:00
Christian González
cf3742622e
M #: Update monitoring new parameter for APIs (#4896) 2020-06-08 10:18:56 +02:00
Vlastimil Holer
82342b07f7
M #-: vCenter process check fix (#4894)
Some platforms has "ruby" just a wrapper to particular interpreter:
\_ /usr/lib/one/mads/onemonitord -c monitord.conf
    \_ /usr/bin/ruby-mri /usr/lib/one/mads/one_im_exec.rb -r 3 -t 15 -w 90 firecracker
    \_ /usr/bin/ruby-mri /usr/lib/one/mads/one_im_exec.rb -r 3 -t 15 -w 90 kvm
    \_ /usr/bin/ruby-mri /usr/lib/one/mads/one_im_exec.rb -r 3 -t 15 -w 90 lxd
    \_ /usr/bin/ruby-mri /usr/lib/one/mads/one_im_exec.rb -l -c -t 15 -r 0 vcenter
        \_ /usr/bin/ruby-mri /var/lib/one/remotes/im/lib/vcenter_monitor.rb
2020-06-06 14:09:08 +02:00
Carlos J. Herrera
80fdcd96fd
M #~: fix typo in UserPool.cc (#4891)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
2020-06-05 19:31:12 +02:00
Christian González
67c89bfa08
F #4089: minor fix at monitoring (#4890) 2020-06-05 15:48:34 +02:00
Vlastimil Holer
9303341b4e
M #-: Licenses installation (#4889) 2020-06-05 15:05:32 +02:00
Tino Vázquez
203ac8a691
M #-: Licenses (#4885)
Co-authored-by: Vlastimil Holer <vholer@opennebula.io>
2020-06-05 14:11:00 +02:00
Ruben S. Montero
9076c5bdfe
M #-: add enterprise label to version option
co-authored-by: Alejandro Huertas <ahuertas@opennebula.io>
2020-06-05 13:59:16 +02:00
Alejandro Huertas Herrero
3310418230
M #-: OneProvision add firecracker support (#4884) 2020-06-05 13:19:16 +02:00
Vlastimil Holer
5549872f5c
B #4867: CommandManager terminate reading threads (#4886) 2020-06-05 13:18:02 +02:00
Ruben S. Montero
e1086b9838
F #3859: Message timestamp
* Discard out-of-order messages
  * New message format for monitor messages (include timestamp)
  * Consistent logging for debug

co-authored-by: Pavel Czerny <pczerny@opennebula.systems>
2020-06-05 12:03:15 +02:00
Christian González
51edd58c21
F #4089: Add DH distro parameter and root user (#4888) 2020-06-05 10:51:47 +02:00
Ruben S. Montero
63e515e761
M #-:vCenter monitor service start 2020-06-04 20:19:51 +02:00
Ruben S. Montero
085914fd6a
M #-: Make last monitor API call work with MySQL 2020-06-04 19:30:54 +02:00
Jorge Miguel Lobo Escalona
c41e987cd6
B #2992: remove check description (#4887)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-06-04 19:30:05 +02:00
Ruben S. Montero
ad0b61f695
M #-: Sqlite timeout in defaults configuration 2020-06-04 18:07:13 +02:00
Pavel Czerný
3fa04ee2d5
M #-: Configurable timeout for SQLite DB (#4882) 2020-06-04 18:05:58 +02:00
Tino Vazquez
45ebdfe9be
F #4302: Making vcenter_monitor more robust 2020-06-04 17:03:57 +02:00
Angel Luis Moya Gonzalez
2275ed8002
F #4302: Fix error creating section in NSX-V (#4881)
Co-authored-by: mouyaq <amoya@opennebula.io>
2020-06-04 15:57:23 +02:00
Alejandro Huertas Herrero
7332ae884e
M #-: make flow concurrency configurable (#4880) 2020-06-04 13:27:33 +02:00
Ruben S. Montero
93c894e7af
M #-: Typo 2020-06-04 11:02:39 +02:00