Commit Graph

19 Commits (10f0961757a40ce13f390ed2db5a3469b16daf6c)

Author SHA1 Message Date
cruizba 88fdea590d deployment: Fix wrong recording directory on install media nodes 2021-09-21 22:41: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
cruizba 23c67db989 deployment: Add missing mediasoup image on media node scripts 2021-07-02 12:02:26 +02:00
pabloFuente 5b5696d0ac Add mediasoup image to Media Node installation files 2021-06-23 11:38:38 +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
pabloFuente 3535c715a2 Deleted metricbeat-openvidu.yml 2021-01-14 15:25:44 +01:00
cruizba 5c6ceab30c openvidu-deployment: Update PRO installation scripts 2020-12-10 10:51:35 +01:00
cruizba b369e3ba7a openvidu-deployment: Bump media-node-controller version and add OPENVIDU_RECORDING_IMAGE to pull image to be used for openvidu recordings in Media Nodes 2020-11-26 20:30:33 +01:00
cruizba 03adf77662 openvidu-deployment: Fix stop containers in Media Nodes 2020-11-09 23:01:17 +01:00
cruizba eccd4538fb openvidu-deployment: Pull images correctly on upgrade media-node 2020-11-09 20:39:39 +01:00
cruizba 39be78b4e5 openvidu-deployment: Some minor fixes nginx and update versions docker-compose 2020-11-09 14:18:40 +01:00
cruizba 5319c0a77b openvidu-deployment: Fix some typos 2020-11-06 00:03:12 +01:00
cruizba a4c8e02a3f openvidu-deployment Improve media node scripts 2020-11-05 11:57:29 +01:00
cruizba 3ecd9885d6 Only upgrade from previous version 2020-11-05 00:18:27 +01:00
cruizba 9bd044a98b deployment-openvidu: Stop containers of media-node properly 2020-11-04 23:59:00 +01:00
cruizba f54ebc2851 openvidu-deployment-pro: New media-node-controller 2.0.0-dev1 2020-11-03 12:38: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