Advertisement
punal

Untitled

Mar 2nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. ---
  2. name: datadog-nozzle
  3. director_uuid: DIRECTOR-UUID # CHANGE-ME
  4.  
  5. releases:
  6. - name: datadog-firehose-nozzle
  7. version: latest
  8.  
  9. compilation:
  10. workers: 1
  11. network: default
  12. reuse_compilation_vms: true
  13. cloud_properties:
  14. ram: 4096
  15. disk: 8192
  16. cpu: 2
  17. datacenters:
  18. - clusters:
  19. - CLUSTER-NAME: {} # CHANGE-ME
  20.  
  21. update:
  22. canaries: 1
  23. canary_watch_time: 30000-100000
  24. update_watch_time: 30000-100000
  25. max_in_flight: 1
  26. max_errors: 1
  27.  
  28. networks:
  29. - name: default
  30. subnets:
  31. - range: NETWORK-RANGE # CHANGE-ME
  32. reserved: [RESERVED-NETWORK] # CHANGE-ME
  33. static: [STATIC-IP2] # CHANGE-ME
  34. gateway: GATEWAY2 # CHANGE-ME
  35. dns:
  36. - DNS2 # CHANGE-ME
  37. cloud_properties:
  38. name: NETWORK-NAME # CHANGE-ME
  39.  
  40.  
  41. resource_pools:
  42. - name: datadog-firehose-nozzle
  43. stemcell:
  44. name: bosh-vsphere-esxi-ubuntu-trusty-go_agent
  45. version: latest
  46. network: default
  47. cloud_properties:
  48. ram: 4096
  49. disk: 8192
  50. cpu: 2
  51. datacenters:
  52. - clusters:
  53. - CLUSTER-NAME: {} # CHANGE-ME
  54. env:
  55. bosh:
  56. # c1oudc0w is a default password for vcap user
  57. password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
  58. jobs:
  59. - name: datadog-firehose-nozzle
  60. memory_mb: 2048
  61. templates:
  62. - {name: datadog-firehose-nozzle, release: datadog-firehose-nozzle}
  63. instances: 1
  64. resource_pool: datadog-firehose-nozzle
  65. networks:
  66. - name: default
  67. default:
  68. - dns
  69. - gateway
  70. static_ips:
  71. - STATIC-IP2 # CHANGE-ME
  72.  
  73. properties:
  74. loggregator:
  75. traffic_controller_url: "TRAFFIC-CONTROLLER-URL" # CHANGE-ME
  76. datadog:
  77. api_key: DATADOG-API-KEY # CHANGE-ME
  78. flush_duration_seconds: 15
  79. metric_prefix: "datadog.nozzle."
  80. uaa:
  81. url: "UAA-URL" # CHANGE-ME
  82. username: datadog-firehose-user
  83. password: datadog-firehose-password
  84. nozzle:
  85. insecure_ssl_skip_verify: true
  86. subscription_id: d4t4d0g
  87. deployment: PCF-DEPLOYMENT # CHANGE-ME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement