Re: [D] How to install SSL certificate on clouds tack 4.19 version [cloudstack]

2024-05-29 Thread via GitHub
GitHub user titu044 edited a discussion: How to install SSL certificate on clouds tack 4.19 version This is not working anyone help me I have wildcard ssl certificate when i convert PEM to JKS and Upload my management server /etc/cloudstack/management/server.properties https.enable=true htt

ostypedid not longer available on list volumes and list snapshots

2024-05-29 Thread Ricardo Pertuz
Hi Guys Since version 4.19 the field ostypeid is no longer available when listing volumes and snapshots, is there a way to add those field in the json result. Atte, Ricardo Pertuz

RE: HA for management server

2024-05-29 Thread Alexandru Stan
I would but I don't really understand what I need to add to the file. This parameters maybe, adjusted with my ips? db.cloud.driver=jdbc:mariadb db.cloud.uri=jdbc:mariadb:sequential://192.168.201.160:3306,192.168.201.161:3306,192.168.201.162:3306/cloud?autoReconnect=true&prepStmtCacheSize=517&cach

Re: HA for management server

2024-05-29 Thread Wei ZHOU
Looks good Can you try db.cloud.uri in db.properties? See https://github.com/apache/cloudstack/pull/7895 -Wei On Wednesday, May 29, 2024, Alexandru Stan wrote: > Yes. On the first management server with --deploy-as=root:password and on > the second one without. All successful. The I ran > clou

RE: HA for management server

2024-05-29 Thread Alexandru Stan
Yes. On the first management server with --deploy-as=root:password and on the second one without. All successful. The I ran cloudstack-setup-management and that was it. But in the browser I get the 503 error... -Original Message- From: Wei ZHOU Sent: Wednesday, May 29, 2024 11:20 PM T

Re: HA for management server

2024-05-29 Thread Wei ZHOU
Have you setup the database by cloudstack-setup-database? On Wednesday, May 29, 2024, Alexandru Stan wrote: > Yes, I can login with the cloud user just fine via the virtual ip. > > > -Original Message- > From: Wei ZHOU > Sent: Wednesday, May 29, 2024 10:45 PM > To: users@cloudstack.ap

Re: Using a seprarte router other than the virtual router

2024-05-29 Thread Wei ZHOU
indeed, some features are missing in the VR. If you have other public ip range available, I would suggest - create a shared network with the public ips - create pfsense vm with WAN on the shared network and LANs on l2/isolated network - Configure dhcp/dns in pfsense vm if needed. If you want to u

RE: HA for management server

2024-05-29 Thread Alexandru Stan
Yes, I can login with the cloud user just fine via the virtual ip. -Original Message- From: Wei ZHOU Sent: Wednesday, May 29, 2024 10:45 PM To: users@cloudstack.apache.org Subject: Re: HA for management server Yes. Are you able to access the db vip or the two db nodes using mysql comma

Re: HA for management server

2024-05-29 Thread Wei ZHOU
Yes. Are you able to access the db vip or the two db nodes using mysql command from management server? On Wednesday, May 29, 2024, Alexandru Stan wrote: > You're right. This is the actual problem: > > Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to > initialize a connecti

Re: Using a seprarte router other than the virtual router

2024-05-29 Thread Marty Godsey
The VR works fine as a basic NATing firewall, but you can't do advanced next-gen functions like reverse proxies, SSL offloading, robust rule sets, IDS/IPS, etc. I have been setting it up manually. The other way is to have the users create their VR but then do a 1to1 NAT or a port forward of all

RE: HA for management server

2024-05-29 Thread Alexandru Stan
You're right. This is the actual problem: Caused by: com.cloud.utils.exception.CloudRuntimeException: Unable to initialize a connection to the database for locking purposes Caused by: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect

Re: HA for management server

2024-05-29 Thread Wei ZHOU
Hi, The exception is misleading You can check the real exception by grep Exception management-server.log | grep -v NoSuchBeanDefinitionException I guess the root cause is database configuration or db.properties. By the way, it is better mariadb galera cluster have 3 servers. -Wei On Wednes

Re: Using a seprarte router other than the virtual router

2024-05-29 Thread Wei ZHOU
I know some users deploy a pfsense or Linux vm as gateway in L2 network or isolated network without source nat. No matter which software/os is used, users have to configure the vms manually. Some features (e.g static nat, pf,lb, userdata) are not supported either. I think VR is still the best optio

RE: HA for management server

2024-05-29 Thread Alexandru Stan
Hello, There seems to be issues with installing the management server databases on a separate server, I setup a galera cluster with 2 servers and tried to install the management server on a different server using (where it still applies) this guide: https://www.shapeblue.com/how-to-deploy-high

Re: Using a seprarte router other than the virtual router

2024-05-29 Thread Jimmy Huybrechts
Hi, I would give the customer his own vlan for this, or 2 in case they need public and private. -- Jimmy From: Marty Godsey Date: Wednesday, 29 May 2024 at 19:33 To: users@cloudstack.apache.org Subject: Using a seprarte router other than the virtual router Hello All, What is the best way, or

Using a seprarte router other than the virtual router

2024-05-29 Thread Marty Godsey
Hello All, What is the best way, or how are you providing a router for customers that is not a virtual router? For example, if I have someone who wants to use PfSense for their router instead of the virtual router, what’s the best way to do this and make it as seamless as possible for the custo

Re: Backup VM on Cloudstack

2024-05-29 Thread Jimmy Huybrechts
It says: To perform backup and restore tasks, Backroll's workers need an access to the VMs storage and to a backup storage. In case you use local storage for your vm’s it’s pretty useless then? -- Jimmy From: Giles Sirett Date: Wednesday, 29 May 2024 at 17:40 To: users@cloudstack.apache.org S

RE: Backup VM on Cloudstack

2024-05-29 Thread Giles Sirett
Hi Khang The dummy provider is just that - it is a dummy provider for testing the Backup and Recovery Framework - it doesn’t actually do any backups As Joao says - you can use Snaphots In terms of non commercial providers for the Backup & Recovery Framework, have a look at Backroll https://gith

Region-wide VPC

2024-05-29 Thread Rémi Paeta
Hello everyone, I'm investigating the possibility of using Cloudstack to create a public/private cloud offering. I have some questions following my search for information. Is it possible to create a region-wide VPC? And so, is it possible to have regional network tiers? I want to use the VXLAN plu