Jorge Lobo
4c164d10cb
B #4112 : fix hugepages numa ( #4113 )
...
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2020-01-22 18:06:33 +01:00
Carlos J. Herrera
bb62e1cdbe
F #1269 : show resource pool inside cards ( #4108 )
...
- first step to resource tab
- verify hypervisor
- add it to kvm views
- adding new view and table
- show resource pool inside cards
Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
2020-01-22 17:56:47 +01:00
Jorge Lobo
530d962b29
B #4096 : fix login remote auth styles ( #4102 )
...
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2020-01-21 18:46:30 +01:00
Angel Luis Moya Gonzalez
617890d8a9
B #4087 : Allows attach IDE disks ( #4106 )
...
This allows attach IDE disk to VMS when the VM is into powered off state.
The disk will have DEV_PREFIX="sd" by default, if you want to have a
DEV_PREVIX="hd" you need to change before into the image template.
2020-01-17 14:09:05 +01:00
Tino Vazquez
157ed3aee3
M #-: Remove comment
2020-01-17 13:58:50 +01:00
Angel Luis Moya Gonzalez
588f7084c5
B 4087: Fix incorrect disk keys ( #4101 )
...
Fix an error when creating a new disk. The key value stored into the extraconfig in the vm could have a different value than the value into the vcenter managed object browser (MOB).
2020-01-17 13:57:36 +01:00
Thomas Hofmann
f738a4c760
M #-: typo: "NM_CONTOLLED" instead of "NM_CONTROLLED" ( #4085 )
2020-01-17 10:21:06 +01:00
Thomas Hofmann
5ede8cdd04
M #-: typo: "NM_CONTOLLED" instead of "NM_CONTROLLED" ( #4086 )
2020-01-17 10:20:13 +01:00
Angel Luis Moya Gonzalez
c7915809cd
M #-: Fix import network on multiple clusters ( #4104 )
...
one_host variable was not updated in each iteration
2020-01-16 13:09:42 +01:00
Carlos J. Herrera
16ac38f0b2
F #1973 : option for custom prefix and suffix in vm name ( #4100 )
...
Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
2020-01-16 10:43:08 +01:00
Jan Orel
f1774693cf
B #4076 : Keep xs:integer type for acl ( #4095 )
...
Although the format is hexadecimal, ONE produces
values where length is not even (without adding
leading zero). This violates xs:hexBinary type.
2020-01-14 09:44:02 +01:00
Carlos J. Herrera
e9e36427d9
F #2771 : add VM name on vCenter ( #4084 )
...
Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
2020-01-13 11:44:46 +01:00
Kristian Feldsam
337d92ea4f
F #4078 : Added OneAcl helper class to PyOne ( #4079 )
...
Rewrited from original Ruby code
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
(cherry picked from commit fa05b6e56c2fa47b1498f8d9041952a42110efce)
2020-01-10 15:55:47 +01:00
Kristian Feldsam
8055f2f811
B #4076 : Fixed XSD schema to include ACLs ( #4077 )
...
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
(cherry picked from commit 585c15dabe66502eea54709acec911761ad96421)
2020-01-10 15:54:38 +01:00
Carlos J. Herrera
26b48056e6
B #3844 : Refactor reference_all_function, sync when deploy ( #4071 )
...
Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
Co-authored-by: Tino Vázquez <cvazquez@opennebula.systems>
2020-01-08 19:22:32 +01:00
Jorge Lobo
7e56acc327
B #3308 : Extended info conf attribute ( #3325 )
...
New Sunstone attribute to pull extended pool info from oned
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
(cherry picked from commit 20fc6d29b0b518f608fd7dc42f36de0d3ef92586)
2020-01-08 16:23:12 +01:00
Vlastimil Holer
a574ba9373
F #3990 : Fix rbvmomi dependencies ( #4082 )
2020-01-07 14:06:37 +01:00
Jan Orel
c16328cde5
B #~: CEPH monitor pools correctly ( #4074 )
...
TOTAL = MAX_AVAIL + USED is wrong as MAX_AVAIL
is already a number considering the replica mode.
However, USED is a total number of data used on
all replicas altogether.
TOTAL = MAX_AVAIL + STORE is correct.
2020-01-07 14:00:45 +01:00
Christian González
42df8eb2e3
B #4072 : Fix monitoring probes ( #4073 )
2020-01-07 13:43:28 +01:00
Carlos J. Herrera
c951c86677
M #~: fix error in linting ( #4066 )
...
Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
2019-12-25 22:18:48 +01:00
Pierre Lafievre
ad54b98cb7
F #4021 : GOCA - fix bad XML-RPC method ( #4065 )
...
Signed-off-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
2019-12-23 17:35:28 +01:00
Daniel Clavijo Coca
10659af17a
M #: Add sys datastores modes for RDM ( #4060 )
2019-12-21 00:04:02 +01:00
Pierre Lafievre
0d5f15f347
F 4021: [GOCA] Enable VM pool filtering
...
* Mutualize some code parts
* make InfoExtended prototype consistent with other pool methods
Signed-off-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
2019-12-21 00:00:01 +01:00
Tino Vazquez
dc9be09721
L #-: Linting vCenter DS mad drivers
2019-12-19 19:33:59 +01:00
Angel Luis Moya Gonzalez
7e4ea10b2e
M #-: Refactor get_unimported_networks ( #4058 )
2019-12-19 16:51:09 +01:00
Angel Luis Moya Gonzalez
a1f36e047d
F #3990 : Prepare to change rbvmomi version ( #4059 )
2019-12-19 16:50:14 +01:00
Tino Vazquez
e528704818
M #-: Fix bug introduced in latest linting
2019-12-19 13:09:41 +01:00
Carlos J. Herrera
6141ebbb86
B #3844 : Add references when import wilds ( #4055 )
...
Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
2019-12-18 16:34:12 +01:00
Tino Vazquez
58f8354015
L #-: Linting for vCenter TM
...
(cherry picked from commit fbde74b6f6be84a96f1a0b0f48fc0edac503d69b)
2019-12-18 12:40:41 +01:00
Tino Vazquez
9cb2b90c19
M #-: Adjust new issue templates
2019-12-17 17:48:20 +01:00
Alejandro Huertas Herrero
99fd76c156
B #4050 : skip objects that are not processed ( #4051 )
2019-12-16 15:55:15 +01:00
Alejandro Huertas Herrero
f8f0bd0beb
M #-: add option to have multiple parameters in cmd ( #4042 )
2019-12-16 15:31:19 +01:00
Daniel Clavijo Coca
eab1e7e6b7
B #4006 : Fix bridge clean ( #4049 )
...
(cherry picked from commit c1bb45c74b6fc8f72250716f3a2c6ac48a390fd2)
2019-12-16 15:25:26 +01:00
Jan Orel
871ef3e918
B #1690 : Suppress bash 4.4 nullbyte warnings ( #3987 )
2019-12-16 14:51:28 +01:00
Alejandro Huertas Herrero
e77b2d9fd8
F #3999 : add append option to onedb change-body ( #4036 )
...
* L #3999 : lint some onedb files
2019-12-16 14:42:10 +01:00
Tino Vazquez
efcbe93914
M #-: Clean up in the vCenter drivers
...
- Remove useless detach_disk content
- Use dummy.sh for prereconfigure
2019-12-11 19:02:18 +01:00
Tino Vazquez
53ccb4d848
M #-: Fix typo
2019-12-11 15:19:38 +01:00
Daniel Clavijo Coca
7ae893c50e
F #4007 : LXD Centos8 auto-context ( #4040 )
...
(cherry picked from commit 067f79f20cc36aaa1f1b0a71f2ee079b71aebd65)
2019-12-10 20:30:22 +01:00
Jan Orel
ace990ca7f
M #-: Adapt to latest generateDS ( #3917 )
2019-12-10 15:55:33 +01:00
Anton Todorov
647dcc507f
F #4026 : do not fail when CDROM already ejected ( #4028 )
...
Signed-off-by: Anton Todorov <a.todorov@storpool.com>
2019-12-10 12:46:18 +01:00
Pavel Czerný
8d12e78fbe
F #4032 : Speed up C++ build ( #4035 )
...
In Nebula.h use forward declarations instead of #include
2019-12-10 11:45:14 +01:00
Jan Orel
f56fa0d311
B #4025 : Include SD_DISK_BUS in UPDATECONF_ATTRS ( #4027 )
2019-12-06 11:58:05 +01:00
Tino Vazquez
5ead940b16
L #-: Adjustments for rubocop 0.77.0
2019-12-05 19:22:35 +01:00
Tino Vazquez
d0e8d214c6
L #-: Changes for rubocop linting
...
In all vcenter VMM driver scripts
2019-12-04 19:44:12 +01:00
Ruben S. Montero
b3e839cec1
Revert "B OpenNebula/one#4017 UUID not changed by susp. ( #4019 )"
...
This reverts commit 91b69e46d58f611522763d40e015de3c341b0d0a.
2019-12-04 15:17:00 +01:00
Jan Orel
91b69e46d5
B OpenNebula/one#4017 UUID not changed by susp. ( #4019 )
2019-12-04 13:26:55 +01:00
Jan Orel
2af130c00a
B #4017 : Redump VM snapshot xml after snap delete ( #4018 )
...
And also redefine snapshot metadata also after
the suspend/resume - not only stop/start.
2019-12-04 12:55:11 +01:00
Angel Luis Moya Gonzalez
b3007dcfc6
B #3990 : List NSX networks only when NSX_STATUS=OK ( #4016 )
2019-12-03 14:06:49 +01:00
Jorge Lobo
f141633b26
B #3751 : validate by APP_ENV ( #4015 )
...
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-12-03 13:10:33 +01:00
Vlastimil Holer
bd17138a91
B #4003 : Include Ruby gem Dalli ( #4014 )
...
(cherry picked from commit ddc44de02efc77352bf9c921358cb0114675e75d)
2019-12-03 11:43:11 +01:00