Re: [PR] Fix VGPU available devices listing [cloudstack]

2024-08-27 Thread via GitHub
DaanHoogland commented on PR #9573: URL: https://github.com/apache/cloudstack/pull/9573#issuecomment-2314470269 @vishesh92 does it lgty? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] UI: Fix VPC network offerings listing on VPC tier creation [cloudstack]

2024-08-27 Thread via GitHub
DaanHoogland commented on PR #9557: URL: https://github.com/apache/cloudstack/pull/9557#issuecomment-2314468402 @weizhouapache does this lgty now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

(cloudstack) branch main updated: Updated invalid parameter/value to com.cloud.exception.InvalidParameterValueException (#9455)

2024-08-27 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new c05edc40f4c Updated invalid parameter/value to co

Re: [I] Some java classes use "java.security.InvalidParameterException" which should be "com.cloud.exception.InvalidParameterValueException" [cloudstack]

2024-08-27 Thread via GitHub
DaanHoogland closed issue #9436: Some java classes use "java.security.InvalidParameterException" which should be "com.cloud.exception.InvalidParameterValueException" URL: https://github.com/apache/cloudstack/issues/9436 -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Updated invalid parameter/value error with proper exception [cloudstack]

2024-08-27 Thread via GitHub
DaanHoogland merged PR #9455: URL: https://github.com/apache/cloudstack/pull/9455 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cl

Re: [PR] Added update, enable, disable events to the updateStoragePool API [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9543: URL: https://github.com/apache/cloudstack/pull/9543#issuecomment-2314463588 @harikrishna-patnala a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make p

Re: [PR] Added update, enable, disable events to the updateStoragePool API [cloudstack]

2024-08-27 Thread via GitHub
harikrishna-patnala commented on PR #9543: URL: https://github.com/apache/cloudstack/pull/9543#issuecomment-2314462097 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [PR] Updated invalid parameter/value error with proper exception [cloudstack]

2024-08-27 Thread via GitHub
sureshanaparti commented on PR #9455: URL: https://github.com/apache/cloudstack/pull/9455#issuecomment-2314463273 > [SF] Trillian test result (tid-11201) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 51791 seconds Marvin logs: https://github.com/blueo

Re: [PR] Added update, enable, disable events to the updateStoragePool API [cloudstack]

2024-08-27 Thread via GitHub
harikrishna-patnala commented on code in PR #9543: URL: https://github.com/apache/cloudstack/pull/9543#discussion_r1734093720 ## server/src/main/java/com/cloud/storage/StorageManagerImpl.java: ## @@ -1127,8 +1127,10 @@ private Map extractApiParamAsMap(Map ds) { return

Re: [PR] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2314460239 @weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progres

Re: [PR] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-27 Thread via GitHub
weizhouapache commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2314456500 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

Re: [PR] Feature: Forgot password [cloudstack]

2024-08-27 Thread via GitHub
vishesh92 commented on code in PR #9509: URL: https://github.com/apache/cloudstack/pull/9509#discussion_r1734084864 ## server/src/main/java/org/apache/cloudstack/user/PasswordReset.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

Re: [PR] Fix: Filter out networks without access while getting networks with SG with free IPs [cloudstack]

2024-08-27 Thread via GitHub
vishesh92 commented on PR #9596: URL: https://github.com/apache/cloudstack/pull/9596#issuecomment-2314419995 > @vishesh92 should it use `owner` instead of `caller` ? Yes. It should be owner in this case. I have updated the PR. -- This is an automated message from the Apache Git Serv

Re: [PR] systemvm: have flags to check x86_64 to install specifics for amd64 arch [cloudstack]

2024-08-27 Thread via GitHub
codecov[bot] commented on PR #9600: URL: https://github.com/apache/cloudstack/pull/9600#issuecomment-2314413924 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9600?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

[PR] systemvm: have flags to check x86_64 to install specifics for amd64 arch [cloudstack]

2024-08-27 Thread via GitHub
rohityadavcloud opened a new pull request, #9600: URL: https://github.com/apache/cloudstack/pull/9600 This flips conditional checks to check specifically for x86_64/amd64 to install dependencies in systemvm. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] Fix userdata append header restrictions [cloudstack]

2024-08-27 Thread via GitHub
kiranchavala commented on PR #9575: URL: https://github.com/apache/cloudstack/pull/9575#issuecomment-2314398187 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Fix userdata append header restrictions [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9575: URL: https://github.com/apache/cloudstack/pull/9575#issuecomment-2314399270 @kiranchavala a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress

Re: [PR] Updated invalid parameter/value error with proper exception [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9455: URL: https://github.com/apache/cloudstack/pull/9455#issuecomment-2314373626 [SF] Trillian test result (tid-11201) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 51791 seconds Marvin logs: https://github.com/

Re: [PR] feature: webhooks [cloudstack]

2024-08-27 Thread via GitHub
btzq commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-2314365303 I see, Thank you @shwstppr excited to test this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] feature: webhooks [cloudstack]

2024-08-27 Thread via GitHub
shwstppr commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-2314363474 @btzq that Type showing as `Health check` is a UI thing. If you check the API response it will have proper type, ``` "listeventsresponse": { "count": 1,

Re: [PR] feature: webhooks [cloudstack]

2024-08-27 Thread via GitHub
btzq commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-2314361495 @shwstppr I think thats pretty good for us, we just need to have an alert when there is a failing health check. Right now, we have to login in ACS every few minutes and check the U

Re: [PR] feature: webhooks [cloudstack]

2024-08-27 Thread via GitHub
btzq commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-2314359661 @shwstppr under events, i only could find this: ![Screenshot 2024-08-28 at 1 38 10  PM](https://github.com/user-attachments/assets/5576df23-5ce2-4295-9901-1a66550979f0) But it

Re: [PR] systemvm: install specifics based on amd64 arch [cloudstack]

2024-08-27 Thread via GitHub
rohityadavcloud closed pull request #9599: systemvm: install specifics based on amd64 arch URL: https://github.com/apache/cloudstack/pull/9599 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [PR] feature: webhooks [cloudstack]

2024-08-27 Thread via GitHub
shwstppr commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-2314356365 @btzq I'm not sure if ACS currently publishes a separate event for router healthcheck fails but it does publish an event with type `ROUTER.HEALTH.CHECKS` which can be used in the webh

Re: [PR] systemvm: install specifics based on amd64 arch [cloudstack]

2024-08-27 Thread via GitHub
rohityadavcloud closed pull request #9599: systemvm: install specifics based on amd64 arch URL: https://github.com/apache/cloudstack/pull/9599 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [PR] feature: webhooks [cloudstack]

2024-08-27 Thread via GitHub
btzq commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-2314347856 @shwstppr this is a great feature for us. Does this include Healthcheck Fails for Virtual Routers? -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] Storage Filesystem as a First Class Feature [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9208: URL: https://github.com/apache/cloudstack/pull/9208#issuecomment-2314346382 @abh1sar a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] systemvm: install specifics based on amd64 arch [cloudstack]

2024-08-27 Thread via GitHub
codecov[bot] commented on PR #9599: URL: https://github.com/apache/cloudstack/pull/9599#issuecomment-2314345498 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9599?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [PR] Storage Filesystem as a First Class Feature [cloudstack]

2024-08-27 Thread via GitHub
abh1sar commented on PR #9208: URL: https://github.com/apache/cloudstack/pull/9208#issuecomment-2314344276 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [PR] systemvm: install specifics based on amd64 arch [cloudstack]

2024-08-27 Thread via GitHub
rohityadavcloud closed pull request #9599: systemvm: install specifics based on amd64 arch URL: https://github.com/apache/cloudstack/pull/9599 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[PR] systemvm: install specifics based on amd64 arch [cloudstack]

2024-08-27 Thread via GitHub
rohityadavcloud opened a new pull request, #9599: URL: https://github.com/apache/cloudstack/pull/9599 WIP - experimental -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2314336007 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10835 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Storage Filesystem as a First Class Feature [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9208: URL: https://github.com/apache/cloudstack/pull/9208#issuecomment-2314230381 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10833 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2314194112 @sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progre

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
sureshanaparti commented on PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2314191242 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] Storage Filesystem as a First Class Feature [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9208: URL: https://github.com/apache/cloudstack/pull/9208#issuecomment-2314124136 @abh1sar a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. -

Re: [PR] Storage Filesystem as a First Class Feature [cloudstack]

2024-08-27 Thread via GitHub
abh1sar commented on PR #9208: URL: https://github.com/apache/cloudstack/pull/9208#issuecomment-2314123305 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

Re: [PR] Storage Filesystem as a First Class Feature [cloudstack]

2024-08-27 Thread via GitHub
abh1sar commented on code in PR #9208: URL: https://github.com/apache/cloudstack/pull/9208#discussion_r1733783701 ## api/src/main/java/com/cloud/event/EventTypes.java: ## @@ -745,7 +745,7 @@ public class EventTypes { public static final String EVENT_FILESHARE_CREATE = "FILE

Re: [PR] Api keypair restructure [cloudstack]

2024-08-27 Thread via GitHub
github-actions[bot] commented on PR #9504: URL: https://github.com/apache/cloudstack/pull/9504#issuecomment-2313690065 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

Re: [PR] [VMware] Add support for VMware 8.0u2 (8.0.2.x) and 8.0u3 (8.0.3.x) [cloudstack]

2024-08-27 Thread via GitHub
github-actions[bot] commented on PR #9591: URL: https://github.com/apache/cloudstack/pull/9591#issuecomment-2313690076 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

Re: [PR] Persist IP addresses related to VM access via CPVM [cloudstack]

2024-08-27 Thread via GitHub
github-actions[bot] commented on PR #9534: URL: https://github.com/apache/cloudstack/pull/9534#issuecomment-2313669880 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

Re: [PR] Fix userdata append header restrictions [cloudstack]

2024-08-27 Thread via GitHub
nvazquez commented on PR #9575: URL: https://github.com/apache/cloudstack/pull/9575#issuecomment-2313667021 @kiranchavala I've added a fix for the UI encoding, by invoking `encodeURI` instead of `encodeURIComponent` for the base64 encoded userdata, this prevents encoding base64 special char

Re: [PR] Add support for Ceph RGW Object Store [cloudstack]

2024-08-27 Thread via GitHub
github-actions[bot] commented on PR #8389: URL: https://github.com/apache/cloudstack/pull/8389#issuecomment-2313663492 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

Re: [PR] Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #8683: URL: https://github.com/apache/cloudstack/pull/8683#issuecomment-2313440775 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10831 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Fix: Filter out networks without access while getting networks with SG with free IPs [cloudstack]

2024-08-27 Thread via GitHub
weizhouapache commented on PR #9596: URL: https://github.com/apache/cloudstack/pull/9596#issuecomment-2313346296 @vishesh92 should it use `owner` instead of `caller` ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #8683: URL: https://github.com/apache/cloudstack/pull/8683#issuecomment-2313327081 @JoaoJandre a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre commented on PR #8683: URL: https://github.com/apache/cloudstack/pull/8683#issuecomment-2313325302 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

(cloudstack) branch main updated: Fix `deleteAccount` API to prevent deletion of the caller (#8743)

2024-08-27 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new 70131be8c22 Fix `deleteAccount` API to prevent del

Re: [PR] Fix `deleteAccount` API to prevent deletion of the caller [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre merged PR #8743: URL: https://github.com/apache/cloudstack/pull/8743 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@clou

(cloudstack) branch main updated: Configuration to disable URL validation when registering templates/ISOs (#8751)

2024-08-27 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new ede39d8edc4 Configuration to disable URL validatio

Re: [PR] Configuration to disable URL validation when registering templates/ISOs [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre merged PR #8751: URL: https://github.com/apache/cloudstack/pull/8751 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@clou

Re: [PR] Improve logs in primary storage removal process [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #8649: URL: https://github.com/apache/cloudstack/pull/8649#issuecomment-2313317189 @DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Improve logs in primary storage removal process [cloudstack]

2024-08-27 Thread via GitHub
DaanHoogland commented on PR #8649: URL: https://github.com/apache/cloudstack/pull/8649#issuecomment-2313313874 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [PR] Add certificate validation to check headers [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9255: URL: https://github.com/apache/cloudstack/pull/9255#issuecomment-2313313716 @DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Add certificate validation to check headers [cloudstack]

2024-08-27 Thread via GitHub
DaanHoogland commented on PR #9255: URL: https://github.com/apache/cloudstack/pull/9255#issuecomment-2313312002 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [PR] Fix NPE when sending copy command to least busy SSVM [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9125: URL: https://github.com/apache/cloudstack/pull/9125#issuecomment-2313310215 @DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre commented on PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2313309666 @DaanHoogland could we rerun the tests here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [PR] Fix NPE when sending copy command to least busy SSVM [cloudstack]

2024-08-27 Thread via GitHub
DaanHoogland commented on PR #9125: URL: https://github.com/apache/cloudstack/pull/9125#issuecomment-2313306991 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2313255840 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10830 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Fix: Filter out networks without access while getting networks with SG with free IPs [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9596: URL: https://github.com/apache/cloudstack/pull/9596#issuecomment-2313198346 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10829 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Feature: Forgot password [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9509: URL: https://github.com/apache/cloudstack/pull/9509#issuecomment-2313198343 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10828 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] GUI whitelabel runtime system [cloudstack]

2024-08-27 Thread via GitHub
github-actions[bot] commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2313171788 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

Re: [PR] [Veeam] disable jobs but keep backups [cloudstack]

2024-08-27 Thread via GitHub
github-actions[bot] commented on PR #6589: URL: https://github.com/apache/cloudstack/pull/6589#issuecomment-2313171755 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

(cloudstack) branch main updated: New Feature: Enable/Disable Roles (#9549)

2024-08-27 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new d32ace6731d New Feature: Enable/Disable Roles (#95

Re: [I] Provide option of disabling the roles [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre closed issue #8460: Provide option of disabling the roles URL: https://github.com/apache/cloudstack/issues/8460 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] New Feature: Enable/Disable Roles [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre merged PR #9549: URL: https://github.com/apache/cloudstack/pull/9549 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@clou

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2313145637 @JoaoJandre a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre commented on PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2313143263 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre commented on code in PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#discussion_r1733273624 ## server/src/main/java/org/apache/cloudstack/snapshot/SnapshotHelper.java: ## @@ -264,4 +264,12 @@ protected Set getSnapshotIdsOnlyInPrimaryStorage(long volumeI

Re: [PR] Fix: Filter out networks without access while getting networks with SG with free IPs [cloudstack]

2024-08-27 Thread via GitHub
codecov[bot] commented on PR #9596: URL: https://github.com/apache/cloudstack/pull/9596#issuecomment-2313067598 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9596?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [PR] Feature: Forgot password [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9509: URL: https://github.com/apache/cloudstack/pull/9509#issuecomment-2313049421 @vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] Fix: Filter out networks without access while getting networks with SG with free IPs [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9596: URL: https://github.com/apache/cloudstack/pull/9596#issuecomment-2313049509 @vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] Feature: Forgot password [cloudstack]

2024-08-27 Thread via GitHub
vishesh92 commented on PR #9509: URL: https://github.com/apache/cloudstack/pull/9509#issuecomment-2313048532 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [PR] Fix: Filter out networks without access while getting networks with SG with free IPs [cloudstack]

2024-08-27 Thread via GitHub
vishesh92 commented on PR #9596: URL: https://github.com/apache/cloudstack/pull/9596#issuecomment-2313045209 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[PR] Fix: Filter out networks without access while getting networks with SG with free IPs [cloudstack]

2024-08-27 Thread via GitHub
vishesh92 opened a new pull request, #9596: URL: https://github.com/apache/cloudstack/pull/9596 ### Description This PR filters out networks without access while getting networks with SG with free IPs. Otherwise a VM might deployed in the wrong network.

Re: [PR] framework/db: use HikariCP instead of dbcp2 and improvements [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9518: URL: https://github.com/apache/cloudstack/pull/9518#issuecomment-2313041709 @shwstppr a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] framework/db: use HikariCP instead of dbcp2 and improvements [cloudstack]

2024-08-27 Thread via GitHub
shwstppr commented on PR #9518: URL: https://github.com/apache/cloudstack/pull/9518#issuecomment-2313037423 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] KVM incremental snapshot feature [cloudstack]

2024-08-27 Thread via GitHub
JoaoJandre commented on code in PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#discussion_r1733191569 ## engine/storage/volume/src/main/java/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java: ## @@ -522,6 +522,21 @@ public Void deleteVolumeCallback(Asyn

Re: [PR] Feature: Forgot password [cloudstack]

2024-08-27 Thread via GitHub
vishesh92 commented on code in PR #9509: URL: https://github.com/apache/cloudstack/pull/9509#discussion_r1733164150 ## server/src/main/java/com/cloud/api/auth/DefaultResetPasswordAPIAuthenticatorCmd.java: ## @@ -0,0 +1,192 @@ +// Licensed to the Apache Software Foundation (ASF)

Re: [PR] Feature: Forgot password [cloudstack]

2024-08-27 Thread via GitHub
vishesh92 commented on code in PR #9509: URL: https://github.com/apache/cloudstack/pull/9509#discussion_r1733165440 ## server/src/main/java/org/apache/cloudstack/user/PasswordResetImpl.java: ## @@ -0,0 +1,248 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

Re: [PR] Updated invalid parameter/value error with proper exception [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9455: URL: https://github.com/apache/cloudstack/pull/9455#issuecomment-2312787990 @sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Updated invalid parameter/value error with proper exception [cloudstack]

2024-08-27 Thread via GitHub
sureshanaparti commented on PR #9455: URL: https://github.com/apache/cloudstack/pull/9455#issuecomment-2312784894 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Updated invalid parameter/value error with proper exception [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9455: URL: https://github.com/apache/cloudstack/pull/9455#issuecomment-2312777558 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10827 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] framework/db: use HikariCP instead of dbcp2 and improvements [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9518: URL: https://github.com/apache/cloudstack/pull/9518#issuecomment-2312660520 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10826 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2312639736 [SF] Trillian test result (tid-11196) Environment: kvm-ubuntu22 (x2), Advanced Networking with Mgmt server u22 Total time taken: 53739 seconds Marvin logs: https://github

Re: [PR] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2312617040 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10825 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Updated invalid parameter/value error with proper exception [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9455: URL: https://github.com/apache/cloudstack/pull/9455#issuecomment-2312610784 @sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progre

Re: [PR] Updated invalid parameter/value error with proper exception [cloudstack]

2024-08-27 Thread via GitHub
sureshanaparti commented on PR #9455: URL: https://github.com/apache/cloudstack/pull/9455#issuecomment-2312609209 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2312599853 [SF] Trillian test result (tid-11195) Environment: kvm-rocky8 (x2), Advanced Networking with Mgmt server r8 Total time taken: 52652 seconds Marvin logs: https://github.co

Re: [PR] framework/db: use HikariCP instead of dbcp2 and improvements [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9518: URL: https://github.com/apache/cloudstack/pull/9518#issuecomment-2312507041 @shwstppr a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] framework/db: use HikariCP instead of dbcp2 and improvements [cloudstack]

2024-08-27 Thread via GitHub
shwstppr commented on PR #9518: URL: https://github.com/apache/cloudstack/pull/9518#issuecomment-2312502435 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

Re: [PR] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2312441018 @weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progres

Re: [PR] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-27 Thread via GitHub
weizhouapache commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2312438083 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

Re: [PR] Add support for disabling serivce / system and disk offerings [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#issuecomment-2312415624 [SF] Trillian test result (tid-11194) Environment: xcpng82 (x2), Advanced Networking with Mgmt server a9 Total time taken: 70851 seconds Marvin logs: https://github.com/b

Re: [PR] Log4j2 refactor cloud api module [cloudstack]

2024-08-27 Thread via GitHub
blueorangutan commented on PR #8728: URL: https://github.com/apache/cloudstack/pull/8728#issuecomment-2312386671 [SF] Trillian test result (tid-11179) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 95346 seconds Marvin logs: https://github.com/

Re: [PR] framework/db: use HikariCP instead of dbcp2 and improvements [cloudstack]

2024-08-27 Thread via GitHub
github-actions[bot] commented on PR #9518: URL: https://github.com/apache/cloudstack/pull/9518#issuecomment-2312285846 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

[I] UI sorting of elements not working on some views [cloudstack]

2024-08-27 Thread via GitHub
rohityadavcloud opened a new issue, #9595: URL: https://github.com/apache/cloudstack/issues/9595 As a root admin, I cannot change sort order of some views such as: * Compute offering * System offering * Disk offering * Network offering * VPC offering https://github.c

Re: [PR] Feature: Forgot password [cloudstack]

2024-08-27 Thread via GitHub
harikrishna-patnala commented on code in PR #9509: URL: https://github.com/apache/cloudstack/pull/9509#discussion_r1732618411 ## server/src/main/java/org/apache/cloudstack/user/PasswordReset.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation (ASF) under one

(cloudstack) branch dependabot/npm_and_yarn/ui/elliptic-6.5.7 created (now 0224190c3dc)

2024-08-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/ui/elliptic-6.5.7 in repository https://gitbox.apache.org/repos/asf/cloudstack.git at 0224190c3dc Bump elliptic from 6.5.4 to 6.5.7 in /ui No new revisions were

Re: [I] Missing completion events on project operations [cloudstack]

2024-08-27 Thread via GitHub
sureshanaparti commented on issue #9432: URL: https://github.com/apache/cloudstack/issues/9432#issuecomment-2312172857 Fixed in #9572 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

  1   2   >