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

20 lines
1.2 KiB
JSON

[
{"ParameterKey":"KeyName","ParameterValue":"taskcat"},
{"ParameterKey":"KurentoAvailabilityZone","ParameterValue":"$[taskcat_genaz_1]"},
{"ParameterKey":"AwsInstanceTypeOV","ParameterValue":"t2.2xlarge"},
{"ParameterKey":"AwsInstanceTypeKMS","ParameterValue":"t2.2xlarge"},
{"ParameterKey":"KurentoAsgSize","ParameterValue":"1"},
{"ParameterKey":"OpenViduSecret","ParameterValue":"MY_SECRET"},
{"ParameterKey":"KibanaPassword","ParameterValue":"MY_SECRET"},
{"ParameterKey":"HTTPSAccess","ParameterValue":"0.0.0.0/0"},
{"ParameterKey":"SSHCidr","ParameterValue":"0.0.0.0/0"},
{"ParameterKey":"UDPRange","ParameterValue":"0.0.0.0/0"},
{"ParameterKey":"TCPRange","ParameterValue":"0.0.0.0/0"},
{"ParameterKey":"LetsEncryptEmail","ParameterValue":"email@example.com"},
{"ParameterKey":"OwnCertCRT","ParameterValue":"AAA"},
{"ParameterKey":"OwnCertKEY","ParameterValue":"BBB"},
{"ParameterKey":"OpenViduWebhookHeaders","ParameterValue":"Authorization: Basic T1BFTlZJRFVBUFA6TVlfU0VDUkVU"},
{"ParameterKey":"OpenViduCidrBlock","ParameterValue":"172.16.0.0/16"},
{"ParameterKey":"OpenViduSubnet","ParameterValue":"172.16.0.0/24"}
]