Re: [D] Oracle Linux KVM Support for CloudStack [cloudstack]

2024-01-29 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Oracle Linux KVM Support for CloudStack ol8 and ol9 are supported as regular el varyities. Older vversions were supported by specific OL plugins but that was less stable and mature. GitHub link:

Re: Method to edit global settings from command line

2024-01-29 Thread Suresh Kumar Anaparti
Hi Marcus, You can revert the config (disable saml) using the update sql query below. UPDATE cloud.configuration SET value = 'false' WHERE name = 'saml2.enabled'; Regards, Suresh On Tue, Jan 30, 2024 at 5:41 AM Marcus Torres wrote: > Hi! > i recently enabled saml in the global config

Method to edit global settings from command line

2024-01-29 Thread Marcus Torres
Hi! i recently enabled saml in the global config settings in the UI and upon a restart of the management service , the cloudstack-management process starts successfully and i'm seeing activity and traffic to and from the hypervisors, looks like the management server is working, but the UI is

Re: KVM bridges kill the network.

2024-01-29 Thread Francisco Arencibia Quesada
Thank you very this worked. :) Regards On Mon, 29 Jan 2024, 10:48 , wrote: > Hi Francisco, > > here is our working config: > > # This is the network config written by ansible > network: > version: 2 > bonds: > # mgmt > bond0: > interfaces: > - eno1 > - enp137s0f0

Re: migrate system vm to new primary pool

2024-01-29 Thread João Jandre Paraquetti
Hi, Piotr To migrate the system VMs to another storage, you'll need to stop them and then use the "Migrate system VM to another primary storage" option on the UI; or use the MigrateSystemVM API passing a new storage for its volume in the storageid parameter. To make all the new system VMs

migrate system vm to new primary pool

2024-01-29 Thread Piotr Pisz
Hi, We migrate resources from the first primary pool to the newly created one. I'm wondering how to migrate consoleproxy and secondary storage vm between pools? So that the newly created ones will also be created in the new pool. Regards, Piotr

CloudStack at CloudFest

2024-01-29 Thread Ivet Petrova
Hi all, For a second year at a row, our community will be exhibiting at CloudFest in Germany. As previous year I am searching for some companies, which might want to support the community and do a case study with me for how they use CloudStack. These case studies will be showcased on the

4.19 - New Release Announcement

2024-01-29 Thread Ivet Petrova
Hi all, With Jamie we are working on creating a blog post for the new release - 4.19 to be ready and published immediately after the release is live, which I think will happen very very soon. I would like to kindly ask for some help - can some community members send me some quotes about the

ACS and Ceph Day - Netherlands

2024-01-29 Thread Ivet Petrova
Hi all, I am super excited to share that our joint event with Ceph is almost full. We have approx. 20-25 seats more, so if you want to join, now is the time to register. The event will be hosted by Adyen, Rokin 49, 1012 KK Amsterdam Netherlands, and we are very grateful to them for helping us

Re: KVM bridges kill the network.

2024-01-29 Thread Javi Moncayo
Hi guys, Reading this thread I have a similar issue, but I can't find the way to adapt the ansible config shared on the previous email. In my case (Ubuntu 20) I have two interfaces. One physical (eno1) with internet access, and eno2 is a vRack that to allow me to connect to the private

Re: Duplicate Key Name

2024-01-29 Thread Ricardo Pertuz
I had this problem, changed from Mariadb to Mysql and it worked Atte, Ricardo Pertuz On 29 Jan 2024 at 6:41 AM -0500, Bharat Bhushan Saini , wrote: > Hi Team, > > I just deploy a fresh setup of cloudstack and encountered with below error, > 2024-01-29 11:29:41,947 DEBUG

Re: Duplicate Key Name

2024-01-29 Thread Bharat Bhushan Saini
Hi All, It is resolved. Thanks and Regards, Bharat Saini [signature_3237751071] From: Bharat Bhushan Saini Date: Monday, 29 January 2024 at 5:10 PM To: users@cloudstack.apache.org Subject: Duplicate Key Name EXTERNAL EMAIL: Please verify the sender email address before taking any action,

Duplicate Key Name

2024-01-29 Thread Bharat Bhushan Saini
Hi Team, I just deploy a fresh setup of cloudstack and encountered with below error, 2024-01-29 11:29:41,947 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) ALTER TABLE `cloud`.`hypervisor_capabilities` ADD CONSTRAINT `uc_hypervisor` UNIQUE (`hypervisor_type`, `hypervisor_version`)

AW: KVM bridges kill the network.

2024-01-29 Thread me
Hi Francisco, here is our working config: # This is the network config written by ansible network: version: 2 bonds: # mgmt bond0: interfaces: - eno1 - enp137s0f0 parameters: mode: balance-tlb # frontnet bond1: interfaces: - eno2

KVM bridges kill the network.

2024-01-29 Thread Francisco Arencibia Quesada
Good morning guys, I have tried many ways to configure the two bridges required by cloudstack, and in all my attempts this config kills the network. I will post my configuration here, maybe you can help me guys. I have tried following cloudstack tutorials, I have tried with openswitch, and the