CloudStack News in March

2022-03-08 Thread Ivet Petrova
Hello everyone, Firstly, happy International Women’s Day to all the women in our community! I am writing to share the news in the community from the last month. On this special day, I will start with an interview of one of our latest committers - Slavka Peleva: https://blogs.apache.org/cloudsta

Re: [SHARE] CAPC - Kubernetes CAPI Provider for Apache CloudStack

2022-03-08 Thread Daman Arora
This is great news! Looking forward to get involved in this project. I will see you soon in kubernetes slack :) cheers! On Mon., Mar. 7, 2022, 7:43 a.m. Rohit Yadav, wrote: > Hi all, > > I thought everybody would like to know that my colleagues and I at > ShapeBlue have been recently working on

RE: Procedure to remove management server

2022-03-08 Thread James Steele
How to remove unwanted management server: ssh root@192.x.x.x mysql -u root -p use cloud; select * from mshost;#CHECK NAME ON THE LEFT!! check STATE= DOWN !!! update mshost set removed=now() where id=25; \q On 2022/03/01 22:56:27 Ricardo Pertuz wrote: > Hi, > > What is the best o

Re: Kubernetes ClusterAPI integration

2022-03-08 Thread Vladimir Dombrovski
Hi Nux, Thank you for the heads up. This does look very promising, we'll try to set up and test this integration. Regards, Vladimir On Mon, 7 Mar 2022 at 14:13, Nux wrote: > > Hi Vladimir, > > It looks like a CAPI provider for Cloudstack was developed already and > is now ready to be used, s

Re: How are you monitoring Cloudstack?

2022-03-08 Thread Ivet Petrova
Hi, To help a bit Nux I designed a short survey. Pls, take a moment to tick a few boxes on what monitoring solutions you are using. Will take you not more than 15 seconds: https://forms.gle/V17GQziAFn8ZdoVy6 Kind regards, On 7 Mar 2022, at 17:47, Vladimir Dombrovski mailto:vladimir.dombr

Re: How are you monitoring Cloudstack?

2022-03-08 Thread K B Shiv Kumar
Hi Nux, I’d like to give another perspective here… Monitoring ACS entails the following… Reading ACS DB (yes, in many cases you will need to/find it simpler) Calling API/cloudmonkey Calling custom scripts which will run on Hosts and monitoring servers. SNMP Calls Agent parameters You will need to

Re: How are you monitoring Cloudstack?

2022-03-08 Thread Nux
Shiv, Agreed 100%. --- Nux! www.nux.ro On 2022-03-08 16:31, K B Shiv Kumar wrote: Hi Nux, I’d like to give another perspective here… Monitoring ACS entails the following… Reading ACS DB (yes, in many cases you will need to/find it simpler) Calling API/cloudmonkey Calling custom scripts which

Re: How are you monitoring Cloudstack?

2022-03-08 Thread José Flauzino
Hi all, I would like to share some observations and news regarding VM stats. Releases 4.16.1.0 and earlier only show the stats of the last data collection performed or the sum of them. I opened PR #5984[¹], which changes the method used by ACS to store and show available VM stats. Among other thi

keycloak saml

2022-03-08 Thread Piotr Pisz
Hi, I am trying to configure Cloudstack with Keycloak SSO, with no positive result. Can anyone have this configured? I'm not sure what to put in the fields: saml2.default.idpid (cs) and clien ID (keycloak). Regards, Piotr

keycloak saml

2022-03-08 Thread Piotr Pisz
Hi, I am trying to configure Cloudstack with Keycloak SSO, with no positive result. Can anyone have this configured? I'm not sure what to put in the fields: saml2.default.idpid (cs) and clien ID (keycloak). Regards, Piotr

Re: keycloak saml

2022-03-08 Thread Eric Green
I tried to configure SAML on my Cloudstack a while back and never got it to work too, though I must admit I wasn't trying too hard. So if you get it to work, please enlighten us! On 3/8/2022 10:59 AM, Piotr Pisz wrote: Hi, I am trying to configure Cloudstack with Keycloak SSO, with no po