apache / cloudstack Public
main
Commits on Apr 1, 2022
-
CKS: Support deployment of CKS clusters on Advanced zones with securi…
…ty groups (#6132) * CKS: Support deployment of CKS clusters on Advanced zones with security groups * use available constant * address comments - - Ingress sg rule for port 22 & 6443 - Use constant to define securityGroup Name - rename variable name from type -> vmType * unique name for security group + foreign key * use constants
-
-
ui,refactor: fix missing label in update network form (#6181)
updateinsequence param for updateNetwork API wasn't have correponding label in UI. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
-
KVM: Enhance CPU speed detection on hosts (#6175)
* KVM: Enhance CPU speed detection on hosts * Update agent/conf/agent.properties Co-authored-by: dahn <daan.hoogland@gmail.com> Co-authored-by: dahn <daan.hoogland@gmail.com>
Commits on Mar 31, 2022
-
ui: fix vpc tier redirect to show details (#6178)
* ui: fix vpc tier redirect to show details When redirecting to VPC tier, details tab should be active by default Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * fix Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Commits on Mar 30, 2022
-
* fixes * remove console * fix hidden clear notification button * fixes * fixes * fixes navigation to ssh from comments
-
Commits on Mar 29, 2022
-
-
-
-
configDrive: Fix failure to delete (unstarted) VM (#6146)
* configDrive: Fix failure to delete (unstarted)VM * Address comments * Address comments
-
-
Avoid multiple if else (#6171)
Use map to avoid multiple if else statement. This will support more types in future mithout much code change Co-authored-by: Rakesh Venkatesh <rakeshv@apache.org>
-
-
Commits on Mar 28, 2022
-
ui, Adv zone + SG: Fix invocation of create/revoke APIs for ingress/e…
…gress security group rules (#6170)
-
Add Python flake8 linting for W291 trailing whitespace with Super-Lin…
…ter (#4687) * refactor: remove trailing whitespace from Python files * Add the GitHub Super-Linter Add Python flake8 linting for W291 trailing whitespace * Add licenses
Commits on Mar 25, 2022
-
-
Prevent vm's from stopping while enabling maintenance mode (#4636)
Sometimes when host isput into maintenance, the connection get disconnected and as result vm's are stopped. So check for extra state before considering host as down and stopping the vm's
-
-
Commits on Mar 23, 2022
-
-
Fix linux native bridge for SUSE in cloudutils (#6134)
* fix linux native bridge for SUSE * apply suggestion
-
travis: Fix failing travis tests on main (#6152)
* travis: Fix failing travis tests on main * address comments * address comments
-
ui: Fix router link access (#6158)
* ui: Fix router link access * Adding more
Commits on Mar 22, 2022
Commits on Mar 21, 2022
-
ui: Support to specify security groups when updating/editing a VM (ad…
…v zone + SG) (#6138) * ui: Support to specify security groups when updating/editing a VM (adv zone + SG) * cleanup
-
Router health check notification mail to show router name next to UUID (
#6130) * alerrt message altered * review feedback and format Co-authored-by: Daan Hoogland <dahn@onecht.net>
-
account check made explicit - cleanup (#6122)
Co-authored-by: Daan Hoogland <dahn@onecht.net>
-
server: fix NPE when router.service.offering is set due to service/di…
…sk offering refactoring (#6120) * server: move files in server/src/main/java/org/cloud/network/router/deployment/ * server: fix NPE when router.service.offering is set due to service/disk offering refactoring