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

2024-08-26 Thread via GitHub
harikrishna-patnala commented on code in PR #9509: URL: https://github.com/apache/cloudstack/pull/9509#discussion_r1723173726 ## server/pom.xml: ## @@ -101,6 +101,11 @@ commons-math3 ${cs.commons-math3.version} + +com.githu

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

2024-08-26 Thread via GitHub
shwstppr commented on code in PR #9518: URL: https://github.com/apache/cloudstack/pull/9518#discussion_r1732237338 ## framework/db/src/main/java/com/cloud/utils/db/TransactionLegacy.java: ## @@ -1226,45 +1220,84 @@ private static DataSource createDataSource(String uri, String u

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

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

(cloudstack-documentation) branch main updated: Correcting typo (#426)

2024-08-26 Thread sureshanaparti
This is an automated email from the ASF dual-hosted git repository. sureshanaparti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git The following commit(s) were added to refs/heads/main by this push: new aad0fed Correcting typo (

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9591: URL: https://github.com/apache/cloudstack/pull/9591#issuecomment-2311665054 @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] [VMware] Add support for VMware 8.0u2 (8.0.2.x) and 8.0u3 (8.0.3.x) [cloudstack]

2024-08-26 Thread via GitHub
sureshanaparti commented on PR #9591: URL: https://github.com/apache/cloudstack/pull/9591#issuecomment-2311663666 @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

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

2024-08-26 Thread via GitHub
sureshanaparti opened a new pull request, #9591: URL: https://github.com/apache/cloudstack/pull/9591 ### Description This PR adds support for VMware 8.0u2 (8.0.2.x) and 8.0u3 (8.0.3.x). ### Types of changes - [ ] Bre

Re: [PR] Global setting to allow/disallow users to force stop a vm [cloudstack]

2024-08-26 Thread via GitHub
sureshanaparti commented on code in PR #9569: URL: https://github.com/apache/cloudstack/pull/9569#discussion_r1732116984 ## server/src/main/java/com/cloud/vm/UserVmManagerImpl.java: ## @@ -5341,6 +5341,13 @@ protected void updateVncPasswordIfItHasChanged(String originalVncPassw

Re: [PR] [VMware] Update data disk controller same as the root disk controller type when it is not set in the VM detail [cloudstack]

2024-08-26 Thread via GitHub
sureshanaparti commented on PR #9433: URL: https://github.com/apache/cloudstack/pull/9433#issuecomment-2311552819 correct @winterhazel, this addresses specific case, that is when data disk controller is not set. we can merge this and proceed with the proposed improvement (in volume attach w

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

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

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #8649: URL: https://github.com/apache/cloudstack/pull/8649#issuecomment-2311462315 [LL]Trillian test result (tid-6978) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 44804 seconds Marvin logs: https://github.com/

Re: [PR] Enable Security groups for Shared networks in Advanced zone without security groups [cloudstack]

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

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9255: URL: https://github.com/apache/cloudstack/pull/9255#issuecomment-2311450304 [LL]Trillian test result (tid-6980) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 44065 seconds Marvin logs: https://github.com/

Re: [PR] allow domain suffix update in shared networks [cloudstack]

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

Re: [PR] NSX Integration fixes [cloudstack]

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

Re: [PR] [VMware] apply IOPS in resize/migrate [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #7226: URL: https://github.com/apache/cloudstack/pull/7226#issuecomment-2311309903 [SF] Trillian test result (tid-11177) Environment: vmware-70u3 (x2), Advanced Networking with Mgmt server a9 Total time taken: 54206 seconds Marvin logs: https://github.c

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

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

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

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

Re: [PR] NSX Integration fixes [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #8906: URL: https://github.com/apache/cloudstack/pull/8906#issuecomment-2311264627 @nvazquez 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] NSX Integration fixes [cloudstack]

2024-08-26 Thread via GitHub
nvazquez commented on PR #8906: URL: https://github.com/apache/cloudstack/pull/8906#issuecomment-2311264062 @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] NSX Integration fixes [cloudstack]

2024-08-26 Thread via GitHub
nvazquez commented on code in PR #8906: URL: https://github.com/apache/cloudstack/pull/8906#discussion_r1731922292 ## engine/components-api/src/main/java/com/cloud/network/vpc/VpcManager.java: ## @@ -122,7 +122,7 @@ public interface VpcManager { * @throws InsufficientAddre

(cloudstack) branch nsx-integration-fixes updated (665b6981e49 -> 738f934d868)

2024-08-26 Thread nvazquez
This is an automated email from the ASF dual-hosted git repository. nvazquez pushed a change to branch nsx-integration-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 665b6981e49 Refactor log messages add 738f934d868 Address comments No new revisions were ad

Re: [PR] NSX Integration fixes [cloudstack]

2024-08-26 Thread via GitHub
nvazquez commented on code in PR #8906: URL: https://github.com/apache/cloudstack/pull/8906#discussion_r1731909803 ## server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java: ## @@ -3161,17 +3170,21 @@ protected List listPublicIpsAssignedToVpc(final long accountId, fin

Re: [PR] Global setting to allow/disallow users to force stop a vm [cloudstack]

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

Re: [PR] cleanup some smoke tests [cloudstack]

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

Re: [PR] NSX Integration fixes [cloudstack]

2024-08-26 Thread via GitHub
nvazquez commented on code in PR #8906: URL: https://github.com/apache/cloudstack/pull/8906#discussion_r1731907248 ## plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterResourceModifierActionWorker.java: ## @@ -542,1

Re: [PR] [VMware] Update data disk controller same as the root disk controller type when it is not set in the VM detail [cloudstack]

2024-08-26 Thread via GitHub
winterhazel commented on PR #9433: URL: https://github.com/apache/cloudstack/pull/9433#issuecomment-2311217747 > As the controllers are already created during the VM creation process, it's better to synchronize these controller details during VM creation. Synchronizing in the attach process

Re: [PR] Add validation for secstorage.allowed.internal.sites [cloudstack]

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

Re: [PR] [VMware] Disconnect/Detach config drive ISO (if exists) on stop VM [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9468: URL: https://github.com/apache/cloudstack/pull/9468#issuecomment-2311160894 [SF] Trillian test result (tid-11174) Environment: vmware-70u3 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 48515 seconds Marvin logs: https://github.

Re: [PR] server: fix stopped vm volume migration check on local volume attach [cloudstack]

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

Re: [PR] Refactor alert email generation method [cloudstack]

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

Re: [PR] NSX Integration fixes [cloudstack]

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

Re: [PR] Refactor alert email generation method [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #8831: URL: https://github.com/apache/cloudstack/pull/8831#issuecomment-2310902702 @hsato03 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] Refactor alert email generation method [cloudstack]

2024-08-26 Thread via GitHub
hsato03 commented on PR #8831: URL: https://github.com/apache/cloudstack/pull/8831#issuecomment-2310899576 @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] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2310784443 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10814 -- 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-26 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2310672177 @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-26 Thread via GitHub
weizhouapache commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2310670950 @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

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2310631214 Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 10813 -- 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-26 Thread via GitHub
blueorangutan commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310616395 [SF] Trillian Build Failed (tid-11190) -- 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 g

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2310575221 @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] Add support for disabling serivce / system and disk offerings [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#issuecomment-2310571615 @DaanHoogland a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310571548 @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] [WIP] Dynamic and Static Routing [cloudstack]

2024-08-26 Thread via GitHub
weizhouapache commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2310571010 @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

(cloudstack) branch main updated: add domainpath to WebhookResponse

2024-08-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou 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 b61c3b81022 add domainpath to WebhookResponse b

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

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#issuecomment-2310566783 @blueorangutan test matrix -- 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 spec

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

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310567651 @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] [HEALTH] 4.20/main Health Check, please don't merge this! [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2310558434 [LL] Trillian Build Failed (tid-6982) -- 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

Re: [PR] NSX Integration fixes [cloudstack]

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

Re: [PR] [HEALTH] 4.19 LTS Health Check, please don't merge this! [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9315: URL: https://github.com/apache/cloudstack/pull/9315#issuecomment-2310554106 [LL] Trillian Build Failed (tid-6985) -- 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

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

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

(cloudstack) branch nsx-integration-fixes updated (70f70b23c53 -> 665b6981e49)

2024-08-26 Thread nvazquez
This is an automated email from the ASF dual-hosted git repository. nvazquez pushed a change to branch nsx-integration-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 70f70b23c53 fix test add 665b6981e49 Refactor log messages No new revisions were added by t

Re: [PR] NSX Integration fixes [cloudstack]

2024-08-26 Thread via GitHub
nvazquez commented on code in PR #8906: URL: https://github.com/apache/cloudstack/pull/8906#discussion_r1731457840 ## plugins/network-elements/nsx/src/main/java/org/apache/cloudstack/utils/NsxControllerUtils.java: ## @@ -124,6 +124,9 @@ public static String getServerPoolName(Str

Re: [PR] NSX Integration fixes [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #8906: URL: https://github.com/apache/cloudstack/pull/8906#issuecomment-2310514403 [SF] Trillian test result (tid-11168) Environment: vmware-70u3 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 51937 seconds Marvin logs: https://github.

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2310505785 @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-26 Thread via GitHub
weizhouapache commented on PR #9470: URL: https://github.com/apache/cloudstack/pull/9470#issuecomment-2310503206 @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] Storage Filesystem as a First Class Feature [cloudstack]

2024-08-26 Thread via GitHub
github-actions[bot] commented on PR #9208: URL: https://github.com/apache/cloudstack/pull/9208#issuecomment-2310501120 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] Adding a default setter for domainPath in ControlledEntityResponse, Overridden in NetworkRespose class and populated the same in createNetworkResponse method of ApiResponseHelper #8086 [clou

2024-08-26 Thread via GitHub
github-actions[bot] commented on PR #8207: URL: https://github.com/apache/cloudstack/pull/8207#issuecomment-2310501088 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) 01/01: Merge remote-tracking branch 'apache/4.19'

2024-08-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit f5efe56fb5310e4b08d3c6946ce19934062466dc Merge: bc286656796 9148701285f Author: Wei Zhou AuthorDate: Mon Aug 26 17:34

(cloudstack) branch main updated (bc286656796 -> f5efe56fb53)

2024-08-26 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from bc286656796 Add support for network data in Config Drive (#9329) add 1a403f1a9d2 open up extra-config to all u

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310424777 [SF] Trillian Build Failed (tid-11189) -- 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 g

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#issuecomment-2310407487 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10811 -- 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-26 Thread via GitHub
blueorangutan commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310373927 @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] GUI whitelabel runtime system [cloudstack]

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310371180 @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] [Veeam] disable jobs but keep backups [cloudstack]

2024-08-26 Thread via GitHub
winterhazel commented on code in PR #6589: URL: https://github.com/apache/cloudstack/pull/6589#discussion_r1731331495 ## plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java: ## @@ -1057,7 +,7 @@ private Map getDisksMapping(Backup backup, List

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

2024-08-26 Thread via GitHub
winterhazel commented on code in PR #6589: URL: https://github.com/apache/cloudstack/pull/6589#discussion_r1731331495 ## plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java: ## @@ -1057,7 +,7 @@ private Map getDisksMapping(Backup backup, List

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310343942 [LL] Trillian Build Failed (tid-6988) -- 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

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#issuecomment-2310281496 @Pearl1594 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] Add support for disabling serivce / system and disk offerings [cloudstack]

2024-08-26 Thread via GitHub
Pearl1594 commented on PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#issuecomment-2310278297 @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 userdata append header restrictions [cloudstack]

2024-08-26 Thread via GitHub
nvazquez commented on PR #9575: URL: https://github.com/apache/cloudstack/pull/9575#issuecomment-2310270297 @kiranchavala I could reproduce the issue for case 2) - it is related to the parameter sent in the UI when it is not encoded, it encodes with an extra character that makes cloud-init

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

2024-08-26 Thread via GitHub
DaanHoogland commented on code in PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#discussion_r1731252368 ## test/integration/smoke/test_affinity_groups.py: ## @@ -139,6 +145,8 @@ def test_DeployVmAntiAffinityGroup(self): serviceofferingid=self.service_

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

2024-08-26 Thread via GitHub
DaanHoogland commented on code in PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#discussion_r1731250435 ## test/integration/component/test_network_offering.py: ## @@ -1395,12 +1395,10 @@ def setUpClass(cls): @classmethod def tearDownClass(cls): -

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

2024-08-26 Thread via GitHub
Pearl1594 commented on code in PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#discussion_r1731238853 ## test/integration/smoke/test_affinity_groups.py: ## @@ -139,6 +145,8 @@ def test_DeployVmAntiAffinityGroup(self): serviceofferingid=self.service_off

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

2024-08-26 Thread via GitHub
Pearl1594 commented on code in PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#discussion_r1731236880 ## test/integration/component/test_network_offering.py: ## @@ -1395,12 +1395,10 @@ def setUpClass(cls): @classmethod def tearDownClass(cls): -t

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

2024-08-26 Thread via GitHub
blueorangutan commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310189253 [LL] Trillian Build Failed (tid-6977) -- 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

Re: [PR] [HEALTH] 4.20/main Health Check, please don't merge this! [cloudstack]

2024-08-26 Thread via GitHub
blueorangutan commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2310188677 @DaanHoogland a [LL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests -- This i

Re: [PR] [HEALTH] 4.20/main Health Check, please don't merge this! [cloudstack]

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2310187821 @blueorangutan LLtest matrix -- 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 sp

Re: [I] The Project toggle should be present for Buckets [cloudstack]

2024-08-26 Thread via GitHub
sureshanaparti closed issue #8422: The Project toggle should be present for Buckets URL: https://github.com/apache/cloudstack/issues/8422 -- 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

(cloudstack) branch 4.19 updated: [UI] Add project toggle for buckets (#9589)

2024-08-26 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.19 by this push: new 9148701285f [UI] Add project toggle for buckets (#

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

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

Re: [PR] [UI] Add project toggle for buckets [cloudstack]

2024-08-26 Thread via GitHub
DaanHoogland merged PR #9589: URL: https://github.com/apache/cloudstack/pull/9589 -- 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] Improve logs in primary storage removal process [cloudstack]

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

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

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #9255: URL: https://github.com/apache/cloudstack/pull/9255#issuecomment-2310177379 @blueorangutan LLtest -- 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] Refactor of Allocator classes [cloudstack]

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

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

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #8649: URL: https://github.com/apache/cloudstack/pull/8649#issuecomment-2310174656 @blueorangutan LLtest -- 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] Refactor of Allocator classes [cloudstack]

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #9074: URL: https://github.com/apache/cloudstack/pull/9074#issuecomment-2310172842 @blueorangutan LLtest -- 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] GUI whitelabel runtime system [cloudstack]

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

Re: [PR] Refactor type and range validation in configuration update process [cloudstack]

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

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

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #8942: URL: https://github.com/apache/cloudstack/pull/8942#issuecomment-2310135830 @blueorangutan LLtest -- 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] Refactor type and range validation in configuration update process [cloudstack]

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #9107: URL: https://github.com/apache/cloudstack/pull/9107#issuecomment-2310134287 @blueorangutan LLtest -- 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 VGPU available devices listing [cloudstack]

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

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

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #9573: URL: https://github.com/apache/cloudstack/pull/9573#issuecomment-2310129016 @blueorangutan LLtest -- 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] New Feature: Enable/Disable Roles [cloudstack]

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #9549: URL: https://github.com/apache/cloudstack/pull/9549#issuecomment-2310125208 > > @JoaoJandre can we address the unification of the enable/disable APIs for roles along with accounts and users in a separate PR? Possibly there could be other resources followi

(cloudstack) branch 4.19 updated: Fix usage volume size after resizing (#9459)

2024-08-26 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.19 by this push: new 22097027410 Fix usage volume size after resizing (

Re: [PR] Fix usage volume size after resizing [cloudstack]

2024-08-26 Thread via GitHub
DaanHoogland merged PR #9459: URL: https://github.com/apache/cloudstack/pull/9459 -- 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] Create API to list Quota credits [cloudstack]

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

Re: [I] Add API/UI option to send guest command via qemu agent [cloudstack]

2024-08-26 Thread via GitHub
tanganellilore commented on issue #9577: URL: https://github.com/apache/cloudstack/issues/9577#issuecomment-2310052330 Moreover, we need to considering also that normal user not see in which host the vm is allocated and also the ream vm name on kvm side -- This is an automated message fro

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

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

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

2024-08-26 Thread via GitHub
JoaoJandre commented on PR #9549: URL: https://github.com/apache/cloudstack/pull/9549#issuecomment-2310018566 > @JoaoJandre can we address the unification of the enable/disable APIs for roles along with accounts and users in a separate PR? Possibly there could be other resources following t

Re: [PR] Create API to list Quota credits [cloudstack]

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

Re: [PR] Allow more generic searches of ACLs [cloudstack]

2024-08-26 Thread via GitHub
DaanHoogland commented on PR #9566: URL: https://github.com/apache/cloudstack/pull/9566#issuecomment-2309990440 @kiranchavala that would be a bigger effort, the search is no only for acl item fields. As for account, aclid, domain etc, those are implied (at least in the GUI). things like tra

  1   2   3   >