Daan Hoogland
4a3686297d
Updating pom.xml version numbers for release 4.19.3.0-SNAPSHOT
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
2025-02-25 10:43:11 +01:00
Daan Hoogland
4e321d4356
Updating pom.xml version numbers for release 4.19.2.0
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
2025-02-20 09:32:07 +01:00
Suresh Kumar Anaparti
b9ebc7b721
VMware Import - Support external VMs in any folders/subfolders other than the root folder ('vm') of datacenter ( #10411 )
2025-02-18 09:23:25 +01:00
Suresh Kumar Anaparti
b6cebe22f9
Fixed VMware import issue - check and update pools in the order of the disks (do not update by position) ( #10409 )
2025-02-18 08:47:05 +01:00
Nicolas Vazquez
4f604c00b6
Support virtio-blk root disk controller ( #10229 )
2025-02-10 15:03:07 +01:00
Wei Zhou
d920aba176
server: fix scale vm with same disk offering id ( #10235 )
2025-02-09 09:35:45 +01:00
Rene Glover
3337f425ff
Primera pure patches & various small fixes ( #10132 )
...
Co-authored-by: GLOVER RENE <rg9975@cs419-mgmtserver.rg9975nprd.app.ecp.att.com>
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
2025-02-07 13:19:34 +01:00
Rene Peinthor
c09720a19a
systemvm-registration: update seeded template_store_ref sizes ( #10317 )
2025-02-07 13:19:05 +01:00
Abhishek Kumar
a627ab67c2
server: fix pod retrieval during volume attach ( #10324 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2025-02-07 12:59:23 +01:00
dahn
802bf5fce7
Revert "server: fix attach uploaded volume ( #10267 )" ( #10323 )
...
This reverts commit 1c84ce4e23e3fd243022c6c533fc14c10439c6f3.
2025-02-06 11:33:26 +01:00
Abhishek Kumar
37c29f82ed
server: fix snapshot physical size ( #10216 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Wei Zhou <weizhou@apache.org>
2025-02-04 11:24:41 +01:00
Suresh Kumar Anaparti
238d0c5e30
Fix NPE while checking for user data provider ( #10255 )
2025-02-04 09:59:20 +01:00
Pearl Dsilva
c1bc57b844
List default network offerings when multiple physical networks for guest traffic type exists ( #10222 )
2025-02-03 13:59:46 +01:00
Suresh Kumar Anaparti
0d5047b8b7
Improve listing of HA and non-HA hosts when ha.tag setting is defined and hosts have multiple tags along with ha tag ( #10240 )
2025-01-31 14:07:00 +01:00
Pearl Dsilva
5447950f09
Allow creation of Shared Networks without IP range if network offering has no services - specifyvlan = true ( #10168 )
2025-01-31 11:38:34 +01:00
Wei Zhou
fbb1ff78d6
Static Routes: fix check on wrong global configuration ( #10066 )
2025-01-31 11:04:13 +01:00
Bernardo De Marco Gonçalves
c70e4e29be
fix npe on account creation ( #10274 )
2025-01-30 15:52:36 +01:00
Abhishek Kumar
b93589b5bd
server: reset 2fa user configuration on incomplete setup ( #10247 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2025-01-30 15:51:04 +01:00
Wei Zhou
0f544c9a3b
api/ui: add specifyvlan to network response ( #10236 )
2025-01-30 15:35:33 +01:00
Suresh Kumar Anaparti
ee0dc5b2d6
list hosts API fix, when any stale entries exists on storage_pool_host_ref for the removed pools ( #9852 )
2025-01-30 15:33:25 +01:00
Abhishek Kumar
1c84ce4e23
server: fix attach uploaded volume ( #10267 )
...
* server: fix attach uploaded volume
Fixes #10120
When an uploaded volume is attached to a VM for which no existing volume
can be found it was resulting in error. For such volumes, server needs
to find a suitable pool first and copy them to the pool from secondary
store.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* add unit tests
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Boris Stoyanov - a.k.a Bobby <bss.stoyanov@gmail.com>
2025-01-29 13:14:16 +02:00
Harikrishna
20759187b3
Fix local storage deletion cases ( #10231 )
...
* Delete local storage properties in agent.properties during delete pool
* Fix stale entry when add local storage failed
* Smaller methods
* Comment added
2025-01-23 12:46:33 +05:30
Wei Zhou
09f154796a
server: Fix host CPU number ( #10218 )
2025-01-22 15:44:54 +01:00
Bernardo De Marco Gonçalves
70776b067a
fix listing of VMs by network ( #10204 )
2025-01-21 10:33:55 +01:00
Suresh Kumar Anaparti
c5e8f63452
Fix NPE issues during host rolling maintenance, due to host tags and custom constrained/unconstrained service offering ( #9844 )
2025-01-20 13:20:17 +01:00
Bernardo De Marco Gonçalves
796bd4f72c
Clean up network permissions on account deletion ( #10176 )
2025-01-15 17:38:20 +01:00
dahn
fce77733a5
no retrieval of null hosts ( #10175 )
2025-01-13 09:28:47 +01:00
Wei Zhou
7adc732992
upgrade: consider multiple hypervisors and secondary storages ( #10046 )
2025-01-13 09:28:18 +01:00
Felipe
21416cd403
Restrict the migration of volumes attached to VMs in Starting state ( #9725 )
...
Co-authored-by: Bernardo De Marco Gonçalves <bernardomg2004@gmail.com>
2025-01-08 08:49:21 +01:00
Vishesh
d8c321d57a
check tags while fetching storage pool for importing vm ( #9764 )
2025-01-03 09:05:54 +01:00
Suresh Kumar Anaparti
188eacd9eb
Certificate and VM hostname validation improvements ( #10051 )
...
* Certificate and VM hostname validation improvements
* Improve certificate name validation and some code/log improvements
2024-12-20 10:18:11 +05:30
Suresh Kumar Anaparti
b4ad04badf
Allow config drive deletion of migrated VM, on host maintenance ( #10045 )
2024-12-18 09:12:28 +01:00
Abhishek Kumar
8639ba8b01
server: simplify role change validation ( #9173 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
2024-12-14 20:26:32 +01:00
Wei Zhou
a278849507
server: fix typo removeaccessvpn in VirtualRouterElement ( #10086 )
2024-12-13 09:10:54 +01:00
Bernardo De Marco Gonçalves
52584d93dc
Prevent password updates for SAML and LDAP users ( #9999 )
2024-12-04 11:17:27 +01:00
Fabricio Duarte
ef1a58d837
Remove user from project before deletion ( #10008 )
...
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
2024-12-04 08:06:22 +01:00
Rodrigo D. Lopez
4189bac8e0
enable to create VPC portfowarding rules with source cidr ( #7081 )
...
Co-authored-by: Lopez <rodrigo@scclouds.com.br>
Co-authored-by: Fabricio Duarte <fabricio.duarte.jr@gmail.com>
2024-11-28 17:53:07 +01:00
Vishesh
37eec06166
Allow VMWare import via another host ( #9787 )
...
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
2024-11-28 17:50:08 +01:00
dahn
a73841a693
get expunged VM data for job result ( #9949 )
2024-11-28 17:46:01 +01:00
Fabricio Duarte
03bdf11846
server: Fix listServiceOfferings regression ( #9894 )
2024-11-07 12:19:21 +01:00
Pearl Dsilva
017cf2c367
Filter list VMs by IP address ( #9547 )
2024-10-15 09:09:58 +02:00
Wei Zhou
5ab0a52d66
util: check JSESSIONID in cookies if user is passed
2024-10-11 17:24:34 +02:00
Daan Hoogland
7d70e32378
fix quota resource access validation
2024-10-11 17:24:05 +02:00
Daan Hoogland
ee0ab2ac9e
Session Token Invalidation on Logout
2024-10-11 17:23:55 +02:00
Pearl Dsilva
2e4dd69fa1
API: Fix listing Userdata by keyword or name ( #9751 )
2024-10-02 15:25:29 +02:00
dahn
00fe5f1471
cleanup validations for VPN connection creation ( #9195 )
2024-10-01 13:55:31 +05:30
Abhishek Kumar
53aa92199b
server: fix nfs version option during mount ( #9559 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2024-09-25 16:47:16 +02:00
Wei Zhou
2398b5c8c9
server: apply network ACL even if there is no network ACLs in the ACL list ( #9374 )
2024-09-24 09:18:05 +02:00
Vishesh
9df783ca4b
Filter out networks without access while getting networks with SG with free IPs ( #9596 )
2024-09-20 16:43:54 +02:00
Wei Zhou
9ce7ef49cf
build/packaging: build tungsten plugin only if noredist is passed ( #9006 )
2024-09-20 10:17:12 +02:00