Commit Graph

37 Commits (96968ae54e4a7c353d8ea863ea3420115c66e60a)

Author SHA1 Message Date
jenkinsopenvidu 96968ae54e Update installation scripts for next release 2025-01-14 18:22:45 +00:00
cruizba f99cf2f834 deployment: Fixing v2 references in installation and automation scripts
- Replace docker 'master' references with 'master-v2'.
- Replace 'master' with 'v2' in installation scripts.
2024-12-10 18:40:11 +01:00
jenkinsopenvidu e709e63655 Update installation scripts for next release 2024-05-28 09:47:24 +00:00
jenkinsopenvidu 98b783e968 Update installation scripts for next release 2023-10-18 19:50:25 +00:00
jenkinsopenvidu 1235b3ef40 Update installation scripts for next release 2023-06-23 11:28:29 +00:00
jenkinsopenvidu 75c9576f4d Update installation scripts for next release 2023-05-03 11:02:33 +00:00
pabloFuente 38ef3681e7 Update installation scripts to prepare it for next release 2023-03-16 11:29:57 +01:00
cruizba 66687592de deployment: Check that minimal version of docker is 20.10.10 2023-03-16 00:45:26 +01:00
cruizba 799e875dd7 deployment: OPENVIDU_UPGRADABLE_VERSION to 2.25 2022-12-22 13:59:45 +01:00
pabloFuente 1673a1b38c Update OPENVIDU_UPGRADABLE_VERSION to 2.24 in deployment scripts 2022-11-17 19:16:38 +01:00
cruizba 5acd93ecd0 Update OPENVIDU_UPGRADABLE_VERSION to 2.23 2022-09-22 00:22:29 +02:00
cruizba ace1a1f5a4 deployment: Update script of upgrading
- Throw error while upgrading between different OpenVidu Editions.
- Move coturn volume to rollback directory while upgrading.
2022-09-16 19:09:41 +02:00
cruizba 75f4c6497f Fix update link error 2022-05-20 17:42:38 +02:00
pabloFuente d85bd79da9 Update OPENVIDU_UPGRADABLE_VERSION to 2.22 in installation scripts 2022-05-12 17:31:17 +02:00
cruizba 16c1003584 deployment: Support for docker compose v2 and increase http timeout for slow networks" 2022-04-21 14:09:20 +02:00
cruizba fccde40641 deployment: exit 1 on 'fatal_error' in insallation scripts 2022-03-30 19:27:52 +02:00
cruizba 664abf86dc Fix link on error while upgrading OpenVidu PRO to redirect to the upgrading instructions documentation 2022-03-30 18:24:23 +02:00
cruizba e133b1f92d deployment: Update OPENVIDU_UPGRADABLE_VERSION version to 2.21.0 to test upgrade scripts 2022-03-30 18:15:46 +02:00
cruizba 47c4c91f7a deployment: OpenVidu Pro - Add AMI as argument to upgrade script 2022-03-30 18:13:55 +02:00
pabloFuente 08b7c19830 Update OPENVIDU_UPGRADABLE_VERSION to 2.20 in all installation scripts 2022-03-03 14:31:57 +01:00
cruizba 43f6636363 Update docker-compose files. Remove not needed chmod 2021-10-03 21:22:34 +02:00
cruizba 110878f4c9 deployment: Add volume to configure custom locations in nginx. This is useful to add reverse proxy or other services to the nginx configuration to default HTTPS_PORT configured 2021-09-30 16:33:08 +02:00
cruizba ff3d4db8db deployment: Ensure all openvidu deployments have permissions in recordings folder 2021-09-21 14:53:53 +02:00
cruizba f4bde4b45a deployment: Bump OPENVIDU_UPGRASABLE_VERSION for installation scripts 2021-07-13 16:20:47 +02:00
Juan Navarro 8e3f1e1eaf Fix ShellCheck errors and warnings on shell scripts
* ALWAYS quote variable expansions (except in for loops)
* Use "-n" instead of "! -z"
* Fix bad redirection (|) when an OR (||) was intended
* Don't expand variables in printf format string (pass as argument)
* ALWAYS quote variable expansions (except in for loops)
* Avoid useless cat:
  cat file | grep pattern ==> grep pattern file
* Did I mention to ALWAYS quote variable expansions?

Always use ShellCheck to write shell scripts!
https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck
2021-04-20 17:06:22 +02:00
Juan Navarro 050057253a Fix spelling of several words in user-facing text & logs
stoped -> stopped
stoping -> stopping
uppgrade -> upgrade
dowloading -> downloading
ouput -> output
lastest -> latest
Openvidu -> OpenVidu
2021-04-20 17:06:22 +02:00
cruizba 7184bd4e9a deployment: Minor fixes OpenVidu Pro installation script 2021-03-10 22:16:33 +01:00
cruizba 026e231507 Update previous AWS variables in new .env-version on upgrades 2021-03-10 21:19:06 +01:00
cruizba 5c6ceab30c openvidu-deployment: Update PRO installation scripts 2020-12-10 10:51:35 +01:00
cruizba 70d30a5d6c deployment-pro: Add NGINX monitoring 2020-11-12 10:23:46 +01:00
cruizba da2973d28f openvidu-deployment: Minor fixes. OV_CE_DEBUG_LEVEL works and move beats to rollback folder on update in openvidu pro server node 2020-11-09 19:35:25 +01:00
cruizba 5319c0a77b openvidu-deployment: Fix some typos 2020-11-06 00:03:12 +01:00
cruizba 3ecd9885d6 Only upgrade from previous version 2020-11-05 00:18:27 +01:00
cruizba c9235e64cf openvidu-deployment: Don't rely on aws http endpoint to update KMS AMI 2020-11-04 22:42:04 +01:00
cruizba 6a73083e7b openvidu-deployment: General updates in nginx and public ip discovering:
- Add option to redirect www to non-www (REDIRECT_WWW).
- Add endpoint to check nginx workers.
- Custom virtual hosts (Server blocks) can be added by the user to create custom rules in `/opt/openvidu/custom-nginx-vhost`.
- Parametrize `worker_connections` in nginx.conf (WORKER_CONNECTIONS)
- Improve `discover_my_public_ip.sh` to use dns servers instead of http servers
- Posibility to autodiscover ipv6 if available by using `PUBLIC_IP=auto-ipv6` in nginx, `TURN_PUBLIC_IP=auto-ipv6` in coturn and `COTURN_IP=auto-ipv6` in openvidu-server.
By default ipv4 is used.
2020-11-02 19:46:59 +01:00
cruizba df92cca9de Deployment: External and secure Kibana and Elasticsearch in can be configured in OpenVidu Pro Node 2020-09-22 18:19:51 +02:00
cruizba f3c5bfe321 Deployment repos migration:
- Move deployment stuff of openvidu-ce from https://github.com/OpenVidu/openvidu-cloud-devops
- Move deployment stuff of openvidu-pro from https://github.com/OpenVidu/openvidu-pro-clustering
- Remove readmes to avoid confusions of official documentation
- Update installation scripts to use this repo
- Better folder structure:
   - docker-compose -> Include docker-compose files for deployments
   - docker -> Include docker images
   - aws -> Cloudformation related stuff for aws.
2020-07-16 20:09:48 +02:00