Re: [I] Compute offering is not listed for vm when using disk offering strictness parameter [cloudstack]

2024-10-08 Thread via GitHub
matheusfontes commented on issue #9776: URL: https://github.com/apache/cloudstack/issues/9776#issuecomment-2400558909 > @kiranchavala @lsgalves is this a UI only issue? No. It can be reproduced by api/cloudmonkey -- This is an automated message from the Apache Git Service. To

Re: [I] State Remains 'Uploaded' Instead of 'Ready' After Uploading qcow2 Volume Image from Local PC [cloudstack]

2024-10-08 Thread via GitHub
NVShawn commented on issue #8752: URL: https://github.com/apache/cloudstack/issues/8752#issuecomment-2400660628 Still seeing this on 4.19.1.0. After uploading the file, the volume goes to `UPLOADED` state. When I try to add it to an instance, I get either `No support for Root volume a

Re: [PR] network: Add BGP+EVPN+VXLAN script to main repository and Agent package [cloudstack]

2024-10-08 Thread via GitHub
wido commented on PR #9778: URL: https://github.com/apache/cloudstack/pull/9778#issuecomment-2400704087 > > Thanks @wido LGTM - can you also propose a documentation PR at https://github.com/apache/cloudstack-documentation/pulls (where you can link to Vincent's blog) that could even as an ex

Re: [PR] make saml auth request option `forceauthn` configurable [cloudstack]

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

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

2024-10-08 Thread via GitHub
blueorangutan commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2401144147 [SF] Trillian test result (tid-11636) Environment: kvm-debian12 (x2), Advanced Networking with Mgmt server d12 Total time taken: 53101 seconds Marvin logs: https://github

Re: [PR] Fix Ctrl+Enter command on `Start Instance` dialog [cloudstack]

2024-10-08 Thread via GitHub
lucas-a-martins commented on code in PR #9743: URL: https://github.com/apache/cloudstack/pull/9743#discussion_r1792257747 ## ui/src/views/compute/StartVirtualMachine.vue: ## @@ -16,7 +16,7 @@ // under the License. - Review Comment: @DaanHoogland from my tests, `v-ctrl

Re: [PR] NAS B&R Plugin enhancements [cloudstack]

2024-10-08 Thread via GitHub
Pearl1594 commented on PR #9666: URL: https://github.com/apache/cloudstack/pull/9666#issuecomment-2400316004 @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] NAS B&R Plugin enhancements [cloudstack]

2024-10-08 Thread via GitHub
Pearl1594 commented on PR #9666: URL: https://github.com/apache/cloudstack/pull/9666#issuecomment-2400339203 @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] Prepend VPC name to VPC network tier name [cloudstack]

2024-10-08 Thread via GitHub
DaanHoogland commented on code in PR #9780: URL: https://github.com/apache/cloudstack/pull/9780#discussion_r1792003994 ## server/src/main/java/com/cloud/network/NetworkServiceImpl.java: ## @@ -1788,6 +1788,14 @@ public Network createGuestNetwork(CreateNetworkCmd cmd) throws Ins

(cloudstack) branch 4.19 updated: Filter list VMs by IP address (#9547)

2024-10-08 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 9c86c4da968 Filter list VMs by IP address (#9547)

(cloudstack) branch fix-filter-vms-ip deleted (was b910bfe5da7)

2024-10-08 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch fix-filter-vms-ip in repository https://gitbox.apache.org/repos/asf/cloudstack.git was b910bfe5da7 add parenthesis for better readability The revisions that were on this branch are still cont

Re: [PR] Filter list VMs by IP address [cloudstack]

2024-10-08 Thread via GitHub
DaanHoogland merged PR #9547: URL: https://github.com/apache/cloudstack/pull/9547 -- 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] NAS B&R Plugin enhancements [cloudstack]

2024-10-08 Thread via GitHub
blueorangutan commented on PR #9666: URL: https://github.com/apache/cloudstack/pull/9666#issuecomment-2400343657 @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] Fix Ctrl+Enter command on `Start Instance` dialog [cloudstack]

2024-10-08 Thread via GitHub
lucas-a-martins commented on code in PR #9743: URL: https://github.com/apache/cloudstack/pull/9743#discussion_r1792257747 ## ui/src/views/compute/StartVirtualMachine.vue: ## @@ -16,7 +16,7 @@ // under the License. - Review Comment: @DaanHoogland from my tests, `v-ctrl

Re: [PR] NAS B&R Plugin enhancements [cloudstack]

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

Re: [PR] network: Add BGP+EVPN+VXLAN script to main repository and Agent package [cloudstack]

2024-10-08 Thread via GitHub
wido commented on code in PR #9778: URL: https://github.com/apache/cloudstack/pull/9778#discussion_r1792430177 ## scripts/vm/network/vnet/modifyvxlan-evpn.sh: ## @@ -0,0 +1,162 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF) under one +# or more contr