Guest User

Untitled

a guest
Nov 8th, 2017
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. "metadata": {
  2. "target": "apps/freesat-stage-project/services/default/versions/athiqtest4",
  3. "method": "google.appengine.v1.Versions.CreateVersion",
  4. "user": "sys@example.co.uk",
  5. "insertTime": "2017-11-08T11:11:59.089Z",
  6. "ephemeralMessage": "Deployment failed. Attempting to cleanup deployment artifacts.",
  7. "@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1"
  8. },
  9. "done": true,
  10. "name": "apps/freesat-stage-project/operations/2e41e4e5-b9bd-42fb-9fd3-319ec322458b",
  11. "error": {
  12. "message": "Deployment Manager operation failed, name: operation-1510139527034-55d76c211f490-1fcc927b-d3b3b590, error: [{"code":"RESOURCE_ERROR","location":"/deployments/aef-default-athiqtest4/resources/aef-default-athiqtest4-00ahs","message":"{\"ResourceType\":\"compute.v1.httpsHealthCheck\",\"ResourceErrorCode\":\"400\",\"ResourceErrorMessage\":{\"code\":400,\"errors\":[{\"domain\":\"global\",\"message\":\"Invalid value for field 'resource.checkIntervalSec': '0'. Must be greater than or equal to 1\",\"reason\":\"invalid\"},{\"domain\":\"global\",\"message\":\"Invalid value for field 'resource.timeoutSec': '0'. Must be greater than or equal to 1\",\"reason\":\"invalid\"},{\"domain\":\"global\",\"message\":\"Invalid value for field 'resource.unhealthyThreshold': '0'. Must be greater than or equal to 1\",\"reason\":\"invalid\"},{\"domain\":\"global\",\"message\":\"Invalid value for field 'resource.healthyThreshold': '0'. Must be greater than or equal to 1\",\"reason\":\"invalid\"}],\"message\":\"Invalid value for field 'resource.checkIntervalSec': '0'. Must be greater than or equal to 1\",\"statusMessage\":\"Bad Request\",\"requestPath\":\"https://www.googleapis.com/compute/v1/projects/freesat-stage-project/global/httpsHealthChecks\",\"httpMethod\":\"POST\"}}"}, {"code":"RESOURCE_ERROR","location":"/deployments/aef-default-athiqtest4/resources/aef-default-athiqtest4-hcs","message":"{\"ResourceType\":\"compute.v1.httpsHealthCheck\",\"ResourceErrorCode\":\"400\",\"ResourceErrorMessage\":{\"code\":400,\"errors\":[{\"domain\":\"global\",\"message\":\"Invalid value for field 'resource.checkIntervalSec': '0'. Must be greater than or equal to 1\",\"reason\":\"invalid\"},{\"domain\":\"global\",\"message\":\"Invalid value for field 'resource.timeoutSec': '0'. Must be greater than or equal to 1\",\"reason\":\"invalid\"},{\"domain\":\"global\",\"message\":\"Invalid value for field 'resource.unhealthyThreshold': '0'. Must be greater than or equal to 1\",\"reason\":\"invalid\"},{\"domain\":\"global\",\"message\":\"Invalid value for field 'resource.healthyThreshold': '0'. Must be greater than or equal to 1\",\"reason\":\"invalid\"}],\"message\":\"Invalid value for field 'resource.checkIntervalSec': '0'. Must be greater than or equal to 1\",\"statusMessage\":\"Bad Request\",\"requestPath\":\"https://www.googleapis.com/compute/v1/projects/freesat-stage-project/global/httpsHealthChecks\",\"httpMethod\":\"POST\"}}"}]",
  13. "code": 13
  14. }
  15.  
  16. runtime: custom
  17. env: flex
  18.  
  19. env_variables:
  20. REDIS_HOST: 10.154.0.3
  21. REDIS_PORT: 6379
  22. DB_NAME: freesat
  23. DB_USER: freesat-stage
  24. DB_PASS: password
  25. DB_HOST: /cloudsql/freesat-stage-project:europe-west2:freesat-stage
  26. GS_BUCKET_NAME: freesat-content
  27. DJANGO_CONF: conf.production
  28. JANRAIN_CLIENT_ID: clientid
  29. JANRAIN_SECRET: secret
  30. DOTMAILER_API_USER: api@apiconnector.com
  31. DOTMAILER_API_PASS: pass
  32.  
  33. health_check:
  34. enable_health_check: False
  35.  
  36. automatic_scaling:
  37. min_num_instances: 4
  38. max_num_instances: 15
  39. cpu_utilization:
  40. target_utilization: 0.4
  41.  
  42. beta_settings:
  43. cloud_sql_instances: 'freesat-stage-project:europe-west2:freesat-stage'
  44.  
  45. resources:
  46. cpu: 2
  47. memory_gb: 2
Add Comment
Please, Sign In to add comment