{"id":20263605,"url":"https://github.com/springerpe/pe-graphite-nozzle-release","last_synced_at":"2026-06-11T07:31:16.645Z","repository":{"id":80987500,"uuid":"62724186","full_name":"SpringerPE/pe-graphite-nozzle-release","owner":"SpringerPE","description":"A bosh release for the graphite nozzle project","archived":false,"fork":false,"pushed_at":"2017-05-11T14:35:12.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-12-03T21:51:46.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpringerPE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-06T13:44:43.000Z","updated_at":"2017-04-07T12:45:44.000Z","dependencies_parsed_at":"2023-06-04T07:13:09.669Z","dependency_job_id":null,"html_url":"https://github.com/SpringerPE/pe-graphite-nozzle-release","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SpringerPE/pe-graphite-nozzle-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fpe-graphite-nozzle-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fpe-graphite-nozzle-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fpe-graphite-nozzle-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fpe-graphite-nozzle-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpringerPE","download_url":"https://codeload.github.com/SpringerPE/pe-graphite-nozzle-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fpe-graphite-nozzle-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T11:35:41.930Z","updated_at":"2026-06-11T07:31:16.622Z","avatar_url":"https://github.com/SpringerPE.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BOSH Release for graphite-nozzle\n\nThe aim of this bosh release is to deploy a [graphite-nozzle](https://github.com/pivotal-cf/graphite-nozzle) in order to filter [loggregator](https://github.com/cloudfoundry/loggregator) metrics and send them to a statsd server\n\n### jobs\n\n- graphite-nozzle\n\n### packages\n\n* autoconf\n* python\n* git\n* golang1.6\n* python\n\n# Prerequisites\n\n- BOSH CLI\n- A working Cloud Foundry environment. This release is setup to work with a CF BOSH lite environment, but you should be able to deploy it to any environment by first uploading the final release provided\n\n- Add graphite-nozzle UAA client in Cloud Foundry deployment manifest\n```\nproperties:\n  uaa:\n    clients:\n      graphite-nozzle:\n        access-token-validity: 1209600\n        authorized-grant-types: authorization_code,client_credentials,refresh_token\n        override: true\n        secret: example-nozzle\n        scope: openid,oauth.approvals,doppler.firehose\n        authorities: oauth.login,doppler.firehose\n```\n- bosh deploy your Cloud Foundry environment again with the above changes present\n\n## Usage\n\nTo use this bosh release, first upload it to your bosh:\n\n```\nbosh target BOSH_HOST\ngit clone https://github.com/SpringerPE/graphite-nozzle-boshrelease.git\ncd graphite-nozzle-boshrelease\nbosh deployment `path_to_your_manifest`\nbosh upload release \u0026\u0026 bosh deploy\n```\n\nFor [bosh-lite](https://github.com/cloudfoundry/bosh-lite), you can quickly create a deployment manifest \u0026 deploy a cluster:\n\n```\n./bosh_prepare\ntemplates/make_manifest warden\nbosh -n deploy\n```\n\n### How to update the graphite-nozzle release\n\n##### Modify your current release\n\n- Modify jobs and packages to meet your needs (do not forget to update the prepare scripts under `packages/{package}/prepare`)\n\n##### Generate the updated packages and release\n\n- run `./bosh_prepare` from the root of the project\n  * the `./src` directory will be populated with the new versions of the packages\n- run `bosh add blob \u003clocal_path\u003e [\u003cblob_dir\u003e]` for all the packages which need being updated\n- run `bosh create release --force`\n\n##### It's now time to test your release...\n\n- run `bosh target {your_bosh_test_ip}` to make sure you're pointing to the right bosh\n- run `bosh upload release {path_of_the_generated_Release_manifest}`\n- modify your bosh manifest with the updated release version ie:\n\n```\nreleases:\n  - name: graphite-nozzle\n    version: 5+dev.1\n```\n\n- run `bosh deployment {graphite-nozzle manifest path}`\n- run `bosh deploy`\n- Wait for compilation, vm updates and so on... \n\n##### Test your release and if you are happy with it...\n\n- run `bosh upload blobs` \n- Commit your changes\n- run `bosh create release --final`\n- run `bosh upload release {path_of_the_generated_final_Release_manifest}`\n- modify your bosh manifest with the updated release version ie:\n\n```\nreleases:\n  - name: graphite-nozzle\n    version: 6\n```\n\n- run `bosh deployment {graphite-nozzle manifest path}`\n- run `bosh deploy`\n- Wait for compilation, vm updates and so on... \n\n##### Clean-up\n- Finally Clean up the dev release from bosh: `bosh delete release {devrelease}`\n\n### Development\n\nAs a developer of this release, create new releases and upload them:\n\n```\n# Prepare the golang packages resolving their dependencies beforehand\n./bosh_prepare\nbosh create release --force \u0026\u0026 bosh -n upload release\n```\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringerpe%2Fpe-graphite-nozzle-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringerpe%2Fpe-graphite-nozzle-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringerpe%2Fpe-graphite-nozzle-release/lists"}