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

2024-09-24 Thread Nux
Hi, Seems like a nice idea, but one can still access the API with the user and password right? So what exactly are we achieving? On 2024-09-24 09:03, Abhisar Sinha wrote: Hi All, I am working on this feature where Root Admin will get the option to disable Api key/ Secret key based access fo

Re: New PMC member: Suresh Anaparti

2024-09-24 Thread Nux
Congratulations, well deserved! :) On 2024-09-18 11:51, Rohit Yadav wrote: The Project Management Committee (PMC) for Apache CloudStack has invited Suresh Anaparti to become a PMC member and we are pleased to announce that they have accepted. Suresh has contributed in the past and has shown eff

Re: VNC console on multiple zones

2024-09-24 Thread Nux
Cloudstack will generate a hostname of the following type: 185-163-105-5.domain.tld - assuming the IP the CPVM gets is 185.163.105.5. Does it make sense? This implies that for the systemvm public IP range you will need to generate A records similar to the above. On 2024-09-24 11:09, Alexand

VLAN/VNI + L2 network

2024-09-24 Thread Jeroen Kleijer
Hi all, I've got the situation where my hypervisor has a network interface called eth0. I created a VLAN interface on top of it (eth0.252 for VLAN 252) and assigned the IP address of the hypervisor to it. I'm running ACS 4.19.1.1 and would like to deploy VMs in VLAN 252 so I thought I could set m

Re: [D] How to export Linux VM as a template [cloudstack]

2024-09-24 Thread via GitHub
GitHub user jack99trade added a comment to the discussion: How to export Linux VM as a template @weizhouapache Thank you this works. At the bottom of this page https://docs.cloudstack.apache.org/en/4.19.1.1/adminguide/templates/_create_linux.html the URL need to be updated to correct on

Re: [D] How to export Linux VM as a template [cloudstack]

2024-09-24 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: How to export Linux VM as a template the link is incorrect refer to https://docs.cloudstack.apache.org/en/4.19.1.1/adminguide/templates.html#creating-a-template-from-an-existing-instance GitHub link: https://github.com/apache/cloud

RE: VNC console on multiple zones

2024-09-24 Thread Alexandru Stan
Hi, I think I tried that at some point, setting the url as wildcard in the manager config, but I don't remember if this uses the console proxy ip.domain.com or the individual vm ip.domain.com. -Original Message- From: Nux Sent: Tuesday, September 24, 2024 2:01 AM To: users@cloudstac

Re: [D] Alternative port with console proxy [cloudstack]

2024-09-24 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Alternative port with console proxy the port 8080 is the internal port in CPVM (console proxy vm) which used to communicate with vnc port or vnc over websocket connection. you do not need to consider it. the open port of CPVM (con

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

2024-09-24 Thread Abhisar Sinha
Hi All, I am working on this feature where Root Admin will get the option to disable Api key/ Secret key based access for a User, Account, or a Domain. Api keys are primarily used for automation. It is the primary authorization mechanism used by automation when password-based access is not used.