CloudStack HCI Appliance

2024-11-21 Thread Philipp Reisner
Dear CloudStack users, Yesterday, LINBIT announced the availability of its CloudStack HCI appliance. It is a freely available ISO image. The ISO image contains * AlmaLinux * Apache CloudStack * LINBIT's DRBD, LINSTOR, and some supporting packages * Plus, an HTML5 installer that will take you

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user YashasAnand edited a comment on the discussion: How to call scaleVirtualMachine api with details parameter Hi @bernardodemarco @weizhouapache Thank you for your respective responses. Below is my python code. def generate_signature(baseurl, request, secretkey): encoded_reque

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user YashasAnand edited a comment on the discussion: How to call scaleVirtualMachine api with details parameter Hi @bernardodemarco @weizhouapache Thank you for your respective responses. Below is my python code. `import hashlib import hmac import base64 import urllib.parse import jso

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user YashasAnand edited a comment on the discussion: How to call scaleVirtualMachine api with details parameter Hi @bernardodemarco @weizhouapache Thank you for your respective responses. Below is my python code. def generate_signature(baseurl, request, secretkey): en

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user YashasAnand edited a comment on the discussion: How to call scaleVirtualMachine api with details parameter Hi @bernardodemarco @weizhouapache Thank you for your respective responses. Below is my python code. ` def generate_signature(baseurl, request, secretkey): encoded_requ

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user YashasAnand added a comment to the discussion: How to call scaleVirtualMachine api with details parameter Hi @bernardodemarco @weizhouapache Thank you for your respective responses. Below is my python code. `import hashlib import hmac import base64 import urllib.parse import json

Re: [D] HTTP ERROR 503 Service Unavailable [cloudstack]

2024-11-21 Thread via GitHub
GitHub user bwcxyk added a comment to the discussion: HTTP ERROR 503 Service Unavailable ![image-20241122115440342](https://github.com/user-attachments/assets/4c57cb33-a7db-4247-a3e2-aa1e500e3773) Detected local IP address as 127.0.1.1, That is in `/etc/cloudstack/management/db.properties`, `c

Re: iso download error

2024-11-21 Thread Nischal P
HI Piotr, Can you please check this link and see if you can perform the steps mentioned below https://github.com/apache/cloudstack/issues/9086#issuecomment-2443466098 Thanks & Regards Nischal On Thu, Nov 21, 2024 at 7:31 PM Piotr Pisz wrote: > Heelo, > > We try to load the iso directly from

Re: [VOTE] Apache CloudStack 4.20.0.0 RC3

2024-11-21 Thread Bernardo De Marco Gonçalves
+1, here are the workflows I tested: - Creation of VMs; - Accessing VM through CPVM; - Connectivity tests between multiple VMs within the same isolated network; - Creation of egress rules on isolated networks; - Creation of firewall rules; - Creation of port forwarding rules; - VM access through is

Re: [VOTE] Apache CloudStack 4.20.0.0 RC3

2024-11-21 Thread Abhishek Kumar
Thanks João for the RC work and extension on the voting. All - convenience packages can be found here, https://download.cloudstack.org/testing/4.20.0.0-RC3/ Regards, Abhishek On Thu, 21 Nov 2024, 12:43 João Jandre Paraquetti, wrote: > Hi, all > > Sorry for not realizing CCC was happening now.

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user bernardodemarco added a comment to the discussion: How to call scaleVirtualMachine api with details parameter Hello, @YashasAnand The `details` parameter of the `scaleVirtualMachine` API is a `MAP`. Basically, the `MAP` parameter type in CloudStack expects the keys and values as:

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user weizhouapache edited a comment on the discussion: How to call scaleVirtualMachine api with details parameter Can you try ["memory": "3072", "cpunumber": "2"] or similar ? GitHub link: https://github.com/apache/cloudstack/discussions/9961#discussioncomment-11338433 This is

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: How to call scaleVirtualMachine api with details parameter Can you try {"memory": "3072", "cpunumber": "2"} ? GitHub link: https://github.com/apache/cloudstack/discussions/9961#discussioncomment-11338433 This is an automatic

Re: [D] How to call scaleVirtualMachine api with details parameter [cloudstack]

