cloudstack
cloudstack copied to clipboard
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
When adding support for new guest OS and their hypervisor mappings, the upgrade path(s) have historically assumed static guest OS `id` in the schema/upgrade paths even for `id` which is...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ VR, UI ~~~ ##### CLOUDSTACK VERSION ~~~ 4.17 ~~~ ##### CONFIGURATION ~~~ Basic Netowrking ~~~ ##### OS / ENVIRONMENT ~~~...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ VR ~~~ ##### CLOUDSTACK VERSION ~~~ latest ~~~ ##### CONFIGURATION ~~~ N/A ~~~ ##### OS / ENVIRONMENT ~~~ KVM ~~~...
### Description FIX #6673 This PR removes the catch block with the `e.printStackTrace()`, which suppressed the Exceptions to be thrown in the CI\CD's final report. These catch blocks will only...
### Description Currently, ACS only has the option to enable the Quota plugin globally. However, for some use cases having the plugin active to specific accounts and domains may be...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ API, UI, SSVM, CPVM ~~~ ##### CLOUDSTACK VERSION ~~~ 4.17.0.1 ~~~ ##### CONFIGURATION 1 Zone, Advanced networking, 3 domains #####...
### Description This PR improves and adds new logs to volume creation to facilitate future troubleshooting. ### Types of changes - [ ] Breaking change (fix or feature that would...
### Description Fix #6659 This PR introduces Hamcrest API to simplify assertion in [`ImplicitPlannerTest.checkStrictModeWithCurrentAccountVmsPresent`](https://github.com/Codegass/cloudstack/blob/71056191f2bdad4be1a7eaf9bb73a7dcee3516f2/plugins/deployment-planners/implicit-dedication/src/test/java/org/apache/cloudstack/implicitplanner/ImplicitPlannerTest.java#L199), [`ImplicitPlannerTest.checkStrictModeHostWithCurrentAccountVmsFull`](https://github.com/Codegass/cloudstack/blob/71056191f2bdad4be1a7eaf9bb73a7dcee3516f2/plugins/deployment-planners/implicit-dedication/src/test/java/org/apache/cloudstack/implicitplanner/ImplicitPlannerTest.java#L233), and [`ImplicitPlannerTest.checkPreferredModePreferredHostAvailable`](https://github.com/Codegass/cloudstack/blob/71056191f2bdad4be1a7eaf9bb73a7dcee3516f2/plugins/deployment-planners/implicit-dedication/src/test/java/org/apache/cloudstack/implicitplanner/ImplicitPlannerTest.java#L291). Take `ImplicitPlannerTest.checkStrictModeWithCurrentAccountVmsPresent` as example: Before Refactoring ```java ... boolean foundNeededCluster = false; for...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ##### CLOUDSTACK VERSION CloudStack 4.17.0.1-snapshot.20220904 ##### CONFIGURATION Advance Network 2 physical Network Interface Vmware Hypervisor : 1vSwitch0 and 1vds ##### OS...
### Description This PR is to add functionality for OAuth 2.0 authentication with Google as IDP. Continuation of #6524 Progress: - [x] Obtain client id/secret from Google API console -...