Re: [D] Creating Guest Network: unable to choose Network Offering. This for all L2,Shared and Isolated networks [cloudstack]

2024-09-25 Thread via GitHub
GitHub user rajujith added a comment to the discussion: Creating Guest Network: unable to choose Network Offering. This for all L2,Shared and Isolated networks @int0x21 hopefully this will be fixed in 4.19.2: https://github.com/apache/cloudstack/issues/9673 GitHub link: https://github.com/

Re: [D] Secondary Storage VM in CloudStack Failing to Use Uploaded Certificate [cloudstack]

2024-09-25 Thread via GitHub
GitHub user rajujith added a comment to the discussion: Secondary Storage VM in CloudStack Failing to Use Uploaded Certificate @MejdiB you try the steps in the blog [1]? if the issue persists can you check the management-server.log for any errors during the certificate upload? [1] https://w

Re: [D] Registered ISO to cloudstack UI but it is not showing ready [cloudstack]

2024-09-25 Thread via GitHub
GitHub user rajujith added a comment to the discussion: Registered ISO to cloudstack UI but it is not showing ready @subincb30 you should be able to identify the cause of this issue if you can check the `/var/log/cloud.log` on the SSVM. GitHub link: https://github.com/apache/cloudstack/dis

Re: [D] Registered ISO to cloudstack UI but it is not showing ready [cloudstack]

2024-09-25 Thread via GitHub
GitHub user subincb30 added a comment to the discussion: Registered ISO to cloudstack UI but it is not showing ready @bernardodemarco this is my secondary storage permission: --- drwxrwxrwx 3 nobody nogroup 4096 Sep 23 04:20 primary/ drwxrwxrwt 4 nobody nogroup 4096 Sep 23 04:19 secondary/ r

Re: Database HA in Cloudstack 4.15.2

2024-09-25 Thread Nux
AFAIK this functionality is currently broken. You can work around it by using haproxy and/or keepalived/vip in front of the DB service. On 2024-09-25 23:24, Sean Lair wrote: Did you ever get this working Frederic? This used to work for us, but during some update (not sure at the moment whic

Re: Removal of unused plugins

2024-09-25 Thread Bryan Tiang
Hi Wei Zhou, I can see some updates to the OpenSDN repos recently. Im guessing its just a wait and see then? And for cloudstack community to decide if this is something worth continuing down the line? Regards, Bryan On 26 Sep 2024 at 3:07 AM +0800, Wei ZHOU , wrote: > Hi Byran, > > They have co

RE: Database HA in Cloudstack 4.15.2

2024-09-25 Thread Sean Lair
Did you ever get this working Frederic? This used to work for us, but during some update (not sure at the moment which one) the mysql-ha stopped failing over. -Original Message- From: Frederic Larcher Sent: Tuesday, May 30, 2023 6:07 AM To: users@cloudstack.apache.org Subject: RE: Dat

Re: VLAN/VNI + L2 network

2024-09-25 Thread Wido den Hollander
I have never tried this, but can't you provide a VLAN ID while creating the L2 network? And you mention VNI, that's VXLAN specific. But I assume you use VLANs? Wido Op 24/09/2024 om 13:53 schreef Jeroen Kleijer: Hi all, I've got the situation where my hypervisor has a network interface calle

Re: [D] Registered ISO to cloudstack UI but it is not showing ready [cloudstack]

2024-09-25 Thread via GitHub
GitHub user bernardodemarco added a comment to the discussion: Registered ISO to cloudstack UI but it is not showing ready @subincb30, I already faced a similar issue and it was due to an incorrect secondary storage NFS setup. When troubleshooting the situation, I first tested that the SSVM w

Re: Removal of unused plugins

2024-09-25 Thread Wei ZHOU
Hi Byran, They have copied some repos to OpenSDN on github. https://github.com/OpenSDN-io There were already some changes made to some repos. -Wei On Wednesday, September 25, 2024, Bryan Tiang wrote: > Hi Guys, > > Speaking of Tungsten Plugin, what happened with the OpenSDN integration? > >

Re: Removal of unused plugins

2024-09-25 Thread Bryan Tiang
Hi Guys, Speaking of Tungsten Plugin, what happened with the OpenSDN integration? Last i heard was that they formed a committee after Tungsten project was closed, but havent heard any news since? Reagrds, Bryan On 18 Sep 2024 at 10:22 PM +0800, Wei ZHOU , wrote: > Thanks Byran. > > I think we w

Re: [D] Registered ISO to cloudstack UI but it is not showing ready [cloudstack]

2024-09-25 Thread via GitHub
GitHub user kiranchavala added a comment to the discussion: Registered ISO to cloudstack UI but it is not showing ready @subincb30 Could you please refer to this discussion if you are testing cloudstack https://github.com/apache/cloudstack/issues/7568 https://github.com/apache/cloudstack/i

Re: VNC console on multiple zones

2024-09-25 Thread Wei ZHOU
It would a valid improvement request to have different console domain per zone. On Wednesday, September 25, 2024, Alexandru Stan wrote: > Yes, it works that way. There are a couple of downsides to this, as the cp > ip's must always be the same (no idea where to create a reservation for it) > an

Re: [Proposal] Disable API (apikey/secret-key) for users, accounts and domains

2024-09-25 Thread Nux
Alright, thanks for clarifying. It would have been nice to be able to disallow API access completely to certain users, but this would also kill UI access for them. :/ On 2024-09-25 10:46, Rohit Yadav wrote: Potential use-cases could be when there are organisations who want to disable API-base

Re: VNC console on multiple zones

2024-09-25 Thread Nux
The IP of the CPVM doesn't need to be the same, that's the "beauty" of using dynamic URLs, it will use whatever IP is available in the pool. You can set up a dedicated range for system VMs, but not pin a particular IP to a CPVM because you must be able to freely destroy it at any time and also b

SystemVM template issue

2024-09-25 Thread Alexandru Stan
Hi all, I'm experiencing a weird issue with vm creation and I don't know where to go to troubleshoot it. The ACS setup has 2 zones on the same manager, each zone with its own primary and secondary storage. When deploying a vm on one of the zones it takes much longer than doing the same on the o

Re: [D] Registered ISO to cloudstack UI but it is not showing ready [cloudstack]

2024-09-25 Thread via GitHub
GitHub user subincb30 added a comment to the discussion: Registered ISO to cloudstack UI but it is not showing ready Firewall is disabled. Please find the snippet below: --- root@ubuntu:~# ufw status Status: inactive root@ubuntu:~# systemctl status apparmor ○ apparmor.service - Load AppArmor p

Re: [Proposal] Disable API (apikey/secret-key) for users, accounts and domains

2024-09-25 Thread Rohit Yadav
Potential use-cases could be when there are organisations who want to disable API-based access using external auth integrations like LDAP, SAML or OAuth2. In such setups, sometimes when a user leaves the org - admins would block the auth from the external system (LDAP/SAML etc.) but they may con

RE: VNC console on multiple zones

2024-09-25 Thread Alexandru Stan
Yes, it works that way. There are a couple of downsides to this, as the cp ip's must always be the same (no idea where to create a reservation for it) and the public ip is clearly visible in the url. But if this is the only way I guess I don't have a choice. Thank you! -Original Message---

Re: [D] Registered ISO to cloudstack UI but it is not showing ready [cloudstack]

2024-09-25 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Registered ISO to cloudstack UI but it is not showing ready how about other firewall rules? for ftp, http and https to the internet and port 8250 to the management server. GitHub link: https://github.com/apache/cloudstack/discuss

Re: [Proposal] Disable API (apikey/secret-key) for users, accounts and domains

2024-09-25 Thread Abhisar Sinha
That's right. This will be useful for cases where 3rd Party authentication mechanisms are used instead of username-password based. Thanks, Abhisar From: Nux Sent: Wednesday, September 25, 2024 5:02 AM To: users@cloudstack.apache.org Cc: d...@cloudstack.apach

Re: [D] Registered ISO to cloudstack UI but it is not showing ready [cloudstack]

2024-09-25 Thread via GitHub
GitHub user subincb30 added a comment to the discussion: Registered ISO to cloudstack UI but it is not showing ready @DaanHoogland Since, this is for the testing purpose, I setup storage server in the same management server. As you suggested, I checked the internet connectivity and it is fine

Re: [D] Registered ISO to cloudstack UI but it is not showing ready [cloudstack]

2024-09-25 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Registered ISO to cloudstack UI but it is not showing ready > Also, I found the secondary storage VM in connecting state. This is definately the root cause of your issue. Ass the CPVM is up and connected, this is unexpected. It is mo