1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

17092 Commits

Author SHA1 Message Date
Christian González
789aeff4b3
M #: Change DEV_PREFIX for DH images 2020-05-29 14:43:29 +02:00
Ruben S. Montero
04f5345c41
M #: Add new monitoring parameter to GOCA 2020-05-28 18:45:12 +02:00
Angel Luis Moya Gonzalez
f6a7cd0573
F : Fix NSX_STATUS ()
Co-authored-by: mouyaq <amoya@opennebula.io>
2020-05-28 18:26:17 +02:00
Ruben S. Montero
7cf9234f34
M #: Add new monitoring parameter to JAVA api 2020-05-28 18:02:05 +02:00
Christian González
cb0e3499d7
M #: Add new monitoring parameter to JAVA api 2020-05-28 17:58:14 +02:00
Ruben S. Montero
d27a819856
M #- : Explicit FAILURE for send_monitor 2020-05-28 17:44:09 +02:00
Christian González
4e1e3e54dd
M #: Add new monitoring parameter to GOCA 2020-05-28 17:40:26 +02:00
Ruben S. Montero
b0f3c28ae3
B : Read monitor address from monitord.conf 2020-05-28 17:20:41 +02:00
Ruben S. Montero
924d5d9018
M #: Add check to DH monitor script 2020-05-28 17:10:12 +02:00
Ruben S. Montero
d879f798b9
F : Monitoring & Scheduler
* Merge monitor information into Host XML document
  * Add new param to vmpool.monitoring call
  * Add new param to hostpool.monitoring call
  * Update OCA - Ruby

co-authored-by: Christian González <cgonzalez@opennebula.io>
2020-05-28 16:49:00 +02:00
Pavel Czerny
9baef5c8d6
B : Rewrite VM disks monitoring 2020-05-28 15:36:16 +02:00
Christian González
5f8bf7737d
M #: Add check to DH monitor script 2020-05-28 09:28:40 +02:00
Tino Vazquez
f7a351e7c1
M #-: Retry connection in the vCenter probe 2020-05-27 20:22:42 +02:00
Ruben S. Montero
c1c819fc46
B : Add HOTPLUG_NIC_POWEROFF state 2020-05-27 19:38:23 +02:00
Tino Vazquez
73a4e20d92
M #-: Remove undeeded variable 2020-05-27 19:30:56 +02:00
Tino Vazquez
b7fc3939bb
F : Remove unused variables 2020-05-27 19:11:52 +02:00
Sergio Betanzos
5956aa3765
B : Fix VM log tab on federated oned () 2020-05-27 18:37:19 +02:00
Jorge Miguel Lobo Escalona
846f36f393
M #~: add translations ()
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-05-27 12:12:32 +02:00
Jorge Miguel Lobo Escalona
d81478e7e9 F : Adding vmgroups when create a services ()
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-05-27 11:40:25 +02:00
Ruben S. Montero
648fe67f15
B : Fix timestamp 2020-05-27 10:25:10 +02:00
Pavel Czerny
560dbc3c8c
B : Fix timestamp 2020-05-27 09:16:18 +02:00
Ruben S. Montero
60328035f3
M #-: Fix wrong state checks in NIC (de)attach 2020-05-26 19:41:45 +02:00
Ruben S. Montero
4702edee46
B : Fix DS VM monitoring
* Merge VM DB monitor information with previous record.
    * DS sends monitor data to monitord socket
    * Fix VM monitor template merging for "local" disks

co-authored-by: Pavel Czerný <pczerny@opennebula.systems>
2020-05-26 19:41:45 +02:00
Tino Vazquez
bf1946fe76
L #-: Linting for monitord-client.rb 2020-05-26 19:05:20 +02:00
Sergio Betanzos
ea6f2590d0
M #~: Filter datastores for kernel apps () 2020-05-26 18:20:06 +02:00
Frederick Borges
4cab35f77a
F : Move NSX attributes () 2020-05-26 17:56:31 +02:00
Ruben S. Montero
9ffb303d96
B : Allow rc=2 when creating bridge 2020-05-26 17:06:45 +02:00
Ruben S. Montero
24f12f6734
M #-: Validate username before authentication 2020-05-26 17:00:14 +02:00
Jan Orel
4155ab5ec6
M #-: Validate username before authentication 2020-05-26 16:58:44 +02:00
Tino Vazquez
de67b21517
F : Forceupdate on imported hosts
to avoid race condition harmless error messages
2020-05-26 16:32:25 +02:00
Ruben S. Montero
e28f5d8d01
M #-: auto for dummy monitoring. Checks 2020-05-26 16:08:33 +02:00
Jan Orel
a8a2e20e64
L #-: Linting vlan.rb 2020-05-26 15:59:35 +02:00
Anton Todorov
2c19a586d0
B : Show IPv6 alias in Sunstone ()
also show IPv6 ULA and Global if defined.

Signed-off-by: Anton Todorov <a.todorov@storpool.com>
2020-05-26 15:36:16 +02:00
Sergio Betanzos
21c62e5dc8
M #~: Fix filter DS datatable when download app () 2020-05-26 15:22:30 +02:00
Sergio Betanzos
7101d2f331
M #~: Add force option to quota widgets () 2020-05-26 15:16:38 +02:00
Pavel Czerný
f89b5da5e7
F : Host to MONITORED only on system_host () 2020-05-26 14:52:46 +02:00
Jan Orel
8797006ca5
B : Allow rc=2 when creating bridge
As this action is potentialy racy
rc=2 is for `RTNETLINK answers: File exists`
2020-05-26 14:21:48 +02:00
Tino Vazquez
66579c5525
L #-: Update rubocop.yaml with new vcenter im 2020-05-26 13:29:05 +02:00
Angel Luis Moya Gonzalez
5623ac7d62
F : Added new NSXClient contructor by host ()
Co-authored-by: mouyaq <amoya@opennebula.io>
2020-05-26 13:14:30 +02:00
Frederick Borges
9338c07a5d
F : Add VM name in leases () 2020-05-26 13:03:25 +02:00
Ruben S. Montero
9513db0e55
M #: Fix FC clean script 2020-05-26 11:51:55 +02:00
Christian González
ac52475d07
M #: Fix FC clean script 2020-05-26 11:48:55 +02:00
Kristian Feldsam
466624ae64
B : Docker-machine code enhancement () ()
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2020-05-26 10:26:56 +02:00
Ruben S. Montero
a9f1d3395f
M #-: Prevent monitor ERROR looping for vcenter 2020-05-25 21:58:28 +02:00
Ruben S. Montero
707f48980c
M #-: Refresh counter when host is on error 2020-05-25 20:07:35 +02:00
Ruben S. Montero
73c0a96747
M #-: Fix auto monitor address for hybrid 2020-05-25 19:43:32 +02:00
Ruben S. Montero
2633bf64b5
F #-: add ALT Linux support for lxd containers in Linux Containers Marketplace 2020-05-25 19:04:43 +02:00
Tino Vazquez
be417ffd3a
F : Remove unneeded vcenter.rb backup 2020-05-25 18:51:09 +02:00
Tino Vazquez
ace08b4d59
F : vCenter monitoring service
co-authored by <rsmontero@opennebula.io> and <amoya@opennebula.io>
2020-05-25 18:49:51 +02:00
Sergio Betanzos
c0ce15a224
M #~: Fix vnc button in service tab () 2020-05-25 18:07:22 +02:00