cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ VMware integration ~~~ ##### CLOUDSTACK VERSION ~~~ 4.19 and before ~~~ ##### SUMMARY When the broadcastUri is too long, it...
##### ISSUE TYPE * Improvement Request ##### COMPONENT NAME ~~~ Improvement Request (UI, Functionality) ~~~ ##### CLOUDSTACK VERSION ~~~ 4.19 ~~~ ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A #####...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ UI, API, Local storage,KVM ~~~ ##### CLOUDSTACK VERSION ~~~ 4.19.1 ~~~ ##### CONFIGURATION Cloudstack 4.19.1 KVM Rocky8 ##### OS /...
### Description This PR fixes: https://github.com/apache/cloudstack/issues/9318 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature...
### Description Add a new feature for load balancers based on haproxy. FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/VR+haproxy+customization+in+CloudStack Fixes https://github.com/apache/cloudstack/issues/3789 This commit was based on this: https://github.com/apache/cloudstack/pull/4141 and https://github.com/apache/cloudstack/pull/5799 It supports (or will support)...
### Description This PR fixes https://github.com/apache/cloudstack/issues/8417 by allowing the user to register an ISO by uploading from local. ### Types of changes - [ ] Breaking change (fix or feature...
### Description This PR fixes #9464 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME ~~~ VM Snapshot ~~~ ##### CLOUDSTACK VERSION ~~~ 4.20/main ~~~ ##### CONFIGURATION ##### OS / ENVIRONMENT KVM, file storage (NFS, Shared...
### Description The class `VirtualMachineTO` lacks access modifiers in its fields. This PR aims to improve adherence to object-oriented programming by adding private access modifiers to all fields in the...
### Description Based on the comment https://github.com/apache/cloudstack/pull/9385#issuecomment-2227061721 from @DaanHoogland, and considering that all the DB view definitions are currently refactored out of the DB upgrade schema sql scripts, I took...