cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
### Description This PR... allows for the CKS cluster to be installed and configured with configuration files in the ISO, thus allowing for more flexibility in the cluster creation. This...
### Description The virtual machine configuration process is used in a lot of VMware workflows, such as instance creation, start and scale. However, there are no logs in this process,...
### Description The configuration `SystemVMDefaultHypervisor` is not dynamic, it is necessary to restart the management server after each alteration to its value. Besides, its input is a String, which forces...
### Description This PR adds the qemu'binary option for building SystemVM and provides an option for building Arm64 architecture By default, Packer only looks for programs with a binary name...
### Description This PR... clean magic value, and update if-else to switch ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to...
### Description This PR adds a new network plugin - Netris ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change)...
### Description This PR adds unit test coverage for the `getConfigResources()` method in the `ModuleDefinitionSet` class to validate context resource logic. This ensures modules are loading the correct Spring context...
### Description This PR introduces new value: "COMBINED" for config: "host.capacityType.to.order.clusters", which will be used to order cluster, host and pods based on CPU and Memory both. COMBINED will work...
Dummy PR to kick smoketests on main branch
[Vmware to KVM Migration] Display virt-v2v and ovftool versions for supported hosts for migration
### Description This PR extends the VMware to KVM Migration tool by displaying the `virt-v2v` and `ovftool` versions (when available) on the UI and storing them as host details. -...