- 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.
31 lines
639 B
YAML
31 lines
639 B
YAML
---
|
|
global:
|
|
owner: openvidu@gmail.com
|
|
qsname: openvidu-pro-clustering
|
|
regions:
|
|
- us-east-1
|
|
- us-east-2
|
|
- us-west-1
|
|
- us-west-2
|
|
- ap-south-1
|
|
- ap-northeast-2
|
|
- ap-southeast-1
|
|
- ap-southeast-2
|
|
- ap-northeast-1
|
|
- ca-central-1
|
|
- eu-central-1
|
|
- eu-west-1
|
|
- eu-west-2
|
|
- eu-west-3
|
|
- sa-east-1
|
|
reporting: true
|
|
tests:
|
|
openvidu-all-regions:
|
|
parameter_input: parameters_input.json
|
|
template_file: TEMPLATE_TO_TEST
|
|
openvidu-stockholm:
|
|
parameter_input: parameters_input-stockholm.json
|
|
template_file: TEMPLATE_TO_TEST
|
|
regions:
|
|
- eu-north-1
|