Re: [PROPOSE] RM for 4.16.1

2021-12-21 Thread Gabriel Bräscher
Sounds good! Thanks for volunteering, Suresh. Regards, Gabriel. On Fri, Dec 17, 2021 at 12:15 PM Suresh Anaparti < suresh.anapa...@shapeblue.com> wrote: > Hi All, > > I propose the following timelines for 4.16.1.0 release, which is targeted > for Q1 2022. Please let me know if you have any feedb

AW: Untagged L2 network

2021-12-21 Thread Brussk, Michael
Hi Wei, Many thanks for the fast replay ... I'm always surprised, how an undocumented feature or configuration does solve my problems 🙈 It works flawlessly 👍 Regards, Michael Michael Brußk Administration - Network Services GMS Cloud Infrastructure Services [cid:logo-aktuell-125px_36239716-35db

Re: Database connection issue

2021-12-21 Thread SVI
Hi Wei, Ok, I’ll try updating version. Thanks, Irvin > On Dec 21, 2021, at 8:56 PM, Wei ZHOU wrote: > > Hi, > > If you did not change db.properties (db.cloud.useSSLand db.cloud.url.params > are not changed), I suspect it is because of your mysql version. Could you > please upgrade to mysql 8

Re: Kubernetes on VPC Isolated Network

2021-12-21 Thread Wei ZHOU
Hi, ACS automatically adds port forwarding rules for the k8s master and nodes. They can be accessed by port (2223, 2224, etc) of public IP of the network or VPC. refer to http://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html -Wei On Tue, 21 Dec 2021 at 13:38

Re: Database connection issue

2021-12-21 Thread Wei ZHOU
Hi, If you did not change db.properties (db.cloud.useSSLand db.cloud.url.params are not changed), I suspect it is because of your mysql version. Could you please upgrade to mysql 8 or mariadb 10.5+ ? -Wei On Tue, 21 Dec 2021 at 13:29, SVI wrote: > Hi Wei, > > It is set to false. > > db.cloud.u

Re: Kubernetes on VPC Isolated Network

2021-12-21 Thread Ricardo Andres Pertuz de las Salas
Thanks! it says that some connectivity is needed: This provides functionality to create Kubernetes clusters for Shared, Isolated and VPC networks in CloudStack, but such networks must be accessible to the CloudStack management server for provisioning virtual machines on the cluster. So the ACS

Re: Database connection issue

2021-12-21 Thread SVI
Hi Wei, It is set to false. db.cloud.useSSL=false Thanks, Irvin > On Dec 21, 2021, at 7:47 PM, Wei ZHOU wrote: > > Hi Irvin, > > Is `db.cloud.useSSL` set to true > in /etc/cloudstack/management/db.properties ? > > -Wei > > On Tue, 21 Dec 2021 at 12:06, SVI wrote: > >> Hi Rohit, >> >> Ye

Re: Database connection issue

2021-12-21 Thread Wei ZHOU
Hi Irvin, Is `db.cloud.useSSL` set to true in /etc/cloudstack/management/db.properties ? -Wei On Tue, 21 Dec 2021 at 12:06, SVI wrote: > Hi Rohit, > > Yes, I’ve done all of those and it’s connecting properly. That’s why I’m > really confused why it was working via mysql-client cli in the mgmt

Re: Database connection issue

2021-12-21 Thread SVI
Hi Rohit, Yes, I’ve done all of those and it’s connecting properly. That’s why I’m really confused why it was working via mysql-client cli in the mgmt server but not when trying to run cloudstack service in the same mgmt server. Thanks, Irvin > On Dec 21, 2021, at 6:13 PM, Rohit Yadav wrote:

Re: ACS with local disks

2021-12-21 Thread Ivan Kudryavtsev
Local storage gives the simplest design and the most predictable behavior. The live migration is often overrated while host crashes are pretty rare. We have servers with 500+ days of operation running Cloudstack. So... it's just fine, at least with KVM. вт, 21 дек. 2021 г., 17:37 Gabriel Bräscher

Re: ACS with local disks

2021-12-21 Thread Gabriel Bräscher
Hi Yordan, HA is definitely the biggest con, as Rohit mentioned. Adding to that, live migrating VMs around the cluster takes a LOT more time as well. For example, it takes "5 minutes" when live migrating VMs in shared storages; however, it can take hours when live migrating from local storages, de

Re: Apache CloudStack Logo and the Cloud Monkey

2021-12-21 Thread Rohit Yadav
Considering the JPEG, it has white cloud (rather than transparent). I think there was a competition out of which the logo/cloudmonkey won and eventually became the project logo we can check any existing mails around that. On legalities, should we ask legal@? Regards. _

Re: Database connection issue

2021-12-21 Thread Rohit Yadav
Hi SVI, Can you check if you've allowed firewall rules and MySQL config to access the server remotely for the configured MySQL user. One way to test that would be to use the mysql-client on the management server for the remote DB server with the same user as configured/used by CloudStack. Reg

Re: ACS with local disks

2021-12-21 Thread Rohit Yadav
Hi Yordan, The biggest cons of using local storage is probably that you'll lose high-availability, if the host goes down so does the storage. Regards. From: Yordan Kostov Sent: Friday, December 17, 2021 16:17 To: users@cloudstack.apache.org Subject: ACS with

Re: Kubernetes on VPC Isolated Network

2021-12-21 Thread Rohit Yadav
Hi Ricardo, Yes, it's possible to deployed k8s with CKS on VPC networks/tiers. As per the docs http://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html isolated networks, VPC and shared networks are supported. Regards. From: Rica