Re: [D] To support multiple ports for autoscaling [cloudstack]

2024-08-27 Thread via GitHub
GitHub user btzq added a comment to the discussion: To support multiple ports for autoscaling Hey @DaanHoogland , this feature would be really useful for us. We Autoscale a bunch of API Gateways, and have to maintain 1 ASG for Each Port. If there is a way to support multiple ports in the sa

Need an assistance in create Rocky Linux KVM template

2024-08-27 Thread Muhammad Hanis Irfan Mohd Zaid
Hi all, I've been scratching my head trying to get cloud-init working with CloudStack to perform an instance root password reset. You can find the steps I did to configure my Rocky Linux 9.4 template here: https://pastebin.com/KPiyFGyw So initially when the instance first booted up, the randomly

Re: Resource usage vs allocation in home dashboard (v4.18.2.2)

2024-08-27 Thread Murilo Moura
Hi Jordan! Today I can apply resource limitation per domain. The problem is that the initial dashboard shows as if the user had unlimited resources (instead of showing the limits configured for their domain). On Tue, Aug 13, 2024 at 12:17 PM jordan j wrote: > Hello Murilo, > > If I understand

Re: Query on VPC keeping virtual router running without firewall rules

2024-08-27 Thread Wei ZHOU
Hi Sai, I was the author of the PR. Let me explain. In old behavior, it - firstly applies some iptables rules by update_config.py - then restores the iptables rules from rules.v4 file. The rules in first step is gone in step 2, which causes the issue. In the PR, it firstly restores the iptables

Query on VPC keeping virtual router running without firewall rules

2024-08-27 Thread sai
Hi All, I have hit similar issue as https://github.com/apache/cloudstack/issues/8729 and trying to understand the code fixed in the PR https://github.com/apache/cloudstack/pull/8787, unfortunately I couldn't understand. can anyone please try to explain the fix? Summary: When having a VPC without

CPU Cap setting on compute offering

2024-08-27 Thread Marty Godsey
What is everyone’s opinion on this setting? Worth it or no? Regards, Marty Godsey

Re: KVM | Alma Linux 9.4

2024-08-27 Thread Fariborz Navidan
Hello, I was able to configure Cloudstack 4.18 on AlmaLinux 9 last month.I used the following nmcli commands to create the bridge: nmcli con add ifname cloudbr0 type bridge con-name cloudbr0 autoconnect yes nmcli con add type bridge-slave ifname eth0 master cloudbr0 nmcli con up cloudbr0 After c

Xenserver Windows Templates

2024-08-27 Thread Francisco Arencibia Quesada
Good morning everyone, I'm building templates for Windows Server 2022 on XenServer, which I plan to import into CloudStack later. Since the CloudStack plugin doesn't support keyboard commands yet, I'm using the XenServer plugin. I need to install Cloudbase-Init on Windows, but currently, the only

RE: Port Forwarding in Network

2024-08-27 Thread Alex Mattioli
Hi Marty, There are two PRs in progress, one for Routed Mode for IPv4 in Isolated Networks and VPCs and another for Simple Dynamic Route with BGP. With Routed Mode you'll be able to assign public IPs directly to VMs, this should be ready for ACS 4.20, which will be routed via the ACS VR. This

Re: ACS 4.15.1 to 4.19.1.0-1 Upgrade - VM Console Access denied

2024-08-27 Thread Biswajit Banerjee
Is it a Bug ? Should I report as bug ? Please Guide On 8/25/24 22:57, Biswajit Banerjee wrote: Yes time is synced . time zone are different . CPVM is in UTC , Management is in IST . On 8/25/24 21:25, Wei ZHOU wrote: Can you check if the time on management server and CPVM are synced ? -Wei

Re: [D] How to change file in locales? [cloudstack]

2024-08-27 Thread via GitHub
GitHub user SviridoffA edited a comment on the discussion: How to change file in locales? @shwstppr Thx!!! It was realy just a cache issue. I have try update page without cache, but its not work for some reason, but in incognito all changes are showing ![2024-08-27_17-36](https://github.com

Re: [D] How to change file in locales? [cloudstack]

2024-08-27 Thread via GitHub
GitHub user SviridoffA closed the discussion with a comment: How to change file in locales? @shwstppr Thx!!! It was realy just a cache issue. I have try update page without cache, but its not work for some reason, but in incognito all changes are showing ![2024-08-27_17-36](https://github.c

Re: [D] How to change file in locales? [cloudstack]

2024-08-27 Thread via GitHub
GitHub user SviridoffA closed the discussion with a comment: How to change file in locales? @DaanHoogland , if our final choice would be Cloudstack I will make it)) Its not too scary for us if some words translated not perfect, but its critical when some keys in json are absent. like this: !

Re: [D] How to change file in locales? [cloudstack]

2024-08-27 Thread via GitHub
GitHub user shwstppr edited a comment on the discussion: How to change file in locales? > Looks like it's not working like this. To implement this change I need make > changes in code and use npm to create a new static web application. I have > tryed but unfortunaly dont have enough skills fo

Re: [D] How to change file in locales? [cloudstack]

2024-08-27 Thread via GitHub
GitHub user shwstppr closed the discussion with a comment: How to change file in locales? > Looks like it's not working like this. To implement this change I need make > changes in code and use npm to create a new static web application. I have > tryed but unfortunaly dont have enough skills

Re: [D] How to change file in locales? [cloudstack]

2024-08-27 Thread via GitHub
GitHub user DaanHoogland closed the discussion with a comment: How to change file in locales? @SviridoffA , if your change is generic you can add a PR for your locale to the github repo. Hopefully we can find someone to check if you are proficient in your language ;) GitHub link: https://gi

Re: Port Forwarding in Network

2024-08-27 Thread Jayanth Babu A
DHCP and DNS will be served by the CloudStack Virtual Router. [1] explains various scenarios. [1] https://www.shapeblue.com/self-service-shared-networks/ Thanks, Jayanth Sent on the move Sent from Outlook for Android From: Marty Godsey

Re: Port Forwarding in Network

2024-08-27 Thread Marty Godsey
So, regarding the IP assignment, this would not be done via ACS, though, if I remember correctly. This would need to be a separate device that hands these out? Regards, Marty Godsey any attachments. From: Jayanth Babu A Date: Tuesday, August 27, 2024 at 9:27 AM To: users@cloudstack.apache.org

Re: Port Forwarding in Network

2024-08-27 Thread Jayanth Babu A
Hi Marty, Please use Shared Networks [1]. [1] https://docs.cloudstack.apache.org/en/latest/adminguide/networking.html#shared-networks Thanks, Jayanth From: Marty Godsey Sent: Tuesday, August 27, 2024 6:38:12 pm To: users@cloudstack.apache.org Subject: Re: Port

Re: Port Forwarding in Network

2024-08-27 Thread Marty Godsey
This is what I went ahead and used. Has there been a feature request to create a way to directly provide a public IP to an instance instead of using a VR? Regards, Marty Godsey From: Jithin Raju Date: Tuesday, August 27, 2024 at 12:06 AM To: users@cloudstack.apache.org Subject: Re: Port Forw

KVM | Alma Linux 9.4

2024-08-27 Thread Joan g
Hello Community, Could someone provide guidance on setting up a bridge for the latest AlmaLinux 9.4? When I use `nmcli` to create a bridge, the ethernet interfaces keep going down, and I'm unable to bring them online. Any suggestions on working `nmcli` commands would be greatly appreciated and he

Re: [D] How to change file in locales? [cloudstack]

2024-08-27 Thread via GitHub
GitHub user SviridoffA closed the discussion with a comment: How to change file in locales? Looks like it's not working like this. To implement this change I need make changes in code and use npm to create a new static web application. I have tryed but unfortunaly dont have enough skills for

Re: [D] How to change file in locales? [cloudstack]

2024-08-27 Thread via GitHub
GitHub user SviridoffA closed a discussion: How to change file in locales? Hi! Please I need help! Is it possible, to make changes in locales? I'm trying to make some changes in /usr/share/cloudstack-management/webapp/locales/, in json file. For example, trying to add login.label.portal which