15 Commits

Author SHA1 Message Date
GitHub Actions
6f1486493a Revert "Bump version to 3.6.0"
This reverts commit 885cac991b7a26801b85b99286352d19233cd1ca.
2026-03-06 10:45:29 +00:00
GitHub Actions
885cac991b Bump version to 3.6.0 2026-03-06 10:45:26 +00:00
cruizba
df4adc52a3 openvidu-deployment: Pin tool versions in cloud deployment scripts
- yq: v4.44.5 → v4.52.4 (AWS + GCP)
- aws-cli: unversioned → 2.34.0 (AWS)
- cfn-bootstrap: latest → 2.0-38 (AWS)
- azure-cli: InstallAzureCLIDeb → 2.83.0 via versioned apt (Azure)
- google-cloud-cli: unversioned → 558.0.0 (GCP)
2026-03-02 16:45:35 +01:00
cruizba
0894097546 openvidu-deployment: fix install command URL to use the pro version for single node deployments
It was working thanks to the flag `--deployment-type=single-node-pro`, but the script should point to `/pro` instead of `/community`
2026-02-10 17:12:02 +01:00
Piwccle
ed51cf7e79 openvidu-deployment: Fix GCS bucket configuration and add ARM image support in GCP deployment 2026-02-09 17:14:48 +01:00
cruizba
969077e755 openvidu-deployment: Update health check endpoint in deployment scripts
- Changed health check URL from http://localhost:7880 to http://localhost:7880/health/caddy in multiple deployment configurations for GCP, AWS, and Azure.

With new rules of redirection `http://localhost:7880` redirects to `/meet`. It is more stable to check the node by asking `http://localhost:7880/health/caddy`
2026-02-05 13:16:31 +01:00
cruizba
5e31998776 openvidu-deployment: gcp - Use main domain for TURN - Remove TURN server configuration parameters and related logic from deployment templates 2026-01-28 21:36:27 +01:00
GitHub Actions
d82d8b061a Revert "Bump version to 3.5.0"
This reverts commit 21906c971ec3d6e9dc70776ae13758900326fe88.
2025-12-29 12:59:15 +00:00
GitHub Actions
21906c971e Bump version to 3.5.0 2025-12-29 12:59:11 +00:00
cruizba
5ba3e912c9 openvidu-deployment: Azure & GCP - certificate handling to accept base64 encoded certificates directly
- Updated the OpenVidu deployment scripts for GCP and Azure to eliminate the need for downloading and converting certificate files.
- Modified variable descriptions to specify that public and private certificates should be provided in base64 format.
- Adjusted the installation scripts to use the provided base64 encoded certificates directly for both OpenVidu and TURN server configurations.
2025-12-23 22:11:16 +01:00
cruizba
11dcafd904 openvidu-deployment: Add Dpkg::Lock::Timeout configuration to prevent apt-get lock issues
- Added "DPkg::Lock::Timeout \"-1\";" configuration to various installation scripts across GCP, AWS, and Azure deployments to prevent apt-get lock timeout issues during package installations.
2025-12-16 12:49:50 +01:00
Piwccle
05697f7ab3 openvidu-deployment: GCP - Added ARM64 support 2025-12-10 18:12:08 +01:00
Piwccle
a32efa876f openvidu-deployment: GCP - Fix to zone variable dependency in Single Node deployments and Elastic 2025-12-10 17:38:08 +01:00
Piwccle
d68cb4933e Add Terraform configuration for OpenVidu deployment on GCP
Changed structure to be more consistant with the terraform standard and removed some resources to try

Refactor terraform main file to be more alike with aws and azure scripts and fixed some things that were wrong in the install script. Changed variables.tf and output.tf as needed

Refactor firewall rules and streamline user data scripts for OpenVidu deployment on GCP

added Elastic deployment for GCP and changed default values of instance type in Single Node and Single Node PRO

openvidu-deployment_ gcp - changed output.tf in all deployments to output the link to secret manager; changed the name of the instance resource of openvidu single node pro; fixed some things that were broken in elastic terraform file and adjusted times for the lambda and the cronjob
2025-10-29 18:26:56 +01:00
Piwccle
0641639643 openvidu-deployment: Added GCP Single Node and Single Node PRO deployments 2025-09-24 13:00:35 +02:00