2024-11-21 Thread via GitHub
GitHub user YashasAnand edited a discussion: How to call scaleVirtualMachine api with details parameter I am trying to call scaleVirtualMachine API using python, but the documentation is very vague on how to use details parameter [https://cloudstack.apache.org/api/apidocs-4.19/apis/scaleVirtua

iso download error

2024-11-21 Thread Piotr Pisz
Heelo, We try to load the iso directly from the site and get the following message: 2024-11-21 13:55:53,976 INFO [storage.template.HttpTemplateDownloader] (agentRequest-Handler-4:null) No credentials configured for host=factory.talos.dev:443 2024-11-21 13:55:54,507 INFO [storage.template.Down

Re: [D] About the Security groups [cloudstack]

2024-11-21 Thread via GitHub
GitHub user leo79901 added a comment to the discussion: About the Security groups Thanks a lot, i will do it. GitHub link: https://github.com/apache/cloudstack/discussions/9943#discussioncomment-11336054 This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe

Re: [D] About the Security groups [cloudstack]

2024-11-21 Thread via GitHub
GitHub user leo79901 added a comment to the discussion: About the Security groups Thanks a lot. In order to provide more flexible security protection, before it possible to adjust the security groups when the machine is powered on, I will create a separate security group for each host. GitH

Re: [D] About the Security groups [cloudstack]

2024-11-21 Thread via GitHub
GitHub user leo79901 added a comment to the discussion: About the Security groups Yes, i have do it again using CloudMonkey. The name was changed successfully. ![image](https://github.com/user-attachments/assets/6c7161bb-5449-411f-b464-1d2ec4e6f889) GitHub link: https://github.com/apache/clo

Re: [VOTE] Apache CloudStack 4.20.0.0 RC3

2024-11-21 Thread Daan Hoogland
thanks João, It's been nice so far. On Thu, Nov 21, 2024 at 12:42 PM João Jandre Paraquetti < j...@scclouds.com.br> wrote: > Hi, all > > Sorry for not realizing CCC was happening now. I'll be extending the > voting for another 120 hours, so the voting will end at Wednesday next > week. > Enjoy th

Re: [VOTE] Apache CloudStack 4.20.0.0 RC3

2024-11-21 Thread João Jandre Paraquetti
Hi, all Sorry for not realizing CCC was happening now. I'll be extending the voting for another 120 hours, so the voting will end at Wednesday next week. Enjoy the event! Best regards, João Jandre On 11/20/24 09:16, Wido den Hollander wrote: Indeed, thanks for the effort! I'm on my way to

cloudstack - HA testing

2024-11-21 Thread MP B
HI. How to setup HA and how to test VM HA in 3 host cluster environment.. Thanks in advance... MPB

Re: [D] Gather ideas for CloudStack Extensions [cloudstack]

2024-11-21 Thread via GitHub
GitHub user PPisz added a comment to the discussion: Gather ideas for CloudStack Extensions Another much-needed feature: https://github.com/apache/cloudstack/issues/9958 GitHub link: https://github.com/apache/cloudstack/discussions/9952#discussioncomment-11334370 This is an automaticall

Re: [D] Add host process results in incorrect libvirtd settings for Ubuntu VERSION="24.04.1 LTS (Noble Numbat)" [cloudstack]

2024-11-21 Thread via GitHub
GitHub user bwcxyk added a comment to the discussion: Add host process results in incorrect libvirtd settings for Ubuntu VERSION="24.04.1 LTS (Noble Numbat)" After using LIBVIRTD_ARGS=‘--listen’ option on Ubuntu22, libvirtd does not start. After running `systemctl mask libvirtd.socket libvirtd

Re: [D] Upgrade: Cloudstack Management Upgrade [cloudstack]

2024-11-21 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Upgrade: Cloudstack Management Upgrade I noticed this, I really thought we had already deprecated el7. I am building the el7 as we chat. GitHub link: https://github.com/apache/cloudstack/discussions/9938#discussioncomment-11333975

Re: Upgraded 4.19.1.3 - 2FA Failing

2024-11-21 Thread Granwille Strauss
Hi Nischal Thank you, I went ahead and pleased to confirm the mentioned work around worked. Thank you very much. On 11/21/24 08:58, Nischal P wrote: Hi Granwille You could perform the step to set the parameter for enable.secure.session.cookie as false and restart the services. I think that s