Skip to content

Commit

Permalink
Merge pull request #262 from DFE-Digital/devops/crm/reconcilliation
Browse files Browse the repository at this point in the history
Space Reconcilliation
  • Loading branch information
sfawcett123 authored Sep 28, 2020
2 parents 11fbefa + df19692 commit 5f35464
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/statuscake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Status Cake (Beta Test)
name: Deploy Status Cake
on:
workflow_dispatch:

Expand Down
105 changes: 0 additions & 105 deletions .github/workflows/ur.yml

This file was deleted.

4 changes: 1 addition & 3 deletions terraform/paas/dev.env.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ paas_database_2_name="get-into-teaching-api-dev-pg2-svc"
paas_redis_1_name= "get-into-teaching-dev-redis-svc"
paas_api_application_name="get-into-teaching-api"
paas_api_route_name="get-into-teaching-api-dev"
application_instances=3

CRM_SERVICE_URL="https://gitis-dev.api.crm4.dynamics.com"
application_instances=1
ASPNETCORE_ENVIRONMENT="Staging"
2 changes: 0 additions & 2 deletions terraform/paas/test.env.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ paas_redis_1_name ="get-into-teaching-test-redis-svc"
paas_api_application_name="get-into-teaching-api-test"
paas_api_route_name="get-into-teaching-api-test"
paas_logging_endpoint_port="syslog-tls://89d7be0f-ddcd-437e-ad3c-c8125d0bad00-ls.logit.io:18190"

CRM_SERVICE_URL="https://gitis-dev.api.crm4.dynamics.com"
ASPNETCORE_ENVIRONMENT="Staging"
2 changes: 0 additions & 2 deletions terraform/paas/ur.bk.vars

This file was deleted.

10 changes: 0 additions & 10 deletions terraform/paas/ur.env.tfvars

This file was deleted.

4 changes: 0 additions & 4 deletions terraform/statuscake/dev.bk.vars

This file was deleted.

12 changes: 0 additions & 12 deletions terraform/statuscake/dev.env.tfvars

This file was deleted.

4 changes: 0 additions & 4 deletions terraform/statuscake/production.bk.vars

This file was deleted.

12 changes: 0 additions & 12 deletions terraform/statuscake/production.env.tfvars

This file was deleted.

12 changes: 11 additions & 1 deletion terraform/statuscake/test.env.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alerts = {
ftt = {
website_name = "Get Teacher Training API (Beta test)"
website_name = "Get Teacher Training API (Test Space)"
website_url = "https://get-into-teaching-api-test.london.cloudapps.digital/api/operations/health_check"
test_type = "HTTP"
check_rate = 60
Expand All @@ -9,4 +9,14 @@ ftt = {
custom_header = "{\"Content-Type\": \"application/x-www-form-urlencoded\"}"
status_codes = "204, 205, 206, 303, 400, 401, 403, 404, 405, 406, 408, 410, 413, 444, 429, 494, 495, 496, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 521, 522, 523, 524, 520, 598, 599"
}
ptt = {
website_name = "Get Teacher Training API (Production Space)"
website_url = "https://get-into-teaching-api-prod.london.cloudapps.digital/api/operations/health_check"
test_type = "HTTP"
check_rate = 60
contact_group = [185037]
trigger_rate = 0
custom_header = "{\"Content-Type\": \"application/x-www-form-urlencoded\"}"
status_codes = "204, 205, 206, 303, 400, 401, 403, 404, 405, 406, 408, 410, 413, 444, 429, 494, 495, 496, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 521, 522, 523, 524, 520, 598, 599"
}
}

0 comments on commit 5f35464

Please sign in to comment.