Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

cloudfoundry-attic/noisy-neighbor-nozzle-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This release is deprecated. Please use the cf-pushable Noisy neighbor Nozzle at noisy-neighbor-nozzle

Noisy Neighbor Nozzle Release slack.cloudfoundry.org CI Badge

This is the BOSH release for the Noisy Neighbor Nozzle.

For more information on how the nozzle works and configuration, see the README for the Noisy Neighbor Nozzle.

Deploy to Bosh Lite

Ensure your CF deployment has a client configured with the doppler.firehose scope and authority as well as the uaa.resource and cloud_controller.admin_read_only authorities.

bosh create-release
bosh -e lite upload-release
bosh -d noisy-neighbor-nozzle deploy manifests/noisy-neighbor-nozzle.yml \
  -v datadog_api_key=DATADOG_API_KEY \
  -v uaa_client_id=CLIENT_ID \
  -v uaa_client_secret=CLIENT_SECRET \
  -v system_domain=bosh-lite.com

Example UAA Client

noisy-neighbor-nozzle:
  authorities: doppler.firehose,uaa.resource,cloud_controller.admin_read_only
  authorized-grant-types: client_credentials
  override: true
  scope: doppler.firehose
  secret: <secret>

Releases

No releases published

Packages

No packages published