Re: Cloudstack CSI

2022-05-18 Thread Rudraksh Kulshreshtha
Hey Ricardo, While I haven't yet had a chance to use this in production, I've tested it a lot. It works quite well in both KVM and VMware setups - even though the docs do mention it only works with KVM. I'd ordinarily recommend you should go ahead and use it, except the repo hasn't seen a lot of

Cloudstack CSI

2022-05-18 Thread Ricardo Pertuz
Hi, Currently I have a Kubernetes cluster outside Cloudstack and I want to use this CSI to provision volumes with this driver: https://github.com/apalia/cloudstack-csi-driver, is it recommended? Is the an official one I can rather use? BR, Ricardo

Re: [VOTE] Apache CloudStack 4.17.0.0 RC2

2022-05-18 Thread Nicolas Vazquez
Thanks all, After testing last week have found out another blocker being fixed by PR: https://github.com/apache/cloudstack/pull/6393, will cut RC3 after it is finished. Regards, Nicolas Vazquez From: Suresh Anaparti Date: Wednesday, 11 May 2022 at 10:15 To: users@cloudstack.apache.org

Re: Letsencrypt SSL for Cloudstack

2022-05-18 Thread Nux
That's interesting, I'd be curious to read a more technical presentation of this. --- Nux www.nux.ro [1] On 2022-05-18 10:16, Travis Romero wrote: I pointed my consoleproxy vm to the domain in my nginx proxy as well so it's working as intended including websockets. -- Travis On May 18,

Re: Letsencrypt SSL for Cloudstack

2022-05-18 Thread Travis Romero
I pointed my consoleproxy vm to the domain in my nginx proxy as well so it’s working as intended including websockets. — Travis > On May 18, 2022, at 5:15 PM, Nux wrote: > > Terminating SSL in another web server is certainly something that can be > done, many prefer it this way, however this

Re: Letsencrypt SSL for Cloudstack

2022-05-18 Thread Nux
Terminating SSL in another web server is certainly something that can be done, many prefer it this way, however this will not enable SSL for the console proxy VM.. So all your web consoles will go over regular HTTP. --- Nux www.nux.ro On 2022-05-18 10:09, Travis Romero wrote: I actually

Re: Letsencrypt SSL for Cloudstack

2022-05-18 Thread Travis Romero
I actually didn’t went with my initial approach. I just handled all SSL in nginx and terminated there. As for local ISO upload, I found the secstorage ssl domain config and pointed it to my nginx proxy and seems to work fine. Thanks for the inputs. — Travis > On May 18, 2022, at 3:39 PM, Nux

Re: Letsencrypt SSL for Cloudstack

2022-05-18 Thread Nux
You should be able to run certbot on the management server for example, or anywhere else really (if you go for the wildcard) and then once you get your certificate files to install them in your Cloudstack via cloudmonkey. You can check this article for an example: