cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
### Description This PR adds support for VMware 8.0u2 (8.0.2.x) and 8.0u3 (8.0.3.x). ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality...
### Description This PR proposes to persist IP addresses related to VM access via CPVM. Specifically, it stores the IP address of the client accessing a VM and the IP...
### Description This PR fixes root disk resize (don't allow) when service offering has root disk size, only allow through service offering change. Fixes #9380 ### Types of changes -...
### Description This PR addresses: https://github.com/apache/cloudstack/issues/8440 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7. Commits 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit from fork 7570078 6.5.5 206da2e lib: lint 0a78e03 [Fix] restore...
### Description This PR... Fixes: #9405 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ Instance, volume, VMware ~~~ ##### CLOUDSTACK VERSION ~~~ 4.19.0.1 ~~~ ##### CONFIGURATION VMware backend ##### OS / ENVIRONMENT Ubuntu 22.04...
### Description This changes the way how the linstor plugin sets the correct options to allow live-migration. Before we set `allow-two-primaries` option on all resources and also don't enable protocol...
### Description This PR addresses issues identified in https://github.com/apache/cloudstack/pull/7919 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [...
### Description This PR splits the test_vm_life_cycle.py test file and cleans some of the conditional test skipping. This all in an attempt to reduce intermittent integration test failures. The reason...