cruizba
ee45042cca
Update installation scripts version
2024-03-01 12:51:11 +01: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
cruizba
d19a8406bf
deployment: install_media_node.sh - Pull coturn in media nodes
2022-11-18 21:16:52 +01:00
pabloFuente
1673a1b38c
Update OPENVIDU_UPGRADABLE_VERSION to 2.24 in deployment scripts
2022-11-17 19:16:38 +01:00
cruizba
a49c35ac7d
deployment: Add speech to text service
2022-10-30 13:17:28 +01:00
cruizba
5acd93ecd0
Update OPENVIDU_UPGRADABLE_VERSION to 2.23
2022-09-22 00:22:29 +02:00
pabloFuente
d85bd79da9
Update OPENVIDU_UPGRADABLE_VERSION to 2.22 in installation scripts
2022-05-12 17:31:17 +02:00
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
fccde40641
deployment: exit 1 on 'fatal_error' in insallation scripts
2022-03-30 19:27:52 +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
pabloFuente
08b7c19830
Update OPENVIDU_UPGRADABLE_VERSION to 2.20 in all installation scripts
2022-03-03 14:31:57 +01:00
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