Commit Graph

12 Commits (42ad7bce5d0a73f5e43ad2b43bf3fef2b0b5dfd5)

Author SHA1 Message Date
cruizba 42ad7bce5d deployment: Infrastructure changes to allow coturn in media nodes 2022-04-25 01:43:54 +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 23c67db989 deployment: Add missing mediasoup image on media node scripts 2021-07-02 12:02:26 +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 03adf77662 openvidu-deployment: Fix stop containers in Media Nodes 2020-11-09 23:01:17 +01:00
cruizba 67167b3378 openvidu-deployment: Fix kms-logs command 2020-11-05 14:58:44 +01:00
cruizba 35b667a083 openvidu-deployment: Same commands to access kms logs in CE and PRO. Same directory for kms logs 2020-11-05 12:59:22 +01:00
cruizba 225f1756e2 openvidu-deployment: Better usage of logs command in media nodes 2020-11-05 12:10:29 +01:00
cruizba a4c8e02a3f openvidu-deployment Improve media node scripts 2020-11-05 11:57:29 +01:00
cruizba 9bd044a98b deployment-openvidu: Stop containers of media-node properly 2020-11-04 23:59:00 +01: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