Skip to content

Instantly share code, notes, and snippets.

@jim80net
Last active November 15, 2016 21:39
Show Gist options
  • Select an option

  • Save jim80net/b377f1d08918e2ddfacec3b3260f68e1 to your computer and use it in GitHub Desktop.

Select an option

Save jim80net/b377f1d08918e2ddfacec3b3260f68e1 to your computer and use it in GitHub Desktop.
datadog-firehose-nozzle.yml
---
compilation:
cloud_properties:
availability_zone: nova
instance_type: m1.medium
network: datadog-firehose-nozzle-net
reuse_compilation_vms: true
workers: 1
director_uuid: REDACTED
jobs:
- instances: 1
memory_mb: 2048
name: datadog-firehose-nozzle
networks:
- name: datadog-firehose-nozzle-net
resource_pool: datadog-firehose-nozzle
templates:
- name: datadog-firehose-nozzle
release: datadog-firehose-nozzle
name: datadog-firehose-nozzle
networks:
- name: datadog-firehose-nozzle-net
subnets:
- range: 10.2.24.0/21
gateway: 10.2.24.1
dns:
- 4.2.2.1
static: []
reserved:
- 10.2.24.2-10.2.31.235
- 10.2.31.240-10.2.31.254
cloud_properties:
net_id: REDACTED
properties:
datadog:
api_key: REDACTED
api_url: https://app.datadoghq.com/api/v1/series
flush_duration_seconds: 15
metric_prefix: datadog.nozzle.
loggregator:
traffic_controller_url: wss://doppler.sys. REDACTED
nozzle:
insecure_ssl_skip_verify: true
subscription_id: datadog-nozzle
deployment: datadog-nozzle-prod
uaa:
password: REDACTED
url: https://uaa.sys. REDACTED
username: datadog-firehose-nozzle
releases:
- name: datadog-firehose-nozzle
version: '31'
resource_pools:
- cloud_properties:
availability_zone: nova
instance_type: m1.large
name: datadog-firehose-nozzle
network: datadog-firehose-nozzle-net
stemcell:
name: bosh-openstack-kvm-ubuntu-trusty-go_agent-raw
version: '3232.2'
update:
canaries: 1
canary_watch_time: 30000-100000
max_errors: 1
max_in_flight: 1
update_watch_time: 30000-100000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment