Re: [I] **Error when creating private gateway** [cloudstack-terraform-provider]

2025-04-25 Thread via GitHub


bernardodemarco commented on issue #172:
URL: 
https://github.com/apache/cloudstack-terraform-provider/issues/172#issuecomment-2830583776

   Hello, @lwsa-leonardosouza
   
   Do the credentials configured in your `cloudstack` provider belong to a Root 
Admin account?
   
   If so, could you verify whether the `var.vlan` input variable is defined? 
Additionally, it would be interesting to check what value the Management Server 
is receiving for the `vlan` attribute in the `createPrivateGateway` API call.
   
   ```
   resource "cloudstack_private_gateway" "pvgateway" {
 gateway   =  var.gateway
 ip_address   =  var.ip_address
 netmask   =  var.netmask
 vlan  =  var.vlan != "" ? var.vlan : null
 vpc_id  =  module.vpc.id
 acl_id   =  var.acl_id != "" ? var.acl_id : null
 physical_network_id = var.physical_network_id != "" ? 
var.physical_network_id : null
   }
   ```
   
   As mentioned on the [private gateway module 
documentation](https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/private_gateway),
 it is only possible to create private gateways through Terraform using Root 
Admin credentials. This requirement exists because, currently, the Apache 
CloudStack provider only supports the `vlan` parameter; the 
`associatednetworkid` is not supported. Since non-root admins accounts do not 
have access to infrastructure details, the `vlan` parameter is not available 
for them.
   
   We can create a new issue to support the `associatednetworkid` parameter. 
What do you guys think?
   
   ---
   
   > I`ve tried same example from repository, but didn't work:
   
   This example seems to be missing the `acl_id` attribute. I executed it, with 
the credentials of a Root Admin account and with the `acl_id` defined, and it 
worked as expected. I'll open a PR to update the documentation example.


-- 
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Event Announcement: CloudStack Collaboration Conference 2025

2025-04-25 Thread Jamie Pell
Hi everyone,

I am pleased to share details for this year’s CloudStack Collaboration 
Conference. The event will be held in Milan, Italy, from 19–21 November, 
following the familiar format: a hackathon on day one, followed by two days of 
sessions and hands-on workshops, all focused on CloudStack.

Registration and the Call for Presentations are open! You can find all the key 
information and links on our brand-new event website, created by fellow 
community members: https://www.cloudstackcollab.org/

Please note the super early price for registration is just €69, with this price 
being valid until July 31st.

If you have any questions, please feel free to contact the event team at 
i...@cloudstackcollab.org

We look forward to welcoming you in Milan!

Kind regards,

 



Re: [PR] multi-arch: note on new config and improvements [cloudstack-documentation]

2025-04-25 Thread via GitHub


DaanHoogland merged PR #491:
URL: https://github.com/apache/cloudstack-documentation/pull/491


-- 
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: Connectivity Issue with Virtual Routers in CloudStack.

2025-04-25 Thread Sanjay Kumar
Hi Team,

Please help on connectivity issue of virtual router of cloudstack.


On Thu, Apr 17, 2025 at 11:21 AM Sanjay Kumar  wrote:

> Hello all,
>
> We have observed recurring issue that has been observed recently in the
> CloudStack environment we use for hosting virtual machines.
>
> Specifically, we have identified that certain Virtual Routers lose
> internet connectivity, which causes disruptions to services such as VPNs
> and other network-dependent functions. This issue was first noticed with
> the infrastructure of the customer1 vpc. For the customer2 vpc case, we
> resolved the issue by recreating the VPC along with the associated guest
> networks.
>
> 1. Connectivity Issues:
>
> Check IP Ranges and Netmasks:
>
> Connectivity Checks:
> We use ping, arping, and traceroute within the virtual router to test
> connectivity to other VMs and external networks.
>
> Virtual Router Diagnostics:
> we did run "Run Diagnostics" and "Get Diagnostics" features as well but
> not getting any result.
>
> 2. Virtual Router Issues:
>
> Force Stop and Restart:
>
> We have tried but no luck.
>
> Destroy and Recreate:
>
> We have tried but no luck.
>
> DHCP Problems:
>
> There is no issue with dhcp.
>
> 3. Network Configuration:
>
> Network connection also ok.
>
> Any help would be really appreciated. Thank you!
>
>
> Regars,
> SK
>
>
>
>
>
>
>
>
>


Re: Connectivity Issue with Virtual Routers in CloudStack.

2025-04-25 Thread Wei ZHOU
Agree with Daan. The provided information is not enough to conclude what's
wrong.

What's the cloudstack version ? Can you check if the following works or not
?

- connectivity between cloudstack VR and VMs  (use private IP)
- source nat IP of cloudstack VPC VR is reachable from the Internet
- source nat IP of cloudstack VPC VR is reachable from VMs
- other public IPs in the VPC

What is the network ACL of VPC tiers ?


-Wei

On Fri, Apr 25, 2025 at 12:00 PM Daan Hoogland 
wrote:

> Sanjay,
>
> Can you check the logs for the routers?
> Also check if these routers are on a specific host as opposed to
> functioning routers.
>
> Your description is a bit vague still to give conclusive answers so
> more investigation is needed.
>
> regards,
>
> On Wed, Apr 23, 2025 at 10:39 AM Sanjay Kumar 
> wrote:
> >
> > Hi Team,
> >
> > Please help on connectivity issue of virtual router of cloudstack.
> >
> >
> > On Thu, Apr 17, 2025 at 11:21 AM Sanjay Kumar 
> wrote:
> >
> > > Hello all,
> > >
> > > We have observed recurring issue that has been observed recently in the
> > > CloudStack environment we use for hosting virtual machines.
> > >
> > > Specifically, we have identified that certain Virtual Routers lose
> > > internet connectivity, which causes disruptions to services such as
> VPNs
> > > and other network-dependent functions. This issue was first noticed
> with
> > > the infrastructure of the customer1 vpc. For the customer2 vpc case, we
> > > resolved the issue by recreating the VPC along with the associated
> guest
> > > networks.
> > >
> > > 1. Connectivity Issues:
> > >
> > > Check IP Ranges and Netmasks:
> > >
> > > Connectivity Checks:
> > > We use ping, arping, and traceroute within the virtual router to test
> > > connectivity to other VMs and external networks.
> > >
> > > Virtual Router Diagnostics:
> > > we did run "Run Diagnostics" and "Get Diagnostics" features as well but
> > > not getting any result.
> > >
> > > 2. Virtual Router Issues:
> > >
> > > Force Stop and Restart:
> > >
> > > We have tried but no luck.
> > >
> > > Destroy and Recreate:
> > >
> > > We have tried but no luck.
> > >
> > > DHCP Problems:
> > >
> > > There is no issue with dhcp.
> > >
> > > 3. Network Configuration:
> > >
> > > Network connection also ok.
> > >
> > > Any help would be really appreciated. Thank you!
> > >
> > >
> > > Regars,
> > > SK
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
>
>
>
> --
> Daan
>


Re: Connectivity Issue with Virtual Routers in CloudStack.

2025-04-25 Thread Daan Hoogland
Sanjay,

Can you check the logs for the routers?
Also check if these routers are on a specific host as opposed to
functioning routers.

Your description is a bit vague still to give conclusive answers so
more investigation is needed.

regards,

On Wed, Apr 23, 2025 at 10:39 AM Sanjay Kumar  wrote:
>
> Hi Team,
>
> Please help on connectivity issue of virtual router of cloudstack.
>
>
> On Thu, Apr 17, 2025 at 11:21 AM Sanjay Kumar  wrote:
>
> > Hello all,
> >
> > We have observed recurring issue that has been observed recently in the
> > CloudStack environment we use for hosting virtual machines.
> >
> > Specifically, we have identified that certain Virtual Routers lose
> > internet connectivity, which causes disruptions to services such as VPNs
> > and other network-dependent functions. This issue was first noticed with
> > the infrastructure of the customer1 vpc. For the customer2 vpc case, we
> > resolved the issue by recreating the VPC along with the associated guest
> > networks.
> >
> > 1. Connectivity Issues:
> >
> > Check IP Ranges and Netmasks:
> >
> > Connectivity Checks:
> > We use ping, arping, and traceroute within the virtual router to test
> > connectivity to other VMs and external networks.
> >
> > Virtual Router Diagnostics:
> > we did run "Run Diagnostics" and "Get Diagnostics" features as well but
> > not getting any result.
> >
> > 2. Virtual Router Issues:
> >
> > Force Stop and Restart:
> >
> > We have tried but no luck.
> >
> > Destroy and Recreate:
> >
> > We have tried but no luck.
> >
> > DHCP Problems:
> >
> > There is no issue with dhcp.
> >
> > 3. Network Configuration:
> >
> > Network connection also ok.
> >
> > Any help would be really appreciated. Thank you!
> >
> >
> > Regars,
> > SK
> >
> >
> >
> >
> >
> >
> >
> >
> >



-- 
Daan


Re: [PR] Documentation related to VM and Volume allocators [cloudstack-documentation]

2025-04-25 Thread via GitHub


blueorangutan commented on PR #499:
URL: 
https://github.com/apache/cloudstack-documentation/pull/499#issuecomment-2830259555

   @sudo87 a Jenkins job has been kicked to build the document. I'll keep you 
posted as I make progress.


-- 
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Documentation related to VM and Volume allocators [cloudstack-documentation]

2025-04-25 Thread via GitHub


sudo87 commented on PR #499:
URL: 
https://github.com/apache/cloudstack-documentation/pull/499#issuecomment-2830257892

   @blueorangutan docbuild


-- 
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Documentation related to VM and Volume allocators [cloudstack-documentation]

2025-04-25 Thread via GitHub


sudo87 opened a new pull request, #499:
URL: https://github.com/apache/cloudstack-documentation/pull/499

   This pr contains documentation for vm and volume allocation algorithm
   https://github.com/apache/cloudstack/pull/10696


-- 
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Documentation related to VM and Volume allocators [cloudstack-documentation]

2025-04-25 Thread via GitHub


blueorangutan commented on PR #499:
URL: 
https://github.com/apache/cloudstack-documentation/pull/499#issuecomment-2830262192

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/499. 
(QA-JID 328)


-- 
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org