Skip to content

EngineerBetter/concourse-bosh-release

 
 

Repository files navigation

concourse-bosh-release

A BOSH release for the concourse binary.

This repository contains the official BOSH release of Concourse. It packages up the concourse binary and exposes all flags via properties on the web and worker jobs. These jobs represent the web node and the worker node, respectively.

Requirements

Usage

Check out the concourse-bosh-deployment repository repository for a stub manifest and various ops files.

If you're not familiar with BOSH, you may want to check out the BOSH documentation first.

If you're just looking to get Concourse running quickly and kick the tires, you may want to try the Quick Start instead.

Developing

  • If you are adding new Concourse flags to one of the job specs you must run scripts/generate-job-templates to add the new flags to the job templates.
  • When adding a new Concourse flag, don't define a default value that mirrors a default set by the Concourse binary. Instead, you may use the example. This prevents the possibility of drift if the Concourse binary default value changes.

Packages

No packages published

Languages

  • HTML 68.3%
  • Shell 23.1%
  • Go 4.3%
  • Ruby 3.9%
  • PowerShell 0.4%