diff --git a/openvidu-server/deployments/ce/taskcat/taskcat.ym/ci/parameters_input.json b/openvidu-server/deployments/ce/taskcat/taskcat.ym/ci/parameters_input.json deleted file mode 100644 index 9d38ac47..00000000 --- a/openvidu-server/deployments/ce/taskcat/taskcat.ym/ci/parameters_input.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - {"ParameterKey":"KeyName","ParameterValue":"taskcat"}, - {"ParameterKey":"OpenViduSecret","ParameterValue":"MY_SECRET"}, - {"ParameterKey":"LetsEncryptEmail","ParameterValue":""}, - {"ParameterKey":"OwnCertKEY","ParameterValue":""}, - {"ParameterKey":"PublicElasticIP","ParameterValue":""}, - {"ParameterKey":"MyDomainName","ParameterValue":""}, - {"ParameterKey":"OwnCertCRT","ParameterValue":""} -] diff --git a/openvidu-server/deployments/ce/taskcat/taskcat.yml b/openvidu-server/deployments/ce/taskcat/taskcat.yml deleted file mode 100644 index f43a41f7..00000000 --- a/openvidu-server/deployments/ce/taskcat/taskcat.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -global: - owner: info@openvidu.io - qsname: openvidu-ce - 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 diff --git a/openvidu-server/deployments/pro/taskcat/taskcat.ym/ci/parameters_input-stockholm.json b/openvidu-server/deployments/pro/taskcat/taskcat.ym/ci/parameters_input-stockholm.json deleted file mode 100644 index 9116aa66..00000000 --- a/openvidu-server/deployments/pro/taskcat/taskcat.ym/ci/parameters_input-stockholm.json +++ /dev/null @@ -1,19 +0,0 @@ - [ - {"ParameterKey":"KeyName","ParameterValue":"taskcat"}, - {"ParameterKey":"KurentoAvailabilityZone","ParameterValue":"$[taskcat_genaz_1]"}, - {"ParameterKey":"AwsInstanceTypeOV","ParameterValue":"c5.2xlarge"}, - {"ParameterKey":"AwsInstanceTypeKMS","ParameterValue":"c5.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"} - ] diff --git a/openvidu-server/deployments/pro/taskcat/taskcat.ym/ci/parameters_input.json b/openvidu-server/deployments/pro/taskcat/taskcat.ym/ci/parameters_input.json deleted file mode 100644 index 462958b5..00000000 --- a/openvidu-server/deployments/pro/taskcat/taskcat.ym/ci/parameters_input.json +++ /dev/null @@ -1,19 +0,0 @@ - [ - {"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"} - ] diff --git a/openvidu-server/deployments/pro/taskcat/taskcat.yml b/openvidu-server/deployments/pro/taskcat/taskcat.yml deleted file mode 100644 index fed9a306..00000000 --- a/openvidu-server/deployments/pro/taskcat/taskcat.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -global: - owner: info@openvidu.io - 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