https://github.com/concourse/concourse-bosh-deployment
A toolchain for deploying Concourse with BOSH.
https://github.com/concourse/concourse-bosh-deployment
Last synced: about 1 year ago
JSON representation
A toolchain for deploying Concourse with BOSH.
- Host: GitHub
- URL: https://github.com/concourse/concourse-bosh-deployment
- Owner: concourse
- License: apache-2.0
- Created: 2017-05-24T14:35:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T15:43:57.000Z (about 1 year ago)
- Last Synced: 2025-04-12T10:58:12.432Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 381 KB
- Stars: 86
- Watchers: 24
- Forks: 155
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concourse-bosh-deployment
> A toolchain for deploying Concourse with [BOSH](https://bosh.io).
This repository is a community-maintained set of
[manifests](http://bosh.io/docs/manifest-v2.html) and [ops
files](http://bosh.io/docs/cli-ops-files.html) useful for deploying Concourse
in various configurations to various IaaSes.
**NOTE: This repository is effectively community-maintained, with only a
portion of these configurations tested in CI. Use at your own risk!**
## Requirements
- [Bosh CLI V2](https://bosh.io/docs/cli-v2.html#install)
## Usage
Clone this repo.
```shell
git clone https://github.com/concourse/concourse-bosh-deployment.git
cd concourse-bosh-deployment
```
Then, choose your adventure below.
## Deployment scenarios
### `lite/`: "Lite" directorless deployment
These manifests deploy Concourse, *without a BOSH director*, onto a single VM.
This approach is intended as an easy way to get a development Concourse
deployment up in the air and ready to `fly`!
Consult the [`lite` README](lite/README.md) for more information.
### `cluster/`: A full-blown BOSH deployment to a director
Consult the [`cluster` README](cluster/README.md) for more information